annotate mm7_1.cpp @ 1:ac0fb48cd27a

Texture, hwl loading, video player
author Nomad
date Tue, 09 Oct 2012 13:09:08 +0200
parents 8b8875f5b359
children 2ca04ccb612a
rev   line source
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1 /* This file has been generated by the Hex-Rays decompiler.
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2 Copyright (c) 2007-2011 Hex-Rays <info@hex-rays.com>
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4 Detected compiler: Visual C++
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5 */
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7 //#include <defs.h>
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8 #include "MM7.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
10 #include "MapInfo.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
11 #include "Game.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
12 #include "GUIWindow.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
13 #include "GUIFont.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
14 #include "GUIButton.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
15 #include "GUIProgressBar.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
16 #include "Party.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
17 #include "AudioPlayer.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
18 #include "Outdoor.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
19 #include "IndoorCamera.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
20 #include "Overlays.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
21 #include "Monsters.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
22 #include "Arcomage.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
23 #include "LOD.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
24 #include "Actor.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
25 #include "Allocator.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
26 #include "Events.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
27 #include "Viewport.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
28 #include "FrameTableInc.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
29 #include "Math.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
30 #include "LayingItem.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
31 #include "ObjectList.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
32 #include "Chest.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
33 #include "PaletteManager.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
34 #include "DecorationList.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
35 #include "SaveLoad.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
36 #include "stru123.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
37 #include "Time.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
38 #include "IconFrameTable.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
39 #include "stru179.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
40 #include "Awards.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
41 #include "Autonotes.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
42 #include "stru160.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
43 #include "stru279.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
44 #include "TurnEngine.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
45 #include "stru277.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
46 #include "Weather.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
47 #include "stru272.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
48 #include "stru298.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
49 #include "StorylineTextTable.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
50 #include "Events2D.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
51
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
52 #include "mm7_data.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
53
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
55
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
56
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
57 int __stdcall aWinProc(HWND hWnd, UINT Msg, WPARAM wParam, unsigned int lParam);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
58 int __stdcall InsertMM7CDDialogFunc(HWND hDlg, int a2, __int16 a3, int a4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
59 bool __fastcall FindMM7CD(HWND hWnd, char *pCDDrive);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
60 bool __fastcall Initialize(HINSTANCE hInst, char *pCmdLine);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
61
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
62
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
63
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
64
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
65
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
66
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
67 void __cdecl crt_deconstruct_ptr_6A0118()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
68 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
69 for (int i = 0; i < 40; ++i)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
70 pAllocator->FreeChunk(pSavegameThumbnails[i].pPixels);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
71 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
72
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
73
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
74 //----- (004196A0) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
75 void __cdecl sub_4196A0()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
76 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
77 GUIButton *i; // esi@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
78 GUIButton *j; // esi@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
79
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
80 if ( dword_507CC0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
81 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
82 dword_507CC0 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
83 for ( i = pGUIWindow_CurrentMenu->pControlsHead; i; i = i->pNext )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
84 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
85 if ( BYTE1(i->field_1C) & 0x80 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
86 GUIButton::_41D0D8(i);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
87 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
88 for ( j = pGUIWindow_CurrentMenu->pControlsHead; j; j = j->pNext )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
89 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
90 if ( j->uControlID == 120 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
91 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
92 j->uX = dword_50698C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
93 j->uY = dword_506988;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
94 j->uZ = dword_506984;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
95 j->uW = dword_506980;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
96 pGUIWindow_CurrentMenu->_41D08F(1, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
97 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
98 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
99 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
100 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
101 // 506980: using guessed type int dword_506980;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
102 // 506984: using guessed type int dword_506984;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
103 // 506988: using guessed type int dword_506988;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
104 // 50698C: using guessed type int dword_50698C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
105 // 507CC0: using guessed type int dword_507CC0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
106
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
107 //----- (00419719) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
108 char __fastcall CharacterUI_SkillsTab_Draw(unsigned int uPlayerID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
109 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
110 unsigned int v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
111 Player *pPlayer; // ebp@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
112 unsigned int v3; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
113 signed int v4; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
114 int v5; // edi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
115 GUIWindow *v6; // ecx@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
116 int v7; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
117 GUIButton *v8; // edx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
118 int v9; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
119 unsigned int v10; // ecx@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
120 unsigned __int16 v11; // ax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
121 int v12; // eax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
122 unsigned __int8 v13; // cf@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
123 unsigned __int8 v14; // zf@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
124 unsigned int v15; // eax@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
125 char *v16; // ecx@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
126 GUIWindow *v17; // ecx@33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
127 int v18; // edx@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
128 GUIButton *v19; // eax@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
129 int v20; // edx@37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
130 unsigned __int16 v21; // cx@39
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
131 unsigned int v22; // eax@39
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
132 int v23; // edi@39
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
133 unsigned int v24; // eax@42
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
134 char v25; // sf@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
135 char *v26; // ecx@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
136 int v27; // edi@63
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
137 GUIWindow *v28; // ecx@63
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
138 int v29; // edx@64
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
139 GUIButton *v30; // eax@65
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
140 int v31; // edx@67
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
141 unsigned int v32; // ecx@69
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
142 int v33; // eax@69
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
143 unsigned int v34; // eax@72
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
144 char *v35; // ecx@82
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
145 GUIWindow *v36; // ecx@93
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
146 int v37; // edx@94
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
147 GUIButton *v38; // eax@94
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
148 int v39; // edx@97
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
149 unsigned __int16 v40; // cx@99
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
150 unsigned int v41; // eax@99
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
151 int v42; // edi@99
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
152 unsigned int v43; // eax@102
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
153 char *v44; // ecx@112
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
154 char *v46; // [sp-Ch] [bp-4Ch]@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
155 char *v47; // [sp-Ch] [bp-4Ch]@49
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
156 char *v48; // [sp-Ch] [bp-4Ch]@79
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
157 char *v49; // [sp-Ch] [bp-4Ch]@109
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
158 unsigned int v50; // [sp-8h] [bp-48h]@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
159 unsigned int v51; // [sp-8h] [bp-48h]@49
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
160 unsigned int v52; // [sp-8h] [bp-48h]@79
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
161 unsigned int v53; // [sp-8h] [bp-48h]@109
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
162 int v54; // [sp-4h] [bp-44h]@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
163 int v55; // [sp-4h] [bp-44h]@49
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
164 int v56; // [sp-4h] [bp-44h]@79
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
165 int v57; // [sp-4h] [bp-44h]@109
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
166 unsigned int v58; // [sp+10h] [bp-30h]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
167 unsigned int v59; // [sp+10h] [bp-30h]@39
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
168 unsigned int v60; // [sp+10h] [bp-30h]@69
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
169 unsigned int v61; // [sp+10h] [bp-30h]@99
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
170 int v62; // [sp+14h] [bp-2Ch]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
171 int v63; // [sp+14h] [bp-2Ch]@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
172 int v64; // [sp+14h] [bp-2Ch]@64
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
173 int v65; // [sp+14h] [bp-2Ch]@94
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
174 signed int i; // [sp+18h] [bp-28h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
175 signed int v67; // [sp+18h] [bp-28h]@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
176 signed int v68; // [sp+18h] [bp-28h]@64
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
177 signed int v69; // [sp+18h] [bp-28h]@94
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
178 int v70; // [sp+1Ch] [bp-24h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
179 int v71; // [sp+1Ch] [bp-24h]@33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
180 int v72; // [sp+1Ch] [bp-24h]@63
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
181 int v73; // [sp+1Ch] [bp-24h]@93
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
182 int uY; // [sp+20h] [bp-20h]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
183 int uYa; // [sp+20h] [bp-20h]@33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
184 int uYb; // [sp+20h] [bp-20h]@69
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
185 int uYc; // [sp+20h] [bp-20h]@93
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
186 unsigned int a5; // [sp+24h] [bp-1Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
187 unsigned int v79; // [sp+28h] [bp-18h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
188 int *v80; // [sp+2Ch] [bp-14h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
189 int *v81; // [sp+2Ch] [bp-14h]@33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
190 int *v82; // [sp+2Ch] [bp-14h]@63
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
191 int *v83; // [sp+2Ch] [bp-14h]@93
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
192 unsigned int v84; // [sp+30h] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
193 int v85; // [sp+34h] [bp-Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
194 unsigned int v86; // [sp+38h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
195 unsigned __int16 v87; // [sp+3Ch] [bp-4h]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
196 char *v88; // [sp+3Ch] [bp-4h]@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
197 char *v89; // [sp+3Ch] [bp-4h]@54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
198 unsigned __int16 v90; // [sp+3Ch] [bp-4h]@69
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
199 char *v91; // [sp+3Ch] [bp-4h]@84
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
200 char *v92; // [sp+3Ch] [bp-4h]@114
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
201
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
202 v1 = uPlayerID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
203 a5 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
204 v84 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0, 0xAFu, 0xFFu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
205 v85 = pGUIWindow_CurrentMenu->field_2C_focus_id;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
206 v86 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
207 v79 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0, 0xFFu, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
208 pPlayer = (Player *)&stru_AA1058[3].pSounds[6972 * v1 + 40552];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
209 v3 = pIcons_LOD->LoadTexture("fr_skill", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
210 pRenderer->DrawTextureIndexed(8u, 8u, (Texture *)(v3 != -1 ? (int)&pIcons_LOD->pTextures[v3] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
211 v4 = v79;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
212 if ( !pPlayer->uSkillPoints )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
213 v4 = 65535;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
214 sprintfex(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
215 pTmpBuf,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
216 "%s ",
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
217 pGlobalTXT_LocalizationStrings[206], // Skills for
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
218 a5,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
219 pPlayer->pName,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
220 pGlobalTXT_LocalizationStrings[207], // Skill Points
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
221 v4,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
222 pPlayer->uSkillPoints);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
223 pGUIWindow_CurrentMenu->DrawText(pFontArrus, 24, 18, 0, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
224 v5 = 2 * LOBYTE(pFontLucida->uFontHeight) + 13;// Weapons, Level
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
225 sprintfex(pTmpBuf, "%s\r400%s", pGlobalTXT_LocalizationStrings[242], pGlobalTXT_LocalizationStrings[131]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
226 pGUIWindow_CurrentMenu->DrawText(pFontArrus, 24, v5, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
227 v6 = pGUIWindow_CurrentMenu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
228 v70 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
229 v80 = dword_4E2A2C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
230 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
231 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
232 v62 = *v80;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
233 v7 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
234 for ( i = 0; i < (signed int)v6->uNumControls; v7 = i++ + 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
235 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
236 v8 = v6->pControlsHead;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
237 if ( v7 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
238 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
239 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
240 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
241 v8 = v8->pNext;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
242 --v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
243 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
244 while ( v7 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
245 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
246 v9 = v8->field_1C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
247 if ( SBYTE1(v9) >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
248 continue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
249 BYTE1(v9) &= 0x7Fu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
250 if ( v9 != v62 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
251 continue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
252 v5 = v8->uY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
253 v10 = pPlayer->uSkillPoints;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
254 ++v70;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
255 v11 = pPlayer->pActiveSkills[v62];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
256 v87 = pPlayer->pActiveSkills[v62];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
257 v12 = v11 & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
258 v58 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
259 uY = v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
260 if ( v10 >= v12 + 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
261 v58 = v84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
262 if ( v85 == i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
263 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
264 v13 = v10 < v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
265 v14 = v10 == v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
266 v15 = v86;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
267 if ( !(v13 | v14) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
268 v15 = v79;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
269 v58 = v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
270 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
271 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
272 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
273 v15 = v58;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
274 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
275 if ( HIBYTE(v87) & 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
276 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
277 if ( !v15 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
278 v15 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
279 v54 = uY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
280 v50 = v58;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
281 v46 = pGlobalTXT_LocalizationStrings[96];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
282 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
283 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
284 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
285 if ( !(v87 & 0xC0) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
286 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
287 sprintfex(pTmpBuf, "%s\r400%2d", pSkillNames[v62], uY);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
288 goto LABEL_28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
289 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
290 v16 = pGlobalTXT_LocalizationStrings[432];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
291 if ( (v87 & 0x80u) == 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
292 v16 = pGlobalTXT_LocalizationStrings[433];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
293 v88 = v16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
294 if ( !v15 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
295 v15 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
296 v54 = uY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
297 v50 = v58;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
298 v46 = v88;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
299 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
300 sprintfex(pTmpBuf, "%s ", pSkillNames[v62], v15, v46, v50, v54);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
301 LABEL_28:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
302 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 24, v5, v58, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
303 v6 = pGUIWindow_CurrentMenu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
304 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
305 ++v80;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
306 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
307 while ( (signed int)v80 < (signed int)dword_4E2A50 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
308 if ( !v70 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
309 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
310 v5 = v5 + LOBYTE(pFontLucida->uFontHeight) - 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
311 v6->DrawText(pFontLucida, 24, v5, 0, pGlobalTXT_LocalizationStrings[153], 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
312 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
313 uYa = v5 + 2 * LOBYTE(pFontLucida->uFontHeight) - 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
314 sprintfex(pTmpBuf, "%s\r400%s", pGlobalTXT_LocalizationStrings[138], pGlobalTXT_LocalizationStrings[131]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
315 pGUIWindow_CurrentMenu->DrawText(pFontArrus, 24, uYa, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
316 v17 = pGUIWindow_CurrentMenu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
317 v71 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
318 v81 = _4E2A80_skills;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
319 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
320 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
321 v18 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
322 v67 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
323 v63 = *v81;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
324 while ( v67 < (signed int)v17->uNumControls )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
325 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
326 v19 = v17->pControlsHead;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
327 if ( v18 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
328 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
329 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
330 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
331 v19 = v19->pNext;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
332 --v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
333 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
334 while ( v18 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
335 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
336 v20 = v19->field_1C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
337 if ( SBYTE1(v20) >= 0 || (BYTE1(v20) &= 0x7Fu, v20 != v63) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
338 goto LABEL_59;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
339 ++v71;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
340 uYa = v19->uY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
341 v21 = pPlayer->pActiveSkills[v63];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
342 v22 = pPlayer->uSkillPoints;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
343 v23 = pPlayer->pActiveSkills[v63] & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
344 v59 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
345 if ( v22 >= v23 + 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
346 v59 = v84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
347 if ( v85 == v67 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
348 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
349 v13 = v22 < v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
350 v14 = v22 == v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
351 v24 = v86;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
352 if ( !(v13 | v14) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
353 v24 = v79;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
354 v59 = v24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
355 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
356 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
357 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
358 v24 = v59;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
359 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
360 if ( HIBYTE(v21) & 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
361 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
362 if ( !v24 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
363 v24 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
364 v55 = v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
365 v51 = v59;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
366 v47 = pGlobalTXT_LocalizationStrings[96];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
367 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
368 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
369 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
370 if ( !(v21 & 0xC0) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
371 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
372 sprintfex(pTmpBuf, "%s\r400%2d", pSkillNames[v63], v23);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
373 goto LABEL_58;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
374 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
375 v25 = (v21 & 0x80u) != 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
376 v26 = pGlobalTXT_LocalizationStrings[432];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
377 if ( !v25 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
378 v26 = pGlobalTXT_LocalizationStrings[433];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
379 v89 = v26;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
380 if ( !v24 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
381 v24 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
382 v55 = v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
383 v51 = v59;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
384 v47 = v89;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
385 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
386 sprintfex(pTmpBuf, "%s ", pSkillNames[v63], v24, v47, v51, v55);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
387 LABEL_58:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
388 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 24, uYa, v59, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
389 v17 = pGUIWindow_CurrentMenu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
390 LABEL_59:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
391 v18 = v67++ + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
392 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
393 ++v81;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
394 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
395 while ( (signed int)v81 < (signed int)pAwardsTextColors );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
396 if ( !v71 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
397 v17->DrawText(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
398 pFontLucida,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
399 24,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
400 LOBYTE(pFontLucida->uFontHeight) + uYa - 3,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
401 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
402 pGlobalTXT_LocalizationStrings[153],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
403 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
404 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
405 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
406 v27 = 2 * LOBYTE(pFontLucida->uFontHeight) + 13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
407 sprintfex(pTmpBuf, "%s\r177%s", pGlobalTXT_LocalizationStrings[11], pGlobalTXT_LocalizationStrings[131]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
408 pGUIWindow_CurrentMenu->DrawText(pFontArrus, 248, v27, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
409 v28 = pGUIWindow_CurrentMenu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
410 v72 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
411 v82 = dword_4E2A18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
412 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
413 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
414 v29 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
415 v68 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
416 v64 = *v82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
417 while ( v68 < (signed int)v28->uNumControls )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
418 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
419 v30 = v28->pControlsHead;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
420 if ( v29 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
421 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
422 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
423 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
424 v30 = v30->pNext;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
425 --v29;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
426 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
427 while ( v29 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
428 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
429 v31 = v30->field_1C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
430 if ( SBYTE1(v31) >= 0 || (BYTE1(v31) &= 0x7Fu, v31 != v64) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
431 goto LABEL_89;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
432 v27 = v30->uY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
433 ++v72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
434 v60 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
435 v90 = pPlayer->pActiveSkills[v64];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
436 v32 = pPlayer->uSkillPoints;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
437 v33 = pPlayer->pActiveSkills[v64] & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
438 uYb = v33;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
439 if ( v32 >= v33 + 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
440 v60 = v84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
441 if ( v85 == v68 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
442 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
443 v13 = v32 < v33;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
444 v14 = v32 == v33;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
445 v34 = v86;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
446 if ( !(v13 | v14) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
447 v34 = v79;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
448 v60 = v34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
449 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
450 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
451 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
452 v34 = v60;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
453 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
454 if ( (pPlayer->pActiveSkills[v64] >> 8) & 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
455 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
456 if ( !v34 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
457 v34 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
458 v56 = uYb;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
459 v52 = v60;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
460 v48 = pGlobalTXT_LocalizationStrings[96];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
461 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
462 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
463 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
464 if ( !(v90 & 0xC0) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
465 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
466 sprintfex(pTmpBuf, "%s\r177%2d", pSkillNames[v64], uYb);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
467 goto LABEL_88;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
468 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
469 v35 = pGlobalTXT_LocalizationStrings[432];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
470 if ( (v90 & 0x80u) == 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
471 v35 = pGlobalTXT_LocalizationStrings[433];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
472 v91 = v35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
473 if ( !v34 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
474 v34 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
475 v56 = uYb;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
476 v52 = v60;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
477 v48 = v91;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
478 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
479 sprintfex(pTmpBuf, "%s ", pSkillNames[v64], v34, v48, v52, v56);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
480 LABEL_88:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
481 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 248, v27, v60, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
482 v28 = pGUIWindow_CurrentMenu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
483 LABEL_89:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
484 v29 = v68++ + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
485 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
486 ++v82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
487 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
488 while ( (signed int)v82 < (signed int)dword_4E2A2C );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
489 if ( !v72 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
490 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
491 v27 = v27 + LOBYTE(pFontLucida->uFontHeight) - 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
492 v28->DrawText(pFontLucida, 248, v27, 0, pGlobalTXT_LocalizationStrings[153], 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
493 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
494 uYc = v27 + 2 * LOBYTE(pFontLucida->uFontHeight) - 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
495 sprintfex(pTmpBuf, "%s\r177%s", pGlobalTXT_LocalizationStrings[143], pGlobalTXT_LocalizationStrings[131]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
496 pGUIWindow_CurrentMenu->DrawText(pFontArrus, 248, uYc, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
497 v36 = pGUIWindow_CurrentMenu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
498 v73 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
499 v83 = dword_4E2A50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
500 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
501 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
502 v37 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
503 v69 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
504 v38 = (GUIButton *)*v83;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
505 v65 = *v83;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
506 while ( v69 < (signed int)v36->uNumControls )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
507 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
508 v38 = v36->pControlsHead;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
509 if ( v37 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
510 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
511 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
512 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
513 v38 = v38->pNext;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
514 --v37;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
515 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
516 while ( v37 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
517 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
518 v39 = v38->field_1C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
519 if ( SBYTE1(v39) >= 0 || (BYTE1(v39) &= 0x7Fu, v39 != v65) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
520 goto LABEL_119;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
521 ++v73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
522 uYc = v38->uY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
523 v40 = pPlayer->pActiveSkills[v65];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
524 v41 = pPlayer->uSkillPoints;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
525 v42 = pPlayer->pActiveSkills[v65] & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
526 v61 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
527 if ( v41 >= v42 + 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
528 v61 = v84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
529 if ( v85 == v69 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
530 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
531 v13 = v41 < v42;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
532 v14 = v41 == v42;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
533 v43 = v86;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
534 if ( !(v13 | v14) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
535 v43 = v79;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
536 v61 = v43;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
537 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
538 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
539 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
540 v43 = v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
541 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
542 if ( HIBYTE(v40) & 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
543 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
544 if ( !v43 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
545 v43 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
546 v57 = v42;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
547 v53 = v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
548 v49 = pGlobalTXT_LocalizationStrings[96];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
549 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
550 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
551 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
552 if ( !(v40 & 0xC0) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
553 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
554 sprintfex(pTmpBuf, "%s\r177%2d", pSkillNames[v65], v42);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
555 goto LABEL_118;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
556 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
557 v25 = (v40 & 0x80u) != 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
558 v44 = pGlobalTXT_LocalizationStrings[432];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
559 if ( !v25 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
560 v44 = pGlobalTXT_LocalizationStrings[433];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
561 v92 = v44;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
562 if ( !v43 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
563 v43 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
564 v57 = v42;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
565 v53 = v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
566 v49 = v92;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
567 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
568 sprintfex(pTmpBuf, "%s ", pSkillNames[v65], v43, v49, v53, v57);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
569 LABEL_118:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
570 LOBYTE(v38) = pGUIWindow_CurrentMenu->DrawText(pFontLucida, 248, uYc, v61, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
571 v36 = pGUIWindow_CurrentMenu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
572 LABEL_119:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
573 v37 = v69++ + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
574 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
575 ++v83;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
576 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
577 while ( (signed int)v83 < (signed int)_4E2A80_skills );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
578 if ( !v73 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
579 LOBYTE(v38) = v36->DrawText(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
580 pFontLucida,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
581 248,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
582 LOBYTE(pFontLucida->uFontHeight) + uYc - 3,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
583 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
584 pGlobalTXT_LocalizationStrings[153],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
585 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
586 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
587 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
588 return (char)v38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
589 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
590
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
591 //----- (0041A000) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
592 unsigned int __fastcall CharacterUI_AwardsTab_Draw(unsigned int uPlayerID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
593 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
594 unsigned int v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
595 unsigned int v2; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
596 unsigned int v3; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
597 unsigned int result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
598 int v5; // eax@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
599 char *v6; // ebx@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
600 int v7; // eax@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
601 int v8; // eax@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
602 int v9; // eax@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
603 int v10; // eax@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
604 int v11; // eax@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
605 int v12; // eax@33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
606 int v13; // eax@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
607 signed int v14; // eax@43
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
608 unsigned int v15; // eax@43
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
609 int v16; // eax@43
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
610 int v17; // [sp-4h] [bp-D4h]@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
611 char Source[100]; // [sp+Ch] [bp-C4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
612 GUIWindow a1; // [sp+70h] [bp-60h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
613 unsigned int v20; // [sp+C4h] [bp-Ch]@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
614 int v21; // [sp+C8h] [bp-8h]@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
615 int v22; // [sp+CCh] [bp-4h]@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
616
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
617 v1 = uPlayerID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
618 v2 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
619 v3 = pIcons_LOD->LoadTexture("fr_award", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
620 pRenderer->DrawTextureIndexed(8u, 8u, (Texture *)(v3 != -1 ? (int)&pIcons_LOD->pTextures[v3] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
621 sprintfex(pTmpBuf, "%s ", pGlobalTXT_LocalizationStrings[23], v2);// TODO check args
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
622 sprintfex(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
623 Source,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
624 pGlobalTXT_LocalizationStrings[429],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
625 &stru_AA1058[3].pSounds[6972 * v1 + 40720],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
626 pClassNames[stru_AA1058[3].pSounds[6972 * v1 + 40737]]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
627 strcat(pTmpBuf, Source);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
628 strcat(pTmpBuf, byte_4E2FD4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
629 pGUIWindow_CurrentMenu->DrawText(pFontArrus, 24, 18, 0, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
630 result = dword_506528;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
631 a1.uFrameX = 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
632 a1.uFrameY = 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
633 a1.uFrameWidth = 424;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
634 a1.uFrameHeight = 290;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
635 a1.uFrameZ = 435;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
636 a1.uFrameW = 337;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
637 if ( dword_506544 && dword_506520 + dword_506528 < dword_506524 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
638 result = dword_506528++ + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
639 if ( dword_506548 && result )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
640 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
641 --result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
642 dword_506528 = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
643 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
644 if ( dword_50651C < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
645 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
646 result += dword_506520;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
647 dword_506528 = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
648 if ( (signed int)(dword_506520 + result) <= dword_506524 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
649 goto LABEL_14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
650 result = dword_506524 - dword_506520;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
651 goto LABEL_13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
652 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
653 if ( dword_50651C > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
654 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
655 result -= dword_506520;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
656 dword_506528 = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
657 if ( (result & 0x80000000u) != 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
658 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
659 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
660 LABEL_13:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
661 dword_506528 = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
662 goto LABEL_14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
663 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
664 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
665 LABEL_14:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
666 dword_506544 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
667 dword_506548 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
668 dword_506520 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
669 dword_50651C = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
670 v21 = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
671 if ( (signed int)result < dword_506524 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
672 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
673 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
674 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
675 v5 = pStru179->field_0[v21];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
676 v20 = 8 * pStru179->field_0[v21];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
677 v6 = (char *)dword_723E80_award_related[v20 / 4];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
678 if ( v5 != 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
679 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
680 v17 = pParty->uFine;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
681 LABEL_42:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
682 sprintfex(pTmpBuf, v6, v17);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
683 v6 = pTmpBuf;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
684 LABEL_43:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
685 v14 = dword_723E84[v20 / 4];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
686 ++dword_506520;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
687 v15 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
688 pAwardsTextColors[3 * v14 % 6],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
689 pAwardsTextColors[3 * v14 % 6 + 1],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
690 pAwardsTextColors[3 * v14 % 6 + 2]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
691 a1.DrawText(pFontArrus, 0, 0, v15, v6, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
692 v16 = pFontArrus->CalcTextHeight(v6, &a1, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
693 result = v16 + a1.uFrameY + 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
694 if ( (signed int)result <= (signed int)a1.uFrameHeight )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
695 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
696 ++v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
697 a1.uFrameY = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
698 result = v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
699 if ( v21 < dword_506524 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
700 continue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
701 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
702 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
703 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
704 if ( (v5 < 85 || v5 > 91) && (v5 < 103 || v5 > 104) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
705 goto LABEL_43;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
706 if ( v5 > 89 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
707 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
708 v11 = v5 - 90;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
709 if ( !v11 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
710 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
711 v10 = (unsigned __int8)pParty->uNumArenaKnightWins;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
712 goto LABEL_40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
713 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
714 v12 = v11 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
715 if ( !v12 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
716 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
717 v10 = (unsigned __int8)pParty->uNumArenaLordWins;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
718 goto LABEL_40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
719 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
720 v13 = v12 - 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
721 if ( !v13 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
722 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
723 v10 = pParty->field_874;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
724 goto LABEL_40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
725 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
726 if ( v13 == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
727 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
728 v10 = pParty->field_878;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
729 goto LABEL_40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
730 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
731 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
732 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
733 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
734 if ( v5 == 89 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
735 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
736 v10 = (unsigned __int8)pParty->uNumArenaSquireWins;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
737 goto LABEL_40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
738 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
739 v7 = v5 - 85;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
740 if ( !v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
741 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
742 v10 = pParty->uNumDeaths;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
743 goto LABEL_40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
744 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
745 v8 = v7 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
746 if ( !v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
747 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
748 v10 = pParty->uNumBountiesCollected;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
749 goto LABEL_40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
750 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
751 v9 = v8 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
752 if ( !v9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
753 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
754 v10 = pParty->uNumPrisonTerms;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
755 goto LABEL_40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
756 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
757 if ( v9 == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
758 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
759 v10 = (unsigned __int8)pParty->uNumArenaPageWins;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
760 LABEL_40:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
761 v22 = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
762 goto LABEL_41;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
763 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
764 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
765 LABEL_41:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
766 v17 = v22;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
767 goto LABEL_42;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
768 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
769 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
770 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
771 // 50651C: using guessed type int dword_50651C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
772 // 506520: using guessed type int dword_506520;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
773 // 506524: using guessed type int dword_506524;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
774 // 506528: using guessed type int dword_506528;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
775 // 506544: using guessed type int dword_506544;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
776 // 506548: using guessed type int dword_506548;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
777 // 723E80: using guessed type int dword_723E80_award_related[];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
778 // 723E84: using guessed type int dword_723E84[];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
779
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
780 //----- (0041A2C1) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
781 unsigned int __fastcall GetSizeInInventorySlots(unsigned int uNumPixels)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
782 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
783 if ( (signed int)uNumPixels < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
784 uNumPixels = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
785 return ((signed int)(uNumPixels - 14) >> 5) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
786 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
787
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
788 //----- (0041A2D1) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
789 void __fastcall CharacterUI_InventoryTab_Draw(unsigned int uPlayerID, char a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
790 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
791 Player *v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
792 char v3; // bl@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
793 unsigned int v4; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
794 ItemGen *v5; // ebx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
795 unsigned int v6; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
796 Texture *v7; // esi@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
797 __int16 v8; // ax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
798 signed int v9; // edi@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
799 signed int v10; // ecx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
800 signed int v11; // edx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
801 signed int v12; // eax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
802 int v13; // eax@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
803 signed int v14; // edx@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
804 int v15; // eax@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
805 unsigned int v16; // ebx@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
806 unsigned int v17; // edi@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
807 Texture *v18; // ebx@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
808 double v19; // st7@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
809 const char *v20; // [sp-8h] [bp-40h]@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
810 Player *v21; // [sp+14h] [bp-24h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
811 int uTextureId; // [sp+18h] [bp-20h]@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
812 int *v23; // [sp+1Ch] [bp-1Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
813 int v24; // [sp+20h] [bp-18h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
814 ItemGen *v25; // [sp+24h] [bp-14h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
815 int v26; // [sp+28h] [bp-10h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
816 signed int v27; // [sp+2Ch] [bp-Ch]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
817 int a2a; // [sp+30h] [bp-8h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
818 int a3; // [sp+34h] [bp-4h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
819
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
820 v23 = pRenderer->pActiveZBuffer;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
821 v2 = pPlayers[uPlayerID];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
822 v3 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
823 v21 = pPlayers[uPlayerID];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
824 pRenderer->DrawTextureIndexed(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
825 8u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
826 8u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
827 (Texture *)(uTextureID_507958 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_507958] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
828 if ( v3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
829 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
830 v4 = pIcons_LOD->LoadTexture("fr_strip", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
831 pRenderer->DrawTextureIndexed(8u, 0x131u, (Texture *)(v4 != -1 ? (int)&pIcons_LOD->pTextures[v4] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
832 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
833 v27 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
834 v26 = (int)v2->pInventoryIndices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
835 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
836 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
837 if ( *(int *)v26 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
838 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
839 v24 = *(int *)v26 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
840 a3 = 32 * v27 / 14 + 17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
841 v5 = &v2->pInventoryItems[v24];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
842 a2a = 32 * v27 % 14 + 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
843 v25 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
844 if ( v5->uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
845 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
846 v6 = pIcons_LOD->LoadTexture(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
847 pItemsTable->pItems[v5->uItemID].pIconName,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
848 TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
849 uTextureId = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
850 v7 = (Texture *)(v6 != -1 ? (int)&pIcons_LOD->pTextures[v6] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
851 v8 = (v6 != -1 ? pIcons_LOD->pTextures[v6].uTextureWidth : 24);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
852 v9 = v7->uTextureHeight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
853 v10 = v7->uTextureWidth;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
854 v11 = v7->uTextureWidth;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
855 if ( v10 < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
856 v11 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
857 if ( (v11 - 14) >> 5 == 0 && v8 < 32 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
858 a2a += (32 - v10) / 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
859 v12 = v7->uTextureWidth;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
860 if ( v10 < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
861 v12 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
862 v13 = v12 - 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
863 v14 = v7->uTextureHeight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
864 LOBYTE(v13) = v13 & 0xE0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
865 v15 = v13 + 32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
866 if ( v9 < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
867 v14 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
868 v16 = v5->uAttributtes;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
869 v17 = a2a + ((v15 - v10) >> 1) + pSRZBufferLineOffsets[a3 + ((((v14 - 14) & 0xFFFFFFE0) - v9 + 32) >> 1)];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
870 if ( !(v16 & 0xF0) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
871 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
872 if ( v16 & 1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
873 || uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions != 13 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
874 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
875 if ( v16 & 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
876 pRenderer->_4A6776(a2a, a3, v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
877 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
878 pRenderer->DrawTextureTransparent(a2a, a3, v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
879 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
880 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
881 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
882 pRenderer->DrawTransparentGreenShade(a2a, a3, v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
883 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
884 goto LABEL_33;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
885 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
886 if ( (unsigned __int8)(v16 & 0xF0) != 16 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
887 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
888 if ( (unsigned __int8)(v16 & 0xF0) == 32 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
889 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
890 v20 = "sp28a";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
891 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
892 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
893 if ( (unsigned __int8)(v16 & 0xF0) == 64 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
894 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
895 v20 = "sp30a";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
896 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
897 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
898 if ( (unsigned __int8)(v16 & 0xF0) == 128 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
899 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
900 v20 = "sp91a";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
901 LABEL_24:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
902 v18 = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture(v20, TEXTURE_16BIT_PALETTE)];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
903 dword_50C9A8 -= pEventTimer->uTimeElapsed;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
904 if ( dword_50C9A8 <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
905 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
906 dword_50C9A8 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
907 LOBYTE(v25->uAttributtes) &= 0xFu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
908 ptr_50C9A4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
909 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
910 v19 = (double)GetTickCount() * 0.1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
911 pRenderer->_4A63E6(a2a, a3, v7, v18, (signed __int64)v19, 0, 255);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
912 LABEL_33:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
913 ZBuffer_Fill(&v23[v17], uTextureId, v24 + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
914 v2 = v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
915 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
916 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
917 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
918 v20 = "sptext01";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
919 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
920 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
921 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
922 LABEL_34:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
923 ++v27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
924 v26 += 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
925 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
926 while ( v27 < 126 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
927 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
928 // 4E28F8: using guessed type int uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
929 // 507958: using guessed type int uTextureID_507958;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
930 // 50C9A8: using guessed type int dword_50C9A8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
931
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
932 //----- (0041A556) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
933 void __cdecl draw_leather()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
934 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
935 pRenderer->DrawTextureIndexed(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
936 8u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
937 8u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
938 (Texture *)(uTextureID_Leather != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_Leather] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
939 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
940
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
941 //----- (0041A57E) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
942 char __cdecl QuickRefDraw()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
943 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
944 unsigned int v0; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
945 unsigned int v1; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
946 Player *pPlayer; // ebp@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
947 int v3; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
948 int v4; // edi@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
949 unsigned int v5; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
950 unsigned int v6; // edi@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
951 unsigned int v7; // edi@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
952 signed int v8; // eax@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
953 unsigned int v9; // eax@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
954 unsigned int v10; // edi@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
955 int v11; // eax@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
956 unsigned int v12; // eax@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
957 unsigned int v13; // edi@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
958 int v14; // eax@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
959 int v15; // ST18_4@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
960 int v16; // ebx@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
961 int v17; // eax@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
962 unsigned int v18; // eax@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
963 unsigned int v19; // edi@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
964 int v20; // eax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
965 unsigned int v21; // edi@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
966 char *v22; // eax@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
967 unsigned int v23; // edi@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
968 int v24; // eax@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
969 unsigned int v25; // edi@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
970 char *v26; // eax@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
971 unsigned int v27; // edi@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
972 int v28; // ecx@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
973 char *v29; // eax@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
974 signed int v30; // edx@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
975 unsigned int v31; // edi@31
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
976 unsigned int v32; // edi@33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
977 const char *v33; // ST10_4@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
978 unsigned int v34; // eax@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
979 unsigned int v35; // edi@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
980 unsigned __int8 v36; // al@37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
981 char *v37; // eax@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
982 int v38; // eax@41
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
983 signed int v39; // edi@42
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
984 char *v40; // eax@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
985 unsigned int v41; // eax@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
986 signed int v43; // [sp+10h] [bp-1Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
987 unsigned int v44; // [sp+14h] [bp-18h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
988 int v45; // [sp+18h] [bp-14h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
989 unsigned int v46; // [sp+1Ch] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
990 unsigned int v47; // [sp+20h] [bp-Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
991 unsigned int v48; // [sp+24h] [bp-8h]@33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
992 unsigned int v49; // [sp+28h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
993
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
994 v0 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
995 v47 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
996 v49 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
997 v46 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0, 0xFFu, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
998 v1 = pIcons_LOD->LoadTexture("quikref", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
999 pRenderer->DrawTextureIndexed(8u, 8u, (Texture *)(v1 != -1 ? (int)&pIcons_LOD->pTextures[v1] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1000 v43 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1001 v45 = LOBYTE(pFontArrus->uFontHeight) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1002 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1003 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1004 pPlayer = &pParty->pPlayers[v43];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1005 v44 = 94 * v43 + 89;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1006 if ( v43 == v0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1007 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1008 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1009 0x16u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1010 0x12u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1011 v0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1012 pGlobalTXT_LocalizationStrings[149],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1013 60,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1014 v0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1015 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, 94 * v43 + 89, 0x12u, v47, pPlayer->pName, 84, v0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1016 if ( v43 == v0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1017 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1018 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1019 0x16u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1020 0x2Fu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1021 v0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1022 pGlobalTXT_LocalizationStrings[131],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1023 60,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1024 v0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1025 v3 = pPlayer->GetActualLevel();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1026 sprintfex(pTmpBuf, "%lu", v3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1027 v4 = pPlayer->GetBaseLevel();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1028 if ( pPlayer->GetActualLevel() <= v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1029 v5 = pPlayer->GetExperienceDisplayColor();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1030 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1031 v5 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0, 0xFFu, v0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1032 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, 0x2Fu, v5, pTmpBuf, 84, v0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1033 v6 = v45 + 47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1034 if ( v43 == v0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1035 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1036 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1037 0x16u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1038 v45 + 47,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1039 v0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1040 pGlobalTXT_LocalizationStrings[41],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1041 60,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1042 v0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1043 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v6, v0, pClassNames[pPlayer->uClass], 84, v0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1044 v7 = v45 + v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1045 if ( v43 == v0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1046 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1047 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1048 0x16u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1049 v7,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1050 v0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1051 pGlobalTXT_LocalizationStrings[107],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1052 60,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1053 v0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1054 sprintfex(pTmpBuf, "%d", pPlayer->sHealth);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1055 v8 = pPlayer->GetMaxHealth();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1056 v9 = sub_4178FE(pPlayer->sHealth, v8);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1057 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v7, v9, pTmpBuf, 84, v0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1058 v10 = v45 + v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1059 if ( v43 == v0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1060 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1061 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1062 0x16u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1063 v10,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1064 v0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1065 pGlobalTXT_LocalizationStrings[209],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1066 60,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1067 v0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1068 sprintfex(pTmpBuf, "%d", pPlayer->sMana);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1069 v11 = pPlayer->GetMaxMana();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1070 v12 = sub_4178FE(pPlayer->sMana, v11);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1071 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v10, v12, pTmpBuf, 84, v0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1072 v13 = v45 + v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1073 if ( v43 == v0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1074 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1075 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1076 0x16u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1077 v13,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1078 v0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1079 pGlobalTXT_LocalizationStrings[0],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1080 60,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1081 v0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1082 v14 = pPlayer->GetActualAC();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1083 sprintfex(pTmpBuf, "%d", v14);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1084 v15 = v0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1085 v16 = pPlayer->GetBaseAC();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1086 v17 = pPlayer->GetActualAC();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1087 v18 = sub_4178FE(v17, v16);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1088 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v13, v18, pTmpBuf, 84, v15);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1089 v0 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1090 v19 = v45 + v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1091 if ( !v43 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1092 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1093 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1094 0x16u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1095 v19,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1096 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1097 pGlobalTXT_LocalizationStrings[18],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1098 60,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1099 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1100 v20 = pPlayer->GetActualAttack(0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1101 sprintfex(pTmpBuf, "%+d", v20);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1102 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v19, 0, pTmpBuf, 84, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1103 v21 = v45 + v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1104 if ( !v43 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1105 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1106 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1107 0x16u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1108 v21,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1109 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1110 pGlobalTXT_LocalizationStrings[66],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1111 60,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1112 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1113 v22 = pPlayer->GetMeleeDamageString();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1114 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v21, 0, v22, 84, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1115 v23 = v45 + v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1116 if ( !v43 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1117 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1118 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1119 0x16u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1120 v23,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1121 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1122 pGlobalTXT_LocalizationStrings[203],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1123 60,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1124 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1125 v24 = pPlayer->GetRangedAttack();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1126 sprintfex(pTmpBuf, "%+d", v24);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1127 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v23, 0, pTmpBuf, 84, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1128 v25 = v45 + v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1129 if ( !v43 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1130 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1131 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1132 0x16u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1133 v25,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1134 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1135 pGlobalTXT_LocalizationStrings[66],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1136 60,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1137 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1138 v26 = pPlayer->GetRangedDamageString();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1139 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v25, 0, v26, 84, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1140 v27 = v45 + v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1141 if ( !v43 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1142 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1143 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1144 0x16u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1145 v27,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1146 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1147 pGlobalTXT_LocalizationStrings[205],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1148 60,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1149 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1150 v28 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1151 v29 = (char *)pPlayer->pActiveSkills;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1152 v30 = 36;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1153 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1154 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1155 if ( *(short *)v29 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1156 ++v28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1157 v29 += 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1158 --v30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1159 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1160 while ( v30 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1161 sprintfex(pTmpBuf, "%lu", v28);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1162 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v27, 0, pTmpBuf, 84, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1163 v31 = v45 + v27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1164 if ( !v43 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1165 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1166 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1167 0x16u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1168 v31,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1169 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1170 pGlobalTXT_LocalizationStrings[168],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1171 60,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1172 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1173 sprintfex(pTmpBuf, "%lu", pPlayer->uSkillPoints);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1174 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1175 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1176 v44,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1177 v31,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1178 pPlayer->uSkillPoints != 0 ? v46 : 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1179 pTmpBuf,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1180 84,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1181 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1182 v32 = v45 + v31;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1183 v48 = pPlayer->GetMajorConditionrIdx();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1184 if ( !v43 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1185 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1186 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1187 0x16u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1188 v32,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1189 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1190 pGlobalTXT_LocalizationStrings[45],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1191 60,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1192 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1193 v33 = aCharacterConditionNames[v48];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1194 v34 = GetConditionDrawColor(v48);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1195 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v32, v34, v33, 84, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1196 v35 = v45 + v32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1197 if ( !v43 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1198 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1199 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1200 0x16u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1201 v35,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1202 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1203 pGlobalTXT_LocalizationStrings[170],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1204 60,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1205 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1206 v36 = pPlayer->uQuickSpell;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1207 if ( v36 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1208 v37 = pSpellStats->pInfos[v36].pShortName;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1209 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1210 v37 = pGlobalTXT_LocalizationStrings[153];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1211 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v35, 0, v37, 84, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1212 ++v43;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1213 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1214 while ( v43 < 4 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1215 v38 = GetPartyReputation();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1216 if ( v38 >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1217 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1218 v39 = v49;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1219 if ( v38 <= 5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1220 v39 = 65535;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1221 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1222 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1223 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1224 v39 = v46;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1225 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1226 v40 = GetReputationString(v38);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1227 sprintfex(pTmpBuf, "%s: ", pGlobalTXT_LocalizationStrings[180], v39, v40);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1228 pGUIWindow_CurrentMenu->DrawText(pFontArrus, 22, 323, 0, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1229 v41 = pParty->GetPartyFame();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1230 sprintfex(pTmpBuf, "\r261%s: %d", pGlobalTXT_LocalizationStrings[84], v41);// Fame
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1231 return pGUIWindow_CurrentMenu->DrawText(pFontArrus, 0, 323, 0, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1232 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1233
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1234 //----- (0041ABFD) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1235 void __thiscall CharacterUI_CharacterScreen_Draw(unsigned int uPlayerIdx)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1236 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1237 unsigned int v1; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1238 unsigned int v2; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1239 Texture *v3; // ecx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1240 GUIButton *v4; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1241 unsigned int v5; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1242 unsigned int v6; // eax@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1243 unsigned int v7; // eax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1244
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1245 v1 = uPlayerIdx;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1246 if ( uPlayerIdx )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1247 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1248 pRenderer->ClearZBuffer(0, 479);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1249 switch ( pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1250 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1251 case 0x64: // stats
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1252 sub_4196A0();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1253 sub_419379();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1254 CharacterUI_StatsTab_Draw(v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1255 v7 = pIcons_LOD->LoadTexture("ib-cd1-d", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1256 v3 = (Texture *)(v7 != -1 ? (int)&pIcons_LOD->pTextures[v7] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1257 v4 = pCharacterScreen_StatsBtn;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1258 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1259 case 0x65: // skills
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1260 if ( dword_507CC0 != uActiveCharacter )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1261 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1262 sub_4196A0();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1263 sub_419401();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1264 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1265 sub_419379();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1266 CharacterUI_SkillsTab_Draw(v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1267 v6 = pIcons_LOD->LoadTexture("ib-cd2-d", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1268 v3 = (Texture *)(v6 != -1 ? (int)&pIcons_LOD->pTextures[v6] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1269 v4 = pCharacterScreen_SkillsBtn;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1270 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1271 case 0x66: // awards
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1272 sub_4196A0();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1273 sub_419379();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1274 sub_419220();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1275 CharacterUI_AwardsTab_Draw(v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1276 v5 = pIcons_LOD->LoadTexture("ib-cd4-d", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1277 v3 = (Texture *)(v5 != -1 ? (int)&pIcons_LOD->pTextures[v5] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1278 v4 = pCharacterScreen_AwardsBtn;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1279 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1280 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1281 if ( pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] != 103 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1282 goto LABEL_13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1283 sub_4196A0();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1284 sub_419379();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1285 CharacterUI_InventoryTab_Draw(v1, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1286 v2 = pIcons_LOD->LoadTexture("ib-cd3-d", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1287 v3 = (Texture *)(v2 != -1 ? (int)&pIcons_LOD->pTextures[v2] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1288 v4 = pCharacterScreen_InventoryBtn;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1289 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1290 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1291 pRenderer->DrawTextureIndexed(v4->uX, v4->uY, v3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1292 LABEL_13:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1293 if ( bRingsShownInCharScreen )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1294 CharacterUI_DrawPaperdollWithRingOverlay(v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1295 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1296 CharacterUI_DrawPaperdoll(v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1297 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1298 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1299 // 507CC0: using guessed type int dword_507CC0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1300 // 5118E0: using guessed type int bRingsShownInCharScreen;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1301
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1302 //----- (0041AD6E) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1303 void __cdecl GameUI_DrawRightPanelItems()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1304 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1305 if ( (signed int)((pParty->uTimePlayed - qword_507CC8) >> 32) <= 0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1306 && (((pParty->uTimePlayed - qword_507CC8) >> 32) & 0x80000000u) != 0i64 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1307 qword_507CC8 = 0i64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1308 if ( (((pParty->uTimePlayed - qword_507CC8) >> 32) & 0x80000000u) == 0i64
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1309 && (!(SHIDWORD(pParty->uTimePlayed) < (LODWORD(pParty->uTimePlayed) < (unsigned int)qword_507CC8)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1310 + HIDWORD(qword_507CC8) | (pParty->uTimePlayed - qword_507CC8) >> 32 == 0)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1311 || (unsigned int)(LODWORD(pParty->uTimePlayed) - qword_507CC8) > 0x80) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1312 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1313 qword_507CC8 = pParty->uTimePlayed;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1314 byte_50697C = byte_50697C == 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1315 if ( byte_50697C
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1316 && uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions != 5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1317 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1318 if ( bFlashQuestBook )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1319 pRenderer->DrawTextureTransparent(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1320 493u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1321 355u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1322 (Texture *)(uTextureID_ib_td1_A != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_ib_td1_A] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1323 if ( bFlashAutonotesBook )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1324 pRenderer->DrawTextureTransparent(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1325 527u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1326 353u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1327 (Texture *)(uTextureID_ib_td2_A != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_ib_td2_A] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1328 if ( bFlashHistoryBook )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1329 pRenderer->DrawTextureTransparent(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1330 600u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1331 361u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1332 (Texture *)(uTextureID_ib_td5_A != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_ib_td5_A] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1333 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1334 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1335 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1336 pRenderer->DrawTextureRGB(468u, 0, pTexture_RightFrame);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1337 DrawHiredNPCs();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1338 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1339 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1340 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1341
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1342 //----- (0041AEBB) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1343 void __cdecl GameUI_DrawFoodAndGold()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1344 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1345 unsigned int v0; // ebx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1346 unsigned int v1; // ebp@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1347 int v2; // esi@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1348
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1349 if ( uGameState != GAME_STATE_FINAL_WINDOW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1350 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1351 v0 = uGameUIFontMain;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1352 v1 = uGameUIFontShadow;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1353 v2 = sub_44100D() != 0 ? 381 : 322;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1354 sprintfex(pTmpBuf, "\r087%lu", pParty->uNumFoodRations);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1355 pGUIWindow0->DrawText(pFontSmallnum, 0, v2, v0, pTmpBuf, 0, 0, v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1356 sprintfex(pTmpBuf, "\r028%lu", pParty->uNumGold);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1357 pGUIWindow0->DrawText(pFontSmallnum, 0, v2, v0, pTmpBuf, 0, 0, v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1358 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1359 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1360
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1361 //----- (0041AF52) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1362 void Actor::DrawHealthBar(Actor *a1, GUIWindow *a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1363 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1364 unsigned int v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1365 GUIWindow *v3; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1366 unsigned int v4; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1367 signed int v5; // ebx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1368 double v6; // st7@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1369 unsigned int v7; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1370 unsigned int v8; // ebx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1371 unsigned int v9; // [sp+14h] [bp-Ch]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1372 unsigned int v10; // [sp+1Ch] [bp-4h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1373
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1374 v2 = a1->pMonsterInfo.uHP;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1375 v3 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1376 v4 = 25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1377 if ( (signed int)v2 > 25 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1378 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1379 v4 = 200;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1380 if ( (signed int)v2 < 200 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1381 v4 = a1->pMonsterInfo.uHP;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1382 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1383 v5 = a1->sCurrentHP;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1384 v10 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1385 v9 = uTextureID_mhp_grn;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1386 if ( v5 < (signed int)v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1387 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1388 v6 = (double)(signed int)v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1389 v10 = (signed __int64)((double)(signed int)v4 / (double)(signed int)v2 * (double)a1->sCurrentHP);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1390 if ( v5 <= (signed int)(signed __int64)(0.34 * v6) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1391 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1392 v7 = uTextureID_mhp_red;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1393 LABEL_9:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1394 v9 = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1395 goto LABEL_10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1396 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1397 if ( v5 <= (signed int)(signed __int64)(v6 * 0.67) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1398 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1399 v7 = uTextureID_mhp_yel;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1400 goto LABEL_9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1401 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1402 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1403 LABEL_10:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1404 v8 = a2->uFrameX + (signed int)(a2->uFrameWidth - v4) / 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1405 pRenderer->Clip(v8, a2->uFrameY + 32, v8 + v4, a2->uFrameY + 52);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1406 pRenderer->DrawTextureIndexed(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1407 v8,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1408 v3->uFrameY + 32,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1409 (Texture *)(uTextureID_mhp_bd != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_mhp_bd] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1410 pRenderer->Clip(v8, v3->uFrameY + 32, v8 + v10, v3->uFrameY + 52);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1411 pRenderer->DrawTextureIndexed(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1412 v8,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1413 v3->uFrameY + 34,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1414 (Texture *)(v9 != -1 ? (int)&pIcons_LOD->pTextures[v9] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1415 pRenderer->ResetClip();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1416 pRenderer->DrawTextureIndexed(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1417 v8 - 5,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1418 v3->uFrameY + 32,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1419 (Texture *)(uTextureID_mhp_capl != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_mhp_capl] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1420 pRenderer->DrawTextureIndexed(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1421 v8 + v4,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1422 v3->uFrameY + 32,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1423 (Texture *)(uTextureID_mhp_capr != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_mhp_capr] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1424 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1425
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1426 //----- (0041B0C9) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1427 void __cdecl GameUI_DrawLifeManaBars()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1428 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1429 Texture *v0; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1430 Player *v1; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1431 float v2; // ST38_4@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1432 double v3; // st7@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1433 signed __int64 v4; // qax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1434 Player *v5; // ecx@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1435 float v6; // ST30_4@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1436 double v7; // st7@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1437 bool v8; // ST38_4@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1438 Texture *v9; // [sp-4h] [bp-30h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1439 Texture *v10; // [sp+Ch] [bp-20h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1440 Player *v11; // [sp+10h] [bp-1Ch]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1441 int v12; // [sp+10h] [bp-1Ch]@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1442 Texture *v13; // [sp+14h] [bp-18h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1443 Texture *v14; // [sp+18h] [bp-14h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1444 float v15; // [sp+1Ch] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1445 signed int v16; // [sp+24h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1446 signed int v17; // [sp+28h] [bp-4h]@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1447
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1448 v0 = (Texture *)(uTextureID_BarGreen != -1 ? &pIcons_LOD->pTextures[uTextureID_BarGreen] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1449 v14 = (Texture *)(uTextureID_BarYellow != -1 ? &pIcons_LOD->pTextures[uTextureID_BarYellow] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1450 v13 = (Texture *)(uTextureID_BarRed != -1 ? &pIcons_LOD->pTextures[uTextureID_BarRed] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1451 v16 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1452 v10 = (Texture *)(uTextureID_BarBlue != -1 ? &pIcons_LOD->pTextures[uTextureID_BarBlue] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1453 v15 = (double)(uTextureID_BarGreen != -1 ? pIcons_LOD->pTextures[uTextureID_BarGreen].uTextureHeight : 26);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1454 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1455 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1456 v1 = &pParty->pPlayers[v16];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1457 v11 = v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1458 if ( v1->sHealth <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1459 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1460 v11 = &pParty->pPlayers[v16];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1461 v2 = (double)v1->sHealth;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1462 v3 = v2 / (double)v1->GetMaxHealth();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1463 if ( v3 <= 0.5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1464 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1465 if ( v3 <= 0.25 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1466 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1467 if ( v3 <= 0.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1468 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1469 if ( v16 == 2 || v16 == 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1470 v17 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1471 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1472 v17 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1473 pRenderer->Clip(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1474 v17 + pHealthBarPos[v16],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1475 (unsigned __int64)(signed __int64)((1.0 - v3) * v15) + 402,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1476 v17 + pHealthBarPos[v16] + v13->uTextureWidth,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1477 v13->uTextureHeight + 402);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1478 v9 = v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1479 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1480 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1481 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1482 if ( v16 == 2 || v16 == 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1483 v17 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1484 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1485 v17 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1486 pRenderer->Clip(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1487 v17 + pHealthBarPos[v16],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1488 (unsigned __int64)(signed __int64)((1.0 - v3) * v15) + 402,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1489 v17 + pHealthBarPos[v16] + v14->uTextureWidth,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1490 v14->uTextureHeight + 402);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1491 v9 = v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1492 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1493 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1494 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1495 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1496 if ( v3 > 1.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1497 v3 = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1498 v4 = (signed __int64)((1.0 - v3) * v15);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1499 if ( v16 == 2 || v16 == 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1500 v17 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1501 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1502 v17 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1503 pRenderer->Clip(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1504 v17 + pHealthBarPos[v16],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1505 v4 + 402,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1506 v17 + pHealthBarPos[v16] + v0->uTextureWidth,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1507 v0->uTextureHeight + 402);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1508 v9 = v0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1509 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1510 pRenderer->DrawTextureIndexed(v17 + pHealthBarPos[v16], 0x192u, v9);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1511 pRenderer->ResetClip();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1512 LABEL_24:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1513 v5 = v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1514 v12 = v11->sMana;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1515 if ( v12 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1516 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1517 v6 = (double)v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1518 v7 = v6 / (double)v5->GetMaxMana();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1519 if ( v7 > 1.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1520 v7 = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1521 v8 = v16 == 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1522 pRenderer->Clip(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1523 (v16 == 2) + pManaBarPos[v16],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1524 (unsigned __int64)(signed __int64)((1.0 - v7) * v15) + 402,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1525 v8 + pManaBarPos[v16] + v10->uTextureWidth,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1526 v10->uTextureHeight + 402);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1527 pRenderer->DrawTextureIndexed(v8 + pManaBarPos[v16], 0x192u, v10);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1528 pRenderer->ResetClip();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1529 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1530 ++v16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1531 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1532 while ( v16 < 4 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1533 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1534
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1535 //----- (0041B3B6) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1536 void __cdecl draw_right_panel()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1537 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1538 pRenderer->DrawTextureTransparent(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1539 pViewport->uViewportZ,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1540 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1541 (Texture *)(uTextureID_right_panel != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_right_panel] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1542 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1543
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1544 //----- (0041B3E2) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1545 void __cdecl GameUI_DrawRightPanelFrames()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1546 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1547 pRenderer->DrawTextureRGB(0, 0, pTexture_TopFrame);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1548 pRenderer->DrawTextureRGB(0, 8u, pTexture_LeftFrame);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1549 pRenderer->DrawTextureRGB(468u, 0, pTexture_RightFrame);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1550 pRenderer->DrawTextureRGB(0, 352u, pTexture_BottomFrame);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1551 GameUI_DrawFoodAndGold();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1552 GameUI_DrawRightPanelItems();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1553 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1554
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1555 //----- (0041B438) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1556 GUIButton *__fastcall GUI_HandleHotkey(unsigned __int8 uHotkey)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1557 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1558 char v1; // al@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1559 int v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1560 char v3; // dl@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1561 GUIWindow *v4; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1562 GUIButton *result; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1563 int v6; // edx@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1564
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1565 v1 = toupper(uHotkey);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1566 v2 = uNumVisibleWindows;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1567 v3 = v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1568 if ( uNumVisibleWindows >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1569 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1570 while ( 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1571 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1572 v4 = (GUIWindow *)&pWindowList_at_506F50_minus1_indexing[21 * pVisibleWindowsIdxs[v2]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1573 for ( result = v4->pControlsHead; result; result = result->pNext )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1574 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1575 if ( result->uHotkey == v3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1576 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1577 v6 = result->uControlParam;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1578 if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1579 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1580 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = (UIMessageType)result->uControlID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1581 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1582 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1583 ++pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1584 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1585 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1586 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1587 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1588 if ( v4->uFrameX || v4->uFrameY || !(v4->uFrameWidth == 640 & v4->uFrameHeight == 480) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1589 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1590 --v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1591 if ( v2 >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1592 continue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1593 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1594 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1595 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1596 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1597 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1598 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1599 // 5075E0: using guessed type int pVisibleWindowsIdxs[20];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1600
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1601 //----- (0041B4E1) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1602 int __fastcall GUI_ReplaceHotkey(unsigned __int8 uOldHotkey, unsigned __int8 uNewHotkey, char bFirstCall)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1603 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1604 unsigned __int8 v3; // bl@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1605 int result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1606 int i; // edx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1607 GUIButton *j; // ecx@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1608 int k; // edx@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1609 GUIButton *l; // ecx@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1610 unsigned __int8 v9; // [sp+4h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1611 char v10; // [sp+8h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1612
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1613 v3 = uNewHotkey;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1614 v10 = toupper(uOldHotkey);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1615 result = toupper(v3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1616 v9 = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1617 if ( bFirstCall )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1618 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1619 for ( i = uNumVisibleWindows; i >= 0; --i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1620 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1621 result = 84 * pVisibleWindowsIdxs[i];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1622 for ( j = *(GUIButton **)((char *)pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_ + result); j; j = j->pNext )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1623 j->field_28 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1624 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1625 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1626 for ( k = uNumVisibleWindows; k >= 0; --k )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1627 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1628 result = 84 * pVisibleWindowsIdxs[k];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1629 for ( l = *(GUIButton **)((char *)pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_ + result); l; l = l->pNext )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1630 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1631 LOBYTE(result) = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1632 if ( l->uHotkey == v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1633 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1634 if ( !l->field_28 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1635 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1636 LOBYTE(result) = v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1637 l->field_28 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1638 l->uHotkey = v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1639 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1640 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1641 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1642 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1643 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1644 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1645 // 5075E0: using guessed type int pVisibleWindowsIdxs[20];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1646
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1647 //----- (0041B578) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1648 void __cdecl MainMenuUI_LoadFontsAndSomeStuff()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1649 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1650 pIcons_LOD->SetupPalettes(pRenderer->uTargetRBits,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1651 pRenderer->uTargetGBits,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1652 pRenderer->uTargetBBits);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1653 pPaletteManager->SetColorChannelInfo(pRenderer->uTargetRBits,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1654 pRenderer->uTargetGBits,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1655 pRenderer->uTargetBBits);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1656 pPaletteManager->RecalculateAll();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1657
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1658 for (uint i = 0; i < 480; ++i)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1659 pSRZBufferLineOffsets[i] = 640 * i;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1660
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1661 pRenderer->ResetClip();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1662
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1663 uTextureID_FONTPAL = pIcons_LOD->LoadTexture("FONTPAL", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1664 pFontArrus = LoadFont("arrus.fnt", "FONTPAL", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1665 pFontLucida = LoadFont("lucida.fnt", "FONTPAL", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1666 pFontCreate = LoadFont("create.fnt", "FONTPAL", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1667 pFontSmallnum = LoadFont("smallnum.fnt", "FONTPAL", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1668 pFontComic = LoadFont("comic.fnt", "FONTPAL", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1669 pFontArrus->field_3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1670 pFontLucida->field_3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1671 pFontCreate->field_3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1672
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1673 for (uint i = 0; i < 20; ++i)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1674 pWindowList[i].uWindowType = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1675
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1676 uNumVisibleWindows = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1677 memset(pVisibleWindowsIdxs, 0, sizeof(pVisibleWindowsIdxs));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1678 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1679
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1680 //----- (0041B690) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1681 void __cdecl MainMenuUI_Create()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1682 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1683 unsigned int v0; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1684 unsigned int v1; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1685 unsigned int v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1686 unsigned int v3; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1687 unsigned int v4; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1688 unsigned int v5; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1689 Texture *v6; // ST78_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1690 const char *v7; // ST5C_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1691 unsigned __int8 v8; // al@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1692 //Texture *v9; // ST60_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1693 Texture *v10; // ST78_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1694 const char *v11; // ST5C_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1695 unsigned __int8 v12; // al@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1696 //Texture *v13; // ST60_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1697 unsigned int v14; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1698 Texture *v15; // ST78_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1699 const char *v16; // ST5C_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1700 unsigned __int8 v17; // al@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1701 //Texture *v18; // ST60_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1702 unsigned int uTextureID_ib_td4_A; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1703 Texture *v20; // ST78_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1704 const char *v21; // ST5C_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1705 unsigned __int8 v22; // al@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1706 //Texture *v23; // ST60_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1707 Texture *v24; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1708 Texture *v25; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1709 Texture *v26; // ST60_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1710 const char *v27; // ST5C_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1711 unsigned __int8 v28; // al@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1712 Texture *v29; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1713 Texture *v30; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1714 Texture *v31; // ST60_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1715 const char *v32; // ST5C_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1716 unsigned __int8 v33; // al@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1717
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1718 v0 = pIconsFrameTable->FindIcon("wizeyeC");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1719 pIconsFrameTable->InitializeAnimation(v0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1720 v1 = pIconsFrameTable->FindIcon("wizeyeB");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1721 pIconsFrameTable->InitializeAnimation(v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1722 v2 = pIconsFrameTable->FindIcon("wizeyeA");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1723 pIconsFrameTable->InitializeAnimation(v2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1724 v3 = pIconsFrameTable->FindIcon("torchC");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1725 pIconsFrameTable->InitializeAnimation(v3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1726 v4 = pIconsFrameTable->FindIcon("torchB");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1727 pIconsFrameTable->InitializeAnimation(v4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1728 v5 = pIconsFrameTable->FindIcon("torchA");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1729 pIconsFrameTable->InitializeAnimation(v5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1730 pTextureIDs_pMapDirs[0] = pIcons_LOD->LoadTexture("MAPDIR8", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1731 pTextureIDs_pMapDirs[1] = pIcons_LOD->LoadTexture("MAPDIR1", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1732 pTextureIDs_pMapDirs[2] = pIcons_LOD->LoadTexture("MAPDIR2", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1733 pTextureIDs_pMapDirs[3] = pIcons_LOD->LoadTexture("MAPDIR3", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1734 pTextureIDs_pMapDirs[4] = pIcons_LOD->LoadTexture("MAPDIR4", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1735 pTextureIDs_pMapDirs[5] = pIcons_LOD->LoadTexture("MAPDIR5", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1736 pTextureIDs_pMapDirs[6] = pIcons_LOD->LoadTexture("MAPDIR6", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1737 pTextureIDs_pMapDirs[7] = pIcons_LOD->LoadTexture("MAPDIR7", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1738 uTextureID_BarBlue = pIcons_LOD->LoadTexture("ib-statB", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1739 uTextureID_BarGreen = pIcons_LOD->LoadTexture("ib-statG", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1740 uTextureID_BarYellow = pIcons_LOD->LoadTexture("ib-statY", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1741 uTextureID_BarRed = pIcons_LOD->LoadTexture("ib-statR", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1742 uTextureID_mhp_bd = pIcons_LOD->LoadTexture("mhp_bg", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1743 uTextureID_mhp_capl = pIcons_LOD->LoadTexture("mhp_capl", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1744 uTextureID_mhp_capr = pIcons_LOD->LoadTexture("mhp_capr", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1745 uTextureID_mhp_grn = pIcons_LOD->LoadTexture("mhp_grn", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1746 uTextureID_mhp_red = pIcons_LOD->LoadTexture("mhp_red", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1747 uTextureID_mhp_yel = pIcons_LOD->LoadTexture("mhp_yel", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1748 uTextureID_Leather = pIcons_LOD->LoadTexture("LEATHER", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1749 pTexture_Leather = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("ibground", TEXTURE_16BIT_PALETTE)];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1750 uTextureID_x_x_u = pIcons_LOD->LoadTexture("x_x_u", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1751 uTextureID_BUTTDESC2 = pIcons_LOD->LoadTexture("BUTTESC2", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1752 uTextureID_x_ok_u = pIcons_LOD->LoadTexture("x_ok_u", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1753 uTextureID_BUTTYES2 = pIcons_LOD->LoadTexture("BUTTYES2", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1754 uTextureID_BUTTMAKE = pIcons_LOD->LoadTexture("BUTTMAKE", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1755 uTextureID_BUTTMAKE2 = pIcons_LOD->LoadTexture("BUTTMAKE2", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1756 pGUIWindow0 = GUIWindow::Create(0, 0, 640u, 480u, WINDOW_Credits, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1757 pGUIWindow0->CreateButton(7u, 8u, 0x1CCu, 0x157u, 1, 0, 0xAu, 0, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1758 pGUIWindow0->CreateButton(0x3Du, 0x1A8u, 0x1Fu, 0x28u, 2, 94, 0x6Eu, 1u, 0x31u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1759 pGUIWindow0->CreateButton(0xB1u, 0x1A8u, 0x1Fu, 0x28u, 2, 94, 0x6Eu, 2u, 0x32u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1760 pGUIWindow0->CreateButton(0x124u, 0x1A8u, 0x1Fu, 0x28u, 2, 94, 0x6Eu, 3u, 0x33u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1761 pGUIWindow0->CreateButton(0x197u, 0x1A8u, 0x1Fu, 0x28u, 2, 94, 0x6Eu, 4u, 0x34u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1762 pGUIWindow0->CreateButton(0x18u, 0x194u, 5u, 0x31u, 1, 93, 0, 1u, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1763 pGUIWindow0->CreateButton(0x8Bu, 0x194u, 5u, 0x31u, 1, 93, 0, 2u, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1764 pGUIWindow0->CreateButton(0xFFu, 0x194u, 5u, 0x31u, 1, 93, 0, 3u, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1765 pGUIWindow0->CreateButton(0x172u, 0x194u, 5u, 0x31u, 1, 93, 0, 4u, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1766 pGUIWindow0->CreateButton(0x61u, 0x194u, 5u, 0x31u, 1, 93, 0, 1u, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1767 pGUIWindow0->CreateButton(0xD4u, 0x194u, 5u, 0x31u, 1, 93, 0, 2u, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1768 pGUIWindow0->CreateButton(0x148u, 0x194u, 5u, 0x31u, 1, 93, 0, 3u, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1769 pGUIWindow0->CreateButton(0x1BBu, 0x194u, 5u, 0x31u, 1, 93, 0, 4u, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1770 uTextureID_ib_td1_A = pIcons_LOD->LoadTexture("ib-td1-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1771 v6 = (Texture *)(uTextureID_ib_td1_A != -1 ? &pIcons_LOD->pTextures[uTextureID_ib_td1_A] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1772 v7 = pGlobalTXT_LocalizationStrings[174];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1773 v8 = pKeyActionMap->GetActionVKey(INPUT_Quest);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1774 ptr_507A10 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1775 0x1EBu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1776 0x161u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1777 v6->uTextureWidth,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1778 v6->uTextureHeight,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1779 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1780 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1781 0xC8u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1782 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1783 v8,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1784 v7,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1785 v6, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1786 uTextureID_ib_td2_A = pIcons_LOD->LoadTexture("ib-td2-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1787 v10 = (Texture *)(uTextureID_ib_td2_A != -1 ? &pIcons_LOD->pTextures[uTextureID_ib_td2_A] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1788 v11 = pGlobalTXT_LocalizationStrings[154];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1789 v12 = pKeyActionMap->GetActionVKey(INPUT_Autonotes);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1790 ptr_507A0C = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1791 0x20Fu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1792 0x161u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1793 v10->uTextureWidth,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1794 v10->uTextureHeight,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1795 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1796 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1797 0xC9u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1798 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1799 v12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1800 v11,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1801 v10);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1802 v14 = pIcons_LOD->LoadTexture("ib-td3-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1803 v15 = (Texture *)(v14 != -1 ? (int)&pIcons_LOD->pTextures[v14] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1804 v16 = pGlobalTXT_LocalizationStrings[139];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1805 v17 = pKeyActionMap->GetActionVKey(INPUT_Mapbook);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1806 ptr_507A08 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1807 0x222u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1808 0x161u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1809 v15->uTextureWidth,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1810 v15->uTextureHeight,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1811 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1812 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1813 0xCAu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1814 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1815 v17,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1816 v16,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1817 v15);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1818 uTextureID_ib_td4_A = pIcons_LOD->LoadTexture("ib-td4-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1819 v20 = (Texture *)(uTextureID_ib_td4_A != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_ib_td4_A] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1820 v21 = pGlobalTXT_LocalizationStrings[78];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1821 v22 = pKeyActionMap->GetActionVKey(INPUT_TimeCal);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1822 dword_507A04 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1823 0x23Au,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1824 0x161u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1825 v20->uTextureWidth,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1826 v20->uTextureHeight,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1827 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1828 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1829 0xCBu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1830 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1831 v22,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1832 v21,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1833 v20);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1834 uTextureID_ib_td5_A = pIcons_LOD->LoadTexture("ib-td5-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1835 ptr_507A00 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1836 0x258u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1837 0x169u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1838 (uTextureID_ib_td5_A != -1 ? pIcons_LOD->pTextures[uTextureID_ib_td5_A].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1839 (uTextureID_ib_td5_A != -1 ? pIcons_LOD->pTextures[uTextureID_ib_td5_A].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1840 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1841 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1842 0xE0u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1843 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1844 0x48u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1845 pGlobalTXT_LocalizationStrings[602],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1846 (Texture *)(uTextureID_ib_td5_A != -1 ? &pIcons_LOD->pTextures[uTextureID_ib_td5_A] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1847 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1848 v24 = &pIcons_LOD->pTextures[uTextureID_507980];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1849 v25 = (Texture *)(uTextureID_507980 != -1 ? (int)v24 : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1850 bFlashHistoryBook = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1851 v26 = (Texture *)(uTextureID_507980 != -1 ? (int)v24 : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1852 bFlashAutonotesBook = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1853 v27 = pGlobalTXT_LocalizationStrings[252];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1854 bFlashQuestBook = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1855 v28 = pKeyActionMap->GetActionVKey(INPUT_ZoomIn);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1856 dword_507A18 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1857 0x23Eu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1858 0x88u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1859 v25->uTextureWidth,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1860 v25->uTextureHeight,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1861 2,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1862 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1863 0x170u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1864 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1865 v28,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1866 v27,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1867 v26,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1868 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1869 v29 = &pIcons_LOD->pTextures[uTextureID_507984];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1870 v30 = (Texture *)(uTextureID_507984 != -1 ? (int)v29 : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1871 v31 = (Texture *)(uTextureID_507984 != -1 ? (int)v29 : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1872 v32 = pGlobalTXT_LocalizationStrings[251];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1873 v33 = pKeyActionMap->GetActionVKey(INPUT_ZoomOut);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1874 dword_507A14 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1875 0x207u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1876 0x88u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1877 v30->uTextureWidth,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1878 v30->uTextureHeight,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1879 2,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1880 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1881 0x16Fu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1882 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1883 v33,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1884 v32,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1885 v31,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1886 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1887 pGUIWindow0->CreateButton(0x1E1u, 0, 0x99u, 0x43u, 1, 92, 0, 0, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1888 pGUIWindow0->CreateButton(0x1EBu, 0x95u, 0x40u, 0x4Au, 1, 0, 0x86u, 0, 0x35u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1889 pGUIWindow0->CreateButton(0x231u, 0x95u, 0x40u, 0x4Au, 1, 0, 0x87u, 0, 0x36u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1890 pGUIWindow0->CreateButton(0x1DCu, 0x142u, 0x4Du, 0x11u, 1, 100, 0, 0, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1891 pGUIWindow0->CreateButton(0x22Bu, 0x142u, 0x4Du, 0x11u, 1, 101, 0, 0, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1892 ptr_5079F8 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1893 0x1DCu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1894 0x1C2u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1895 (uTextureID_50797C != -1 ? pIcons_LOD->pTextures[uTextureID_50797C].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1896 (uTextureID_50797C != -1 ? pIcons_LOD->pTextures[uTextureID_50797C].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1897 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1898 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1899 0x69u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1900 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1901 0x43u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1902 pGlobalTXT_LocalizationStrings[38],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1903 (Texture *)(uTextureID_50797C != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_50797C] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1904 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1905 ptr_5079FC = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1906 0x206u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1907 0x1C2u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1908 (uTextureID_507978 != -1 ? pIcons_LOD->pTextures[uTextureID_507978].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1909 (uTextureID_507978 != -1 ? pIcons_LOD->pTextures[uTextureID_507978].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1910 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1911 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1912 0x68u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1913 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1914 0x52u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1915 pGlobalTXT_LocalizationStrings[182],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1916 (Texture *)(uTextureID_507978 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_507978] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1917 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1918 ptr_5079F4 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1919 0x230u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1920 0x1C2u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1921 (dword_507974 != -1 ? pIcons_LOD->pTextures[dword_507974].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1922 (dword_507974 != -1 ? pIcons_LOD->pTextures[dword_507974].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1923 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1924 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1925 0x6Au,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1926 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1927 0x5Au,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1928 pGlobalTXT_LocalizationStrings[173],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1929 (Texture *)(dword_507974 != -1 ? &pIcons_LOD->pTextures[dword_507974] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1930 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1931 ptr_5079F0 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1932 0x25Au,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1933 0x1C2u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1934 (uTextureID_507970 != -1 ? pIcons_LOD->pTextures[uTextureID_507970].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1935 (uTextureID_507970 != -1 ? pIcons_LOD->pTextures[uTextureID_507970].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1936 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1937 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1938 0x6Bu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1939 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1940 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1941 pGlobalTXT_LocalizationStrings[93],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1942 (Texture *)(uTextureID_507970 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_507970] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1943 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1944 ptr_5079EC = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1945 0x1D5u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1946 0xB2u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1947 (uTextureID_507990 != -1 ? pIcons_LOD->pTextures[uTextureID_507990].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1948 (uTextureID_507990 != -1 ? pIcons_LOD->pTextures[uTextureID_507990].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1949 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1950 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1951 0xBCu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1952 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1953 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1954 nullstring,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1955 (Texture *)(uTextureID_507990 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_507990] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1956 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1957 ptr_5079E8 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1958 0x272u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1959 0xB2u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1960 (uTextureID_50798C != -1 ? pIcons_LOD->pTextures[uTextureID_50798C].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1961 (uTextureID_50798C != -1 ? pIcons_LOD->pTextures[uTextureID_50798C].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1962 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1963 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1964 0xBCu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1965 1u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1966 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1967 nullstring,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1968 (Texture *)(uTextureID_50798C != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_50798C] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1969 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1970 Load_isn_spells_21_27();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1971 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1972
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1973
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1974
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1975 //----- (0041C047) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1976 void __cdecl GameUI_DrawStatusBar_2()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1977 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1978 unsigned int v0; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1979 char *v1; // edx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1980 unsigned int v2; // ST18_4@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1981 const char *v3; // ST0C_4@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1982 unsigned int v4; // ST08_4@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1983 int v5; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1984
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1985 pRenderer->DrawTextureRGB(0, 352u, pTexture_StatusBar);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1986 if ( GameUI_StatusBar_TimedStringTimeLeft )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1987 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1988 v1 = GameUI_StatusBar_TimedString;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1989 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1990 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1991 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1992 if ( !pStatusBarString[0] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1993 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1994 v1 = pStatusBarString;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1995 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1996 LOWORD(v0) = uGameUIFontShadow;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1997 v2 = v0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1998 LOWORD(v0) = uGameUIFontMain;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1999 v3 = v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2000 v4 = v0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2001 v5 = pFontLucida->AlignText_Center(0x1C2u, v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2002 pGUIWindow0->DrawText(pFontLucida, v5 + 11, 357, v4, v3, 0, 0, v2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2003 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2004
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2005 //----- (0041C0B8) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2006 void __thiscall sub_41C0B8_set_status_string(const char *pStr)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2007 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2008 const char *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2009 int i; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2010 int j; // eax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2011
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2012 v1 = pStr;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2013 if ( pStr && strcmp(pStr, "test") && !IsBadStringPtrA(v1, 1u) && (*v1 || GameUI_StatusBar_TimedStringTimeLeft) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2014 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2015 if ( GameUI_StatusBar_TimedStringTimeLeft )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2016 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2017 for ( i = pFontLucida->GetLineWidth(GameUI_StatusBar_TimedString);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2018 i > 450;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2019 i = pFontLucida->GetLineWidth(GameUI_StatusBar_TimedString) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2020 byte_5C3427[strlen(GameUI_StatusBar_TimedString)] = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2021 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2022 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2023 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2024 strcpy(pStatusBarString, v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2025 for ( j = pFontLucida->GetLineWidth(pStatusBarString);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2026 j > 450;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2027 j = pFontLucida->GetLineWidth(pStatusBarString) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2028 GameUI_StatusBar_TimedString[strlen(pStatusBarString) + 199] = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2029 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2030 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2031 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2032
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2033 //----- (0041C179) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2034 void __cdecl GameUI_DrawStatusBar()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2035 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2036 unsigned int v0; // ebp@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2037 char *v1; // edi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2038 int v2; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2039 unsigned int v3; // esi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2040 size_t v4; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2041 GUIFont *v5; // ecx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2042 int v6; // eax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2043 size_t v7; // eax@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2044 GUIFont *v8; // ecx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2045 char v9; // zf@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2046 unsigned int v10; // ST08_4@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2047 int v11; // eax@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2048
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2049 v0 = uGameUIFontShadow;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2050 if ( pStatusBarString[0] || GameUI_StatusBar_TimedStringTimeLeft || bForceDrawStatusBar )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2051 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2052 pRenderer->DrawTextureRGB(0, 352u, pTexture_StatusBar);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2053 if ( GameUI_StatusBar_TimedStringTimeLeft )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2054 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2055 v1 = GameUI_StatusBar_TimedString;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2056 v2 = pFontLucida->GetLineWidth(GameUI_StatusBar_TimedString);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2057 v3 = 450;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2058 while ( v2 > 450 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2059 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2060 v4 = strlen(GameUI_StatusBar_TimedString);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2061 v5 = pFontLucida;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2062 byte_5C3427[v4] = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2063 v2 = pFontLucida->GetLineWidth(GameUI_StatusBar_TimedString);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2064 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2065 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2066 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2067 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2068 v1 = pStatusBarString;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2069 v6 = pFontLucida->GetLineWidth(pStatusBarString);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2070 v3 = 450;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2071 while ( v6 > 450 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2072 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2073 v7 = strlen(pStatusBarString);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2074 v8 = pFontLucida;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2075 GameUI_StatusBar_TimedString[v7 + 199] = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2076 v6 = pFontLucida->GetLineWidth(pStatusBarString);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2077 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2078 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2079 v9 = *v1 == 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2080 bForceDrawStatusBar = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2081 if ( !v9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2082 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2083 v10 = uGameUIFontMain;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2084 v11 = pFontLucida->AlignText_Center(v3, v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2085 pGUIWindow0->DrawText(pFontLucida, v11 + 11, 357, v10, v1, 0, 0, v0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2086 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2087 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2088 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2089 // 5C35BC: using guessed type int bForceDrawStatusBar;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2090
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2091
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2092 //----- (0041CD4F) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2093 bool __thiscall sub_41CD4F(unsigned int _this)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2094 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2095 unsigned int v1; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2096 unsigned int v2; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2097 int v3; // esi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2098 int v4; // ecx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2099 GUIButton *v5; // eax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2100 int v6; // edx@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2101 int v7; // ecx@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2102 char v8; // zf@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2103 GUIButton *v9; // ecx@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2104 int v10; // esi@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2105 int v11; // edx@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2106 int v12; // edx@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2107 int v13; // esi@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2108 GUIButton *v14; // eax@37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2109 int v15; // edx@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2110 int v17; // ecx@50
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2111 int v18; // edx@50
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2112 GUIButton *v19; // ecx@54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2113 int v20; // esi@54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2114 int v21; // edx@56
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2115 int v22; // ecx@59
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2116 int v23; // edx@59
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2117 int v24; // ecx@60
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2118 int v25; // esi@63
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2119 unsigned int v26; // [sp+Ch] [bp-14h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2120 int v27; // [sp+10h] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2121 int v28; // [sp+14h] [bp-Ch]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2122 int v29; // [sp+14h] [bp-Ch]@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2123 unsigned int uClickX; // [sp+18h] [bp-8h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2124 unsigned int uClickY; // [sp+1Ch] [bp-4h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2125
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2126 v1 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2127 v26 = _this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2128 v27 = uNumVisibleWindows;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2129 if ( uNumVisibleWindows < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2130 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2131 v2 = pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2132 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2133 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2134 v3 = pVisibleWindowsIdxs[v27] - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2135 if ( pWindowList[v3].field_44 == v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2136 goto LABEL_47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2137 if ( v26 != 34 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2138 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2139 if ( pWindowList[v3].field_30 != v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2140 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2141 pMouse->GetClickPos(&uClickX, &uClickY);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2142 v4 = pWindowList[v3].field_38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2143 v29 = v4 + pWindowList[v3].field_28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2144 if ( v4 < v4 + pWindowList[v3].field_28 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2145 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2146 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2147 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2148 v14 = pWindowList[v3].pControlsHead;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2149 if ( v4 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2150 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2151 v15 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2152 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2153 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2154 v14 = v14->pNext;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2155 --v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2156 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2157 while ( v15 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2158 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2159 if ( (signed int)uClickX >= (signed int)v14->uX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2160 && (signed int)uClickX <= (signed int)v14->uZ
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2161 && (signed int)uClickY >= (signed int)v14->uY
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2162 && (signed int)uClickY <= (signed int)v14->uW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2163 goto LABEL_66;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2164 ++v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2165 if ( v4 >= v29 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2166 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2167 LABEL_45:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2168 v1 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2169 goto LABEL_46;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2170 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2171 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2172 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2173 goto LABEL_46;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2174 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2175 LABEL_47:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2176 --v27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2177 if ( v27 < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2178 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2179 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2180 if ( v26 == 37 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2181 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2182 v12 = pWindowList[v3].field_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2183 if ( pWindowList[v3].field_2C_focus_id - pWindowList[v3].field_38 - v12 >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2184 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2185 v8 = uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions == 21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2186 pWindowList[v3].field_2C_focus_id -= v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2187 if ( v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2188 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2189 pAudioPlayer->PlaySound((SoundID)66, v1, v1, -1, v1, v1, v1, v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2190 v2 = pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2191 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2192 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2193 if ( pWindowList[v3].field_30 != v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2194 goto LABEL_47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2195 v9 = pWindowList[v3].pControlsHead;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2196 v13 = pWindowList[v3].field_2C_focus_id;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2197 if ( v13 > (signed int)v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2198 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2199 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2200 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2201 v9 = v9->pNext;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2202 --v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2203 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2204 while ( v13 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2205 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2206 LABEL_26:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2207 v11 = v9->uControlParam;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2208 if ( (signed int)v2 < 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2209 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2210 pMessageQueue_50CBD0->pMessages[v2].eType = (UIMessageType)v9->uControlID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2211 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2212 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2213 v2 = pMessageQueue_50CBD0->uNumMessages + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2214 ++pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2215 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2216 goto LABEL_47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2217 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2218 if ( v26 != 38 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2219 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2220 if ( v26 == 39 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2221 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2222 v7 = pWindowList[v3].field_2C_focus_id + pWindowList[v3].field_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2223 if ( v7 < pWindowList[v3].field_28 + pWindowList[v3].field_38 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2224 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2225 v8 = uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions == 21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2226 pWindowList[v3].field_2C_focus_id = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2227 if ( v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2228 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2229 pAudioPlayer->PlaySound((SoundID)66, v1, v1, -1, v1, v1, v1, v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2230 v2 = pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2231 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2232 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2233 if ( pWindowList[v3].field_30 != v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2234 goto LABEL_47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2235 v9 = pWindowList[v3].pControlsHead;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2236 v10 = pWindowList[v3].field_2C_focus_id;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2237 if ( v10 > (signed int)v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2238 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2239 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2240 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2241 v9 = v9->pNext;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2242 --v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2243 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2244 while ( v10 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2245 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2246 goto LABEL_26;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2247 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2248 if ( v26 == 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2249 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2250 v17 = pWindowList[v3].field_38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2251 v18 = pWindowList[v3].field_2C_focus_id;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2252 if ( v18 >= pWindowList[v3].field_28 + v17 - 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2253 pWindowList[v3].field_2C_focus_id = v17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2254 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2255 pWindowList[v3].field_2C_focus_id = v18 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2256 if ( pWindowList[v3].field_30 != v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2257 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2258 v19 = pWindowList[v3].pControlsHead;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2259 v20 = pWindowList[v3].field_2C_focus_id;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2260 if ( v20 > (signed int)v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2261 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2262 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2263 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2264 v19 = v19->pNext;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2265 --v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2266 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2267 while ( v20 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2268 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2269 goto LABEL_56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2270 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2271 if ( v26 == 41 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2272 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2273 pMouse->GetClickPos(&uClickX, &uClickY);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2274 v4 = pWindowList[v3].field_38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2275 v28 = v4 + pWindowList[v3].field_28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2276 if ( v4 < v4 + pWindowList[v3].field_28 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2277 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2278 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2279 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2280 v5 = pWindowList[v3].pControlsHead;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2281 if ( v4 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2282 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2283 v6 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2284 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2285 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2286 v5 = v5->pNext;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2287 --v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2288 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2289 while ( v6 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2290 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2291 if ( (signed int)uClickX >= (signed int)v5->uX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2292 && (signed int)uClickX <= (signed int)v5->uZ
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2293 && (signed int)uClickY >= (signed int)v5->uY
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2294 && (signed int)uClickY <= (signed int)v5->uW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2295 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2296 ++v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2297 if ( v4 >= v28 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2298 goto LABEL_45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2299 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2300 LABEL_66:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2301 pWindowList[v3].field_2C_focus_id = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2302 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2303 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2304 LABEL_46:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2305 v2 = pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2306 goto LABEL_47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2307 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2308 goto LABEL_47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2309 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2310 v22 = pWindowList[v3].field_2C_focus_id;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2311 v23 = pWindowList[v3].field_38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2312 if ( v22 <= v23 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2313 v24 = pWindowList[v3].field_28 + v23 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2314 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2315 v24 = v22 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2316 v8 = pWindowList[v3].field_30 == v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2317 pWindowList[v3].field_2C_focus_id = v24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2318 if ( !v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2319 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2320 v19 = pWindowList[v3].pControlsHead;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2321 v25 = pWindowList[v3].field_2C_focus_id;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2322 if ( v25 > (signed int)v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2323 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2324 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2325 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2326 v19 = v19->pNext;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2327 --v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2328 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2329 while ( v25 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2330 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2331 LABEL_56:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2332 v21 = v19->uControlParam;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2333 if ( (signed int)v2 < 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2334 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2335 pMessageQueue_50CBD0->pMessages[v2].eType = (UIMessageType)v19->uControlID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2336 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2337 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2338 ++pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2339 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2340 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2341 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2342
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2343 //----- (0041D20D) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2344 char __fastcall sub_41D20D_buff_remaining_time_string(int ecx0, GUIWindow *edx0, __int64 a3, GUIFont *a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2345 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2346 unsigned int v4; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2347 unsigned int v5; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2348 unsigned int v6; // ebp@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2349 unsigned int v7; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2350 signed __int64 v8; // ST34_8@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2351 signed __int64 v9; // kr00_8@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2352 char *v10; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2353 char *v11; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2354 char *v12; // eax@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2355 char *v13; // eax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2356 int uY; // [sp+0h] [bp-20h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2357 GUIWindow *a1; // [sp+4h] [bp-1Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2358 signed __int64 v17; // [sp+10h] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2359 signed __int64 v18; // [sp+18h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2360 unsigned int v19; // [sp+24h] [bp+4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2361
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2362 a1 = edx0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2363 uY = ecx0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2364 v4 = (unsigned __int64)(signed __int64)((double)a3 * 0.234375) >> 32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2365 v5 = (signed __int64)((double)a3 * 0.234375);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2366 v6 = (unsigned __int64)((signed __int64)((double)a3 * 0.234375) / 60) >> 32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2367 v7 = (signed __int64)((double)a3 * 0.234375) / 60;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2368 v8 = (signed __int64)((double)a3 * 0.234375) / 60 / 60;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2369 v19 = (unsigned int)v8 / 0x18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2370 v18 = (signed __int64)__PAIR__(v4, v5) % 60;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2371 v17 = (signed __int64)__PAIR__(v6, v7) % 60;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2372 v9 = v8 % 24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2373 strcpy(pTmpBuf, "\r020");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2374 if ( (unsigned int)v8 / 0x18 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2375 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2376 v10 = pGlobalTXT_LocalizationStrings[57]; // Days
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2377 if ( v19 <= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2378 v10 = pGlobalTXT_LocalizationStrings[56]; // Day
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2379 sprintfex(pTmpBuf2, "%d %s ", v19, v10);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2380 strcat(pTmpBuf, pTmpBuf2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2381 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2382 if ( v9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2383 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2384 if ( v9 <= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2385 v11 = pGlobalTXT_LocalizationStrings[109];// Hour
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2386 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2387 v11 = pGlobalTXT_LocalizationStrings[110];// Hours
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2388 sprintfex(pTmpBuf2, "%d %s ", v9, v11);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2389 strcat(pTmpBuf, pTmpBuf2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2390 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2391 if ( v17 && !v19 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2392 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2393 if ( v17 <= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2394 v12 = pGlobalTXT_LocalizationStrings[437];// Minute
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2395 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2396 v12 = pGlobalTXT_LocalizationStrings[436];// Minutes
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2397 sprintfex(pTmpBuf2, "%d %s ", v17, v12);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2398 strcat(pTmpBuf, pTmpBuf2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2399 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2400 if ( v18 && !v9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2401 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2402 if ( v18 <= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2403 v13 = pGlobalTXT_LocalizationStrings[439];// Second
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2404 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2405 v13 = pGlobalTXT_LocalizationStrings[438];// Seconds
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2406 sprintfex(pTmpBuf2, "%d %s ", v18, v13);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2407 strcat(pTmpBuf, pTmpBuf2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2408 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2409 return a1->DrawText(a2, 32, uY, 0, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2410 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2411
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2412
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2413 //----- (0041D895) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2414 void __thiscall GameUI_DrawItemInfo(ItemGen *ecx0)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2415 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2416 ItemGen *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2417 unsigned int v2; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2418 char *v3; // edi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2419 unsigned int v4; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2420 unsigned int v5; // esi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2421 signed int v6; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2422 int v7; // edx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2423 ItemGen *v8; // ecx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2424 unsigned int v9; // eax@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2425 char v10; // zf@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2426 ItemGen *v11; // eax@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2427 ItemGen *v12; // eax@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2428 unsigned int v13; // ecx@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2429 unsigned int v14; // eax@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2430 Render *v15; // edi@33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2431 const char *v16; // eax@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2432 int v17; // eax@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2433 int v18; // esi@37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2434 unsigned __int16 v19; // ax@37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2435 char v20; // al@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2436 char v21; // al@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2437 char v22; // al@48
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2438 char v23; // al@51
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2439 int v24; // eax@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2440 int v25; // eax@57
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2441 int v26; // eax@60
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2442 int v27; // eax@67
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2443 const char *v28; // edi@69
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2444 int v29; // eax@70
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2445 char *v30; // edi@78
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2446 const char *v31; // eax@78
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2447 int v32; // ecx@81
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2448 unsigned int v33; // eax@81
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2449 int v34; // esi@81
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2450 const char *v35; // eax@85
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2451 const char *v36; // eax@87
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2452 unsigned int v37; // eax@109
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2453 unsigned int v38; // eax@109
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2454 int v39; // eax@113
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2455 GUIFont *v40; // edx@113
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2456 signed int v41; // [sp-20h] [bp-298h]@113
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2457 int v42; // [sp-1Ch] [bp-294h]@113
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2458 char *v43; // [sp-18h] [bp-290h]@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2459 unsigned int v44; // [sp-18h] [bp-290h]@113
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2460 int v45; // [sp-14h] [bp-28Ch]@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2461 const char *v46; // [sp-14h] [bp-28Ch]@58
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2462 char *v47; // [sp-14h] [bp-28Ch]@110
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2463 char *v48; // [sp-10h] [bp-288h]@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2464 const char *v49; // [sp-10h] [bp-288h]@56
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2465 char *v50; // [sp-10h] [bp-288h]@58
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2466 int v51; // [sp-10h] [bp-288h]@110
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2467 const char *v52; // [sp-Ch] [bp-284h]@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2468 int v53; // [sp-Ch] [bp-284h]@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2469 char *v54; // [sp-Ch] [bp-284h]@56
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2470 int v55; // [sp-Ch] [bp-284h]@58
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2471 int v56; // [sp-Ch] [bp-284h]@110
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2472 unsigned int v57; // [sp-8h] [bp-280h]@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2473 int v58; // [sp-8h] [bp-280h]@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2474 int v59; // [sp-8h] [bp-280h]@56
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2475 int v60; // [sp-8h] [bp-280h]@58
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2476 unsigned int v61; // [sp-8h] [bp-280h]@110
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2477 char a1[100]; // [sp+8h] [bp-270h]@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2478 char Dest[100]; // [sp+6Ch] [bp-20Ch]@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2479 char v64[100]; // [sp+D0h] [bp-1A8h]@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2480 char v65[120]; // [sp+134h] [bp-144h]@92
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2481 char Source[40]; // [sp+1ACh] [bp-CCh]@49
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2482 int v67; // [sp+1D4h] [bp-A4h]@91
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2483 int v68; // [sp+1D8h] [bp-A0h]@106
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2484 int v69; // [sp+1DCh] [bp-9Ch]@101
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2485 int v70; // [sp+1E0h] [bp-98h]@97
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2486 int v71; // [sp+1E8h] [bp-90h]@93
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2487 int v72; // [sp+1ECh] [bp-8Ch]@91
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2488 int var88; // [sp+1F0h] [bp-88h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2489 Texture *v73; // [sp+1F4h] [bp-84h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2490 unsigned int v75; // [sp+1F8h] [bp-80h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2491 char *v76; // [sp+1FCh] [bp-7Ch]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2492 int v77; // [sp+200h] [bp-78h]@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2493 int v78; // [sp+204h] [bp-74h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2494 GUIWindow v79; // [sp+208h] [bp-70h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2495 POINT a2; // [sp+25Ch] [bp-1Ch]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2496 int v81; // [sp+264h] [bp-14h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2497 GUIFont *v82; // [sp+268h] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2498 char *v83; // [sp+26Ch] [bp-Ch]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2499 char *Str; // [sp+270h] [bp-8h]@65
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2500 ItemGen *_this; // [sp+274h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2501
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2502 v1 = ecx0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2503 _this = ecx0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2504 var88 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2505 v82 = pFontComic;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2506 if ( v1->uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2507 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2508 v79.str_48 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2509 v79.uFrameWidth = 384;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2510 v79.uFrameHeight = 180;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2511 v79.uFrameY = 40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2512 if ( pMouse->GetCursorPos(&a2)->x <= 320 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2513 v2 = pMouse->GetCursorPos(&a2)->x + 30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2514 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2515 v2 = pMouse->GetCursorPos(&a2)->x - v79.uFrameWidth - 30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2516 v79.uFrameX = v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2517 v3 = (char *)&pItemsTable->pItems[_this->uItemID].pIconName;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2518 v76 = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2519 v4 = pIcons_LOD->LoadTexture(*(const char **)v3, TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2520 v5 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2521 v4 *= 72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2522 v75 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2523 v73 = (struct Texture *)((char *)pIcons_LOD->pTextures + v4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2524 v6 = 100 - *(unsigned __int16 *)((char *)&pIcons_LOD->pTextures[0].uTextureWidth + v4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2525 v7 = v73->uTextureHeight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2526 v78 = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2527 v81 = 144 - v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2528 if ( v6 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2529 v78 = v6 >> 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2530 if ( v81 <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2531 v81 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2532 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2533 v81 >>= 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2534 v8 = _this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2535 if ( !v3[46] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2536 _this->uAttributtes |= 1u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2537 v9 = v8->uAttributtes;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2538 v77 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2539 a2.y = v9 & 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2540 if ( pItemsTable->pItems[v8->uItemID].uEquipType == 18 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2541 v77 = v8->uAdditionalValue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2542 if ( uActiveCharacter )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2543 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2544 if ( !(v9 & 1) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2545 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2546 v10 = pPlayers[uActiveCharacter]->CanIdentify(_this) == 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2547 v11 = _this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2548 if ( v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2549 _this->uAttributtes |= 1u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2550 v10 = (v11->uAttributtes & 1) == 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2551 v83 = (char *)9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2552 if ( v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2553 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2554 ShowStatusBarString(pGlobalTXT_LocalizationStrings[446], 2u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2555 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2556 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2557 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2558 v83 = (char *)8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2559 if ( _this->GetValue() < 100 * (pPlayers[uActiveCharacter]->uLevel + 5) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2560 v83 = (char *)7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2561 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2562 if ( dword_4E455C )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2563 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2564 pPlayers[uActiveCharacter]->PlaySound((int)v83, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2565 dword_4E455C = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2566 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2567 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2568 _this->UpdateTempBonus(pParty->uTimePlayed);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2569 if ( a2.y )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2570 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2571 v10 = pPlayers[uActiveCharacter]->CanRepair(_this) == 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2572 v12 = _this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2573 if ( v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2574 _this->uAttributtes = _this->uAttributtes & 0xFFFFFFFD | 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2575 v10 = (v12->uAttributtes & 2) == 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2576 v83 = (char *)11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2577 if ( v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2578 v83 = (char *)10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2579 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2580 ShowStatusBarString(pGlobalTXT_LocalizationStrings[448], 2u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2581 if ( dword_4E455C )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2582 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2583 pPlayers[uActiveCharacter]->PlaySound((int)v83, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2584 dword_4E455C = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2585 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2586 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2587 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2588 v13 = _this->uAttributtes;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2589 v14 = _this->uAttributtes & 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2590 a2.y = _this->uAttributtes & 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2591 if ( v13 & 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2592 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2593 v79._415551(0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2594 //v15 = &;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2595 pRenderer->Clip(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2596 v79.uFrameX + 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2597 v79.uFrameY + 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2598 v79.uFrameX + v79.uFrameWidth - 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2599 v79.uFrameY + v79.uFrameHeight - 12);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2600 v79.uFrameWidth -= 24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2601 v79.uFrameHeight -= 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2602 v79.uFrameZ = v79.uFrameX + v79.uFrameWidth - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2603 v79.uFrameW = v79.uFrameY + v79.uFrameHeight - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2604 pRenderer->_4A6776(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2605 v79.uFrameX + v78,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2606 v81 + v79.uFrameY + 30,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2607 (Texture *)(v5 != -1 ? (int)((char *)pIcons_LOD->pTextures + v75) : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2608 if ( a2.y )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2609 v16 = _this->GetIdentifiedName();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2610 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2611 v16 = (const char *)*((int *)v76 + 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2612 v79.DrawText2(pFontArrus, 0, 0xCu, var88, v16, 3u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2613 v17 = pFontArrus->CalcTextHeight(pGlobalTXT_LocalizationStrings[32], &v79, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2614 v57 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2615 v52 = pGlobalTXT_LocalizationStrings[32];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2616 goto LABEL_37;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2617 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2618 if ( !v14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2619 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2620 v79._415551(0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2621 v15 = pRenderer;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2622 pRenderer->Clip(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2623 v79.uFrameX + 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2624 v79.uFrameY + 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2625 v79.uFrameX + v79.uFrameWidth - 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2626 v79.uFrameY + v79.uFrameHeight - 12);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2627 v79.uFrameWidth -= 24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2628 v79.uFrameHeight -= 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2629 v79.uFrameZ = v79.uFrameX + v79.uFrameWidth - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2630 v79.uFrameW = v79.uFrameY + v79.uFrameHeight - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2631 pRenderer->DrawTextureTransparent(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2632 v79.uFrameX + v78,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2633 v81 + v79.uFrameY + 30,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2634 (Texture *)(v5 != -1 ? (int)((char *)pIcons_LOD->pTextures + v75) : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2635 v79.DrawText2(pFontArrus, 0, 0xCu, var88, *((const char **)v76 + 2), 3u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2636 v17 = pFontArrus->CalcTextHeight(pGlobalTXT_LocalizationStrings[232], &v79, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2637 v57 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2638 v52 = pGlobalTXT_LocalizationStrings[232];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2639 LABEL_37:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2640 v18 = v17 >> 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2641 v19 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0x19u, 0x19u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2642 v79.DrawText2(pFontArrus, 0x64u, ((signed int)v79.uFrameHeight >> 1) - v18, v19, v52, v57);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2643 goto LABEL_116;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2644 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2645 sprintfex(a1, pGlobalTXT_LocalizationStrings[463], *((int *)v3 + 2));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2646 strcpy(Dest, nullstring);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2647 strcpy(v64, nullstring);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2648 v20 = v3[28];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2649 if ( (unsigned __int8)v20 <= 1u )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2650 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2651 v58 = (unsigned __int8)v3[31];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2652 v53 = (unsigned __int8)v3[30];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2653 v48 = pGlobalTXT_LocalizationStrings[53];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2654 v45 = (unsigned __int8)v3[32];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2655 v43 = pGlobalTXT_LocalizationStrings[18];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2656 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2657 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2658 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2659 if ( v20 != 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2660 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2661 if ( (unsigned __int8)v20 > 2u )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2662 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2663 if ( (unsigned __int8)v20 <= 0xBu )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2664 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2665 v21 = v3[30];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2666 if ( v21 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2667 sprintfex(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2668 Dest,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2669 "%s: +%d",
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2670 pGlobalTXT_LocalizationStrings[11],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2671 (unsigned __int8)v21 + (unsigned __int8)v3[32]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2672 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2673 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2674 goto LABEL_50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2675 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2676 v58 = (unsigned __int8)v3[31];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2677 v53 = (unsigned __int8)v3[30];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2678 v48 = pGlobalTXT_LocalizationStrings[53];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2679 v45 = (unsigned __int8)v3[32];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2680 v43 = pGlobalTXT_LocalizationStrings[203];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2681 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2682 sprintfex(Dest, "%s: +%d %s: %dd%d", v43, v45, v48, v53, v58);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2683 v22 = v3[32];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2684 if ( v22 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2685 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2686 sprintfex(Source, " +%d", (unsigned __int8)v22);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2687 strcat(Dest, Source);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2688 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2689 LABEL_50:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2690 if ( v77 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2691 goto LABEL_65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2692 v23 = v3[28];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2693 if ( v23 == 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2694 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2695 v24 = _this->_bonus_type;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2696 if ( v24 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2697 goto LABEL_56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2698 LABEL_65:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2699 v79.uFrameWidth -= 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2700 a2.y = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2701 v79.uFrameZ = v79.uFrameX + v79.uFrameWidth - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2702 v79.uFrameW = v79.uFrameY + v79.uFrameHeight - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2703 Str = (char *)(3 * (LOBYTE(pFontArrus->uFontHeight) + 8));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2704 v83 = a1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2705 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2706 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2707 if ( *v83 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2708 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2709 v27 = v82->CalcTextHeight(v83, &v79, 100, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2710 Str += v27 + 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2711 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2712 v83 += 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2713 --a2.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2714 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2715 while ( a2.y );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2716 v28 = (const char *)*((int *)v3 + 3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2717 if ( *v28 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2718 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2719 v29 = pFontSmallnum->CalcTextHeight(v28, &v79, 100, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2720 Str += v29;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2721 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2722 v79.uFrameHeight = v73->uTextureHeight + v81 + 54;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2723 if ( (signed int)Str > (signed int)v79.uFrameHeight )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2724 v79.uFrameHeight = (unsigned int)Str;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2725 if ( _this->uAttributtes & 8 && (_this->uAdditionalValue || _this->_bonus_type) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2726 v79.uFrameHeight += LOBYTE(v82->uFontHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2727 v83 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2728 if ( LOBYTE(pFontArrus->uFontHeight) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2729 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2730 v79.uFrameWidth -= 24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2731 v30 = (char *)LOBYTE(pFontArrus->uFontHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2732 v31 = _this->GetIdentifiedName();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2733 if ( pFontArrus->CalcTextHeight(v31, &v79, 0, 0) / (signed int)v30 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2734 v83 = v30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2735 v79.uFrameWidth += 24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2736 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2737 v79.uFrameWidth += 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2738 v79.uFrameHeight += (unsigned int)v83;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2739 v79.uFrameW = v79.uFrameY + v79.uFrameHeight - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2740 v79.uFrameZ = v79.uFrameX + v79.uFrameWidth - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2741 v79._415551(0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2742 v15 = pRenderer;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2743 pRenderer->Clip(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2744 v79.uFrameX + 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2745 v79.uFrameY + 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2746 v79.uFrameX + v79.uFrameWidth - 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2747 v79.uFrameY + v79.uFrameHeight - 12);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2748 v79.uFrameWidth -= 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2749 v32 = v73->uTextureHeight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2750 v33 = v79.uFrameHeight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2751 v79.uFrameHeight -= 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2752 v79.uFrameZ = v79.uFrameX + v79.uFrameWidth - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2753 v79.uFrameW = v79.uFrameY + v79.uFrameHeight - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2754 pRenderer->DrawTextureTransparent(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2755 v79.uFrameX + v78,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2756 v79.uFrameY + (signed int)(v33 - v32) / 2,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2757 (Texture *)(v5 != -1 ? (int)((char *)pIcons_LOD->pTextures + v75) : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2758 a2.y = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2759 v34 = (int)(v83 + 35);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2760 Str = a1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2761 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2762 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2763 if ( *Str )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2764 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2765 v79.DrawText(v82, 100, v34, 0, Str, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2766 v34 += v82->CalcTextHeight(Str, &v79, 100, 0) + 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2767 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2768 Str += 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2769 --a2.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2770 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2771 while ( a2.y );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2772 v35 = (const char *)*((int *)v76 + 3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2773 if ( *v35 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2774 v79.DrawText(pFontSmallnum, 100, v34, 0, v35, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2775 v79.uFrameX += 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2776 v79.uFrameWidth -= 24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2777 v36 = _this->GetIdentifiedName();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2778 v79.DrawText2(pFontArrus, 0, 0xCu, var88, v36, 3u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2779 v79.uFrameWidth += 24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2780 v79.uFrameX -= 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2781 if ( v77 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2782 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2783 sprintfex(pTmpBuf, "%s: %lu", pGlobalTXT_LocalizationStrings[465], v77);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2784 v40 = v82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2785 v61 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2786 v56 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2787 v51 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2788 v47 = pTmpBuf;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2789 v44 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2790 v42 = v79.uFrameHeight - LOBYTE(v82->uFontHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2791 v41 = 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2792 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2793 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2794 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2795 if ( _this->uAttributtes & 8 && (_this->uAdditionalValue || _this->_bonus_type) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2796 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2797 sub_493F79((stru351 *)&v67, _this->uExpireTime - pParty->uTimePlayed);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2798 strcpy(pTmpBuf, "Duration:");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2799 Str = (char *)(v72 - 1168);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2800 if ( v72 != 1168 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2801 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2802 sprintfex(v65, " %d:yr", v72 - 1168);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2803 strcat(pTmpBuf, v65);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2804 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2805 if ( (((v71 || Str) && ((sprintfex(v65, " %d:mo", v71), strcat(pTmpBuf, v65), v71) || Str) || v70)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2806 && ((sprintfex(v65, " %d:dy", v70), strcat(pTmpBuf, v65), v71) || Str || v70)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2807 || v69)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2808 && ((sprintfex(v65, " %d:hr", v69), strcat(pTmpBuf, v65), v71) || Str || v70 || v69)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2809 || v68 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2810 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2811 sprintfex(v65, " %d:mn", v68);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2812 strcat(pTmpBuf, v65);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2813 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2814 v79.DrawText(v82, 100, v79.uFrameHeight - 2 * LOBYTE(v82->uFontHeight), 0, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2815 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2816 v37 = _this->GetValue();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2817 sprintfex(pTmpBuf, "%s: %lu", pGlobalTXT_LocalizationStrings[465], v37);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2818 v79.DrawText(v82, 100, v79.uFrameHeight - LOBYTE(v82->uFontHeight), 0, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2819 v38 = _this->uAttributtes;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2820 if ( BYTE1(v38) & 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2821 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2822 v61 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2823 v56 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2824 v51 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2825 v47 = pGlobalTXT_LocalizationStrings[187];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2826 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2827 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2828 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2829 if ( !(BYTE1(v38) & 2) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2830 goto LABEL_116;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2831 v61 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2832 v56 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2833 v51 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2834 v47 = pGlobalTXT_LocalizationStrings[651];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2835 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2836 LOWORD(v38) = LOWORD(pRenderer->uTargetRMask);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2837 v44 = v38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2838 v42 = v79.uFrameHeight - LOBYTE(v82->uFontHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2839 v39 = v82->GetLineWidth(pTmpBuf);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2840 v40 = v82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2841 v41 = v39 + 132;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2842 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2843 v79.DrawText(v40, v41, v42, v44, v47, v51, v56, v61);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2844 LABEL_116:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2845 pRenderer->ResetClip();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2846 if ( !areWeLoadingTexture )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2847 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2848 v73->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2849 pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2850 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2851 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2852 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2853 if ( v23 == 13 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2854 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2855 v24 = pItemsTable->pItems[_this->uItemID].uDamageDice;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2856 LABEL_56:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2857 v59 = v24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2858 v54 = pGlobalTXT_LocalizationStrings[449];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2859 v49 = "%s: %d";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2860 LABEL_64:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2861 sprintfex(v64, v49, v54, v59);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2862 goto LABEL_65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2863 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2864 v25 = _this->_bonus_type;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2865 if ( v25 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2866 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2867 v60 = _this->_bonus_strength;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2868 v55 = *((int *)&pItemsTable->pItems[799].uDamageMod + 5 * v25);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2869 v50 = pGlobalTXT_LocalizationStrings[210];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2870 v46 = "%s: %s +%d";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2871 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2872 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2873 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2874 v26 = _this->uAdditionalValue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2875 if ( !v26 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2876 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2877 if ( _this->uNumCharges )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2878 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2879 v59 = _this->uNumCharges;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2880 v54 = pGlobalTXT_LocalizationStrings[464];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2881 v49 = "%s: %lu";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2882 goto LABEL_64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2883 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2884 goto LABEL_65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2885 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2886 v60 = _this->_bonus_strength;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2887 v55 = *((int *)&pItemsTable->pEnchantments[23].pName + 7 * v26);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2888 v50 = pGlobalTXT_LocalizationStrings[210];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2889 v46 = "%s: %s";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2890 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2891 sprintfex(v64, v46, v50, v55, v60);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2892 goto LABEL_65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2893 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2894 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2895 // 4E455C: using guessed type int dword_4E455C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2896 // 506128: using guessed type int areWeLoadingTexture;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2897
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2898 //----- (0041E360) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2899 char *__fastcall MonsterPopup_Draw(unsigned int uActorID, GUIWindow *edx0)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2900 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2901 unsigned int v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2902 Actor *v3; // esi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2903 int v4; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2904 unsigned int v5; // ecx@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2905 NPCData *v6; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2906 unsigned __int16 v7; // cx@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2907 int v8; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2908 unsigned __int16 v9; // dx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2909 SpriteFrame *v10; // edi@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2910 int v11; // esi@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2911 unsigned int v12; // ecx@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2912 Sprite *v13; // edi@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2913 int v14; // ecx@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2914 int v15; // edx@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2915 int v16; // edx@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2916 int v17; // eax@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2917 unsigned int v18; // ecx@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2918 unsigned int v19; // eax@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2919 char *v20; // esi@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2920 int v21; // edx@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2921 unsigned __int16 *v22; // ecx@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2922 int v23; // eax@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2923 int v24; // eax@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2924 int v25; // esi@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2925 char *v26; // edx@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2926 unsigned __int8 v27; // sf@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2927 unsigned __int8 v28; // of@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2928 int v29; // esi@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2929 char *v30; // ecx@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2930 int v31; // eax@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2931 int v32; // esi@43
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2932 unsigned __int16 v33; // ax@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2933 int v34; // edx@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2934 int v35; // eax@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2935 int v36; // eax@49
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2936 char *v37; // eax@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2937 int v38; // eax@55
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2938 unsigned __int16 v39; // ax@59
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2939 SpellBuff *v40; // eax@60
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2940 int v41; // edi@61
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2941 unsigned int v42; // eax@61
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2942 int v43; // eax@62
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2943 int v44; // eax@63
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2944 signed int v45; // edi@65
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2945 unsigned __int16 v46; // ax@73
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2946 Player *v47; // ecx@77
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2947 unsigned int v48; // eax@85
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2948 GUIFont *v49; // edi@90
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2949 int v50; // edi@90
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2950 SpellBuff *v51; // eax@91
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2951 char *v52; // ecx@98
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2952 char *v53; // ecx@101
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2953 char *v54; // ST0C_4@118
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2954 unsigned int v55; // eax@118
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2955 GUIFont *v56; // edi@124
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2956 unsigned __int8 v57; // al@128
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2957 int v58; // eax@132
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2958 Actor *v59; // ecx@133
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2959 unsigned __int8 v60; // dl@138
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2960 char *v61; // eax@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2961 char *v62; // eax@147
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2962 int v63; // eax@152
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2963 char *result; // eax@152
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2964 int v65; // eax@155
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2965 const char *v66; // [sp-10h] [bp-1FCh]@121
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2966 const char *v67; // [sp-10h] [bp-1FCh]@125
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2967 const char *v68; // [sp-10h] [bp-1FCh]@142
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2968 int v69; // [sp-Ch] [bp-1F8h]@121
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2969 char *v70; // [sp-Ch] [bp-1F8h]@125
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2970 char *v71; // [sp-Ch] [bp-1F8h]@142
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2971 char *v72; // [sp-8h] [bp-1F4h]@54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2972 int v73; // [sp-8h] [bp-1F4h]@79
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2973 int v74; // [sp-8h] [bp-1F4h]@121
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2974 int v75; // [sp-8h] [bp-1F4h]@125
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2975 int v76; // [sp-8h] [bp-1F4h]@142
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2976 size_t v77; // [sp-4h] [bp-1F0h]@54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2977 unsigned int v78; // [sp-4h] [bp-1F0h]@121
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2978 unsigned int v79; // [sp-4h] [bp-1F0h]@125
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2979 char *v80; // [sp-4h] [bp-1F0h]@142
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2980 char *v81; // [sp-4h] [bp-1F0h]@148
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2981 DDBLTFX Dst; // [sp+Ch] [bp-1E0h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2982 DDSURFACEDESC2 pDesc; // [sp+70h] [bp-17Ch]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2983 RECT v84; // [sp+ECh] [bp-100h]@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2984 char *v85; // [sp+FCh] [bp-F0h]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2985 char *v86; // [sp+100h] [bp-ECh]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2986 char *v87; // [sp+104h] [bp-E8h]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2987 char *v88; // [sp+108h] [bp-E4h]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2988 char *v89; // [sp+10Ch] [bp-E0h]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2989 char *v90; // [sp+110h] [bp-DCh]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2990 char *v91; // [sp+114h] [bp-D8h]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2991 char *v92; // [sp+118h] [bp-D4h]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2992 char *v93; // [sp+11Ch] [bp-D0h]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2993 char *v94; // [sp+120h] [bp-CCh]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2994 char *v95; // [sp+124h] [bp-C8h]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2995 char *v96; // [sp+128h] [bp-C4h]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2996 char *v97; // [sp+12Ch] [bp-C0h]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2997 char *v98; // [sp+130h] [bp-BCh]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2998 char *v99; // [sp+134h] [bp-B8h]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2999 char *v100; // [sp+138h] [bp-B4h]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3000 char *v101; // [sp+13Ch] [bp-B0h]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3001 char *v102; // [sp+140h] [bp-ACh]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3002 char *v103; // [sp+144h] [bp-A8h]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3003 char *v104; // [sp+148h] [bp-A4h]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3004 char *v105; // [sp+14Ch] [bp-A0h]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3005 RenderBillboardTransform_local0 v106; // [sp+150h] [bp-9Ch]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3006 unsigned int v107; // [sp+1A0h] [bp-4Ch]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3007 unsigned __int16 *v108; // [sp+1A4h] [bp-48h]@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3008 unsigned int v109; // [sp+1A8h] [bp-44h]@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3009 LPVOID v110; // [sp+1ACh] [bp-40h]@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3010 unsigned int v111; // [sp+1B0h] [bp-3Ch]@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3011 char **v112; // [sp+1B4h] [bp-38h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3012 IDirectDrawSurface *v222; // [sp+1B8h] [bp-34h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3013 unsigned __int8 v114; // [sp+1BFh] [bp-2Dh]@133
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3014 int v115; // [sp+1C0h] [bp-2Ch]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3015 unsigned int v116; // [sp+1C4h] [bp-28h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3016 int i; // [sp+1C8h] [bp-24h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3017 Player *a2; // [sp+1CCh] [bp-20h]@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3018 int v119; // [sp+1D0h] [bp-1Ch]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3019 SpellBuff *v120; // [sp+1D4h] [bp-18h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3020 Actor *v121; // [sp+1D8h] [bp-14h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3021 int a5; // [sp+1DCh] [bp-10h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3022 GUIWindow *a1; // [sp+1E0h] [bp-Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3023 int v124; // [sp+1E4h] [bp-8h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3024 char *a4; // [sp+1E8h] [bp-4h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3025
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3026 a1 = edx0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3027 v2 = uActorID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3028
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3029 static Actor pMonsterInfoUI_Doll;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3030 /*if ( !(bMonsterInfoUI_bDollInitialized & 1) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3031 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3032 bMonsterInfoUI_bDollInitialized |= 1u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3033 Actor::Actor(&pMonsterInfoUI_Doll);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3034 atexit(nullsub_3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3035 }*/
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3036 v106.uParentBillboardID = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3037 v3 = &pActors[v2];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3038 v121 = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3039 v4 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xE1u, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3040 v5 = v3->uNPC_ID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3041 a5 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3042 v6 = GetNPCData(v5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3043 v7 = v3->pMonsterInfo.uID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3044 v112 = (char **)v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3045 v115 = byte_4E2B70[((signed __int16)v7 - 1) / 3] - 40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3046 if ( v7 == pMonsterInfoUI_Doll.pMonsterInfo.uID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3047 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3048 v9 = pMonsterInfoUI_Doll.uCurrentActionLength;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3049 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3050 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3051 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3052 memcpy(&pMonsterInfoUI_Doll, v3, sizeof(pMonsterInfoUI_Doll));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3053 pMonsterInfoUI_Doll.uCurrentActionAnimation = 7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3054 pMonsterInfoUI_Doll.uCurrentActionTime = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3055 v8 = rand();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3056 v3 = v121;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3057 v9 = v8 % 256 + 128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3058 pMonsterInfoUI_Doll.uCurrentActionLength = v8 % 256 + 128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3059 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3060 if ( (signed int)pMonsterInfoUI_Doll.uCurrentActionTime > (signed __int16)v9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3061 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3062 pMonsterInfoUI_Doll.uCurrentActionTime = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3063 if ( pMonsterInfoUI_Doll.uCurrentActionAnimation == 7 || pMonsterInfoUI_Doll.uCurrentActionAnimation == 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3064 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3065 pMonsterInfoUI_Doll.uCurrentActionAnimation = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3066 pMonsterInfoUI_Doll.uCurrentActionLength = rand() % 128 + 128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3067 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3068 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3069 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3070 rand();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3071 pMonsterInfoUI_Doll.uCurrentActionAnimation = 7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3072 if ( (pMonsterInfoUI_Doll.pMonsterInfo.uID < 115 || pMonsterInfoUI_Doll.pMonsterInfo.uID > 186)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3073 && (pMonsterInfoUI_Doll.pMonsterInfo.uID < 232 || pMonsterInfoUI_Doll.pMonsterInfo.uID > 249)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3074 && rand() % 30 < 100 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3075 pMonsterInfoUI_Doll.uCurrentActionAnimation = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3076 pMonsterInfoUI_Doll.uCurrentActionLength = 8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3077 * pSpriteFrameTable->pSpriteSFrames[v3->pSpriteIDs[(signed __int16)pMonsterInfoUI_Doll.uCurrentActionAnimation]].uAnimLength;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3078 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3079 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3080 v10 = pSpriteFrameTable->GetFrame(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3081 v3->pSpriteIDs[(signed __int16)pMonsterInfoUI_Doll.uCurrentActionAnimation],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3082 pMonsterInfoUI_Doll.uCurrentActionTime);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3083 v11 = 40 * v10->pHwSpriteIDs[0] + 7218180;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3084 v106.pTarget = pRenderer->pTargetSurface;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3085 v106.pTargetZ = pRenderer->pActiveZBuffer;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3086 v106.uTargetPitch = pRenderer->uTargetSurfacePitch;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3087 v12 = a1->uFrameY + 52;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3088 v106.uViewportX = a1->uFrameX + 13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3089 v106.uViewportY = v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3090 v106.uViewportW = v12 + 128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3091 v106.uViewportZ = v106.uViewportX + 128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3092 v106.field_8 = (signed int)(v106.uViewportX + 128 + v106.uViewportX) / 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3093 v106.field_10 = 65536;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3094 v106.field_14 = 65536;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3095 v106.field_C = v115 + v12 + *(short *)(v11 + 18);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3096 v106.pPalette = PaletteManager::Get_Dark_or_Red_LUT(v10->uPaletteIndex, 0, 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3097 v106.field_28 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3098 v106.uFlags = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3099 pRenderer->Clip_v2(0, 0, 0x27Fu, 0x1DFu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3100 pRenderer->FillRect(v106.uViewportX - 1, v106.uViewportY - 1, v106.uViewportX + 129, v106.uViewportY - 1, a5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3101 pRenderer->FillRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3102 v106.uViewportX + 129,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3103 v106.uViewportY - 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3104 v106.uViewportX + 129,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3105 v106.uViewportW + 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3106 a5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3107 pRenderer->FillRect(v106.uViewportX + 129, v106.uViewportW + 1, v106.uViewportX - 1, v106.uViewportW + 1, a5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3108 pRenderer->FillRect(v106.uViewportX - 1, v106.uViewportW + 1, v106.uViewportX - 1, v106.uViewportY - 1, a5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3109 if ( pRenderer->pRenderD3D )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3110 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3111 v13 = &pSprites_LOD->pHardwareSprites[v10->pHwSpriteIDs[0]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3112 v106.field_C = v115 + v106.uViewportY + v13->uBufferHeight;
1
ac0fb48cd27a Texture, hwl loading, video player
Nomad
parents: 0
diff changeset
3113 v222 = (IDirectDrawSurface *)v13->pTextureSurface;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3114 memset(&Dst, 0, 0x64u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3115 Dst.dwSize = 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3116 Dst.dwFillColor = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3117 memset(&pDesc, 0, 0x7Cu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3118 pDesc.dwSize = 124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3119 v222->GetSurfaceDesc((LPDDSURFACEDESC)&pDesc);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3120 v14 = v13->uBufferHeight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3121 v120 = (SpellBuff *)v13->uBufferWidth;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3122 v107 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3123 v15 = v13->uAreaX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3124 v119 = (signed int)v120 / 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3125 i = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3126 a4 = (char *)(v106.field_8 + v15 - (signed int)v120 / 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3127 v115 = v13->uAreaY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3128 v16 = v13->uAreaWidth + (signed int)v120 / 2 + v15 - (int)v120;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3129 v124 = v106.field_C + v115 - v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3130 v17 = v13->uAreaHeight + v115 - v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3131 v116 = v106.field_8 + v16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3132 v119 = v106.field_C + v17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3133 if ( (signed int)a4 < (signed int)v106.uViewportX )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3134 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3135 v18 = v106.uViewportX - (int)a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3136 a4 = (char *)v106.uViewportX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3137 v107 = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3138 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3139 if ( v124 < (signed int)v106.uViewportY )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3140 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3141 v19 = v106.uViewportY - v124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3142 v124 = v106.uViewportY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3143 i = v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3144 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3145 if ( (signed int)v116 > (signed int)v106.uViewportZ )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3146 v116 = v106.uViewportZ;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3147 if ( v119 > (signed int)v106.uViewportW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3148 v119 = v106.uViewportW;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3149 pRenderer->FillRect2(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3150 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3151 v106.uViewportX,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3152 v106.uViewportY,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3153 v106.uViewportZ - v106.uViewportX,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3154 v106.uViewportW - v106.uViewportY,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3155 LOWORD(pRenderer->uTargetBMask) | LOWORD(pRenderer->uTargetGMask));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3156 pRenderer->FillRect2(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3157 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3158 v106.uViewportX,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3159 v106.uViewportY,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3160 v106.uViewportZ - v106.uViewportX,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3161 v106.uViewportW - v106.uViewportY,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3162 LOWORD(pRenderer->uTargetBMask) | LOWORD(pRenderer->uTargetGMask));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3163 v84.left = v106.uViewportX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3164 v84.top = v106.uViewportY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3165 v84.right = v106.uViewportZ;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3166 v84.bottom = v106.uViewportW;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3167 ErrD3D(pRenderer->pBackBuffer4->Blt(&v84, 0, 0, 16778240u, &Dst));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3168 if ( pRenderer->uTargetGBits == 5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3169 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3170 memset(&pDesc, 0, 0x7Cu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3171 pDesc.dwSize = 124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3172 if ( !pRenderer->LockSurface_DDraw4((IDirectDrawSurface4 *)v222, &pDesc, 1u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3173 goto LABEL_51;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3174 v20 = (char *)v124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3175 v110 = pDesc.lpSurface;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3176 a2 = (Player *)v124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3177 if ( v124 < v119 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3178 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3179 v111 = 2 * pRenderer->uTargetSurfacePitch;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3180 v21 = (int)a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3181 v22 = &pRenderer->pTargetSurface[(int)&a4[v124 * pRenderer->uTargetSurfacePitch]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3182 v23 = i - v124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3183 v120 = (SpellBuff *)&pRenderer->pTargetSurface[(int)&a4[v124 * pRenderer->uTargetSurfacePitch]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3184 v115 = i - v124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3185 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3186 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3187 v124 = v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3188 if ( v21 < (signed int)v116 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3189 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3190 v24 = (int)&v20[v23];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3191 v25 = v107 - v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3192 v109 = v24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3193 for ( i = v107 - v21; ; v25 = i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3194 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3195 v108 = (unsigned __int16 *)((pDesc.lPitch >> 1) * pDesc.dwHeight * v109 / v13->uAreaHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3196 v26 = (char *)v108 + pDesc.dwWidth * (v25 + v124++) / v13->uAreaWidth;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3197 *v22 = *((short *)v110 + (int)v26);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3198 ++v22;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3199 if ( v124 >= (signed int)v116 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3200 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3201 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3202 v23 = v115;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3203 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3204 v22 = (unsigned __int16 *)((char *)v120 + v111);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3205 v20 = (char *)&a2->pConditions[0] + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3206 v28 = __OFSUB__((int)&a2->pConditions[0] + 1, v119);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3207 v27 = (signed int)((char *)&a2->pConditions[0] + -v119 + 1) < 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3208 a2 = (Player *)((char *)a2 + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3209 v120 = (SpellBuff *)((char *)v120 + v111);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3210 if ( !(v27 ^ v28) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3211 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3212 v21 = (int)a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3213 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3214 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3215 goto LABEL_37;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3216 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3217 memset(&pDesc, 0, 0x7Cu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3218 pDesc.dwSize = 124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3219 if ( pRenderer->LockSurface_DDraw4((IDirectDrawSurface4 *)v222, &pDesc, 1u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3220 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3221 v108 = (unsigned __int16 *)pDesc.lpSurface;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3222 a2 = (Player *)v124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3223 if ( v124 < v119 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3224 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3225 v109 = 2 * pRenderer->uTargetSurfacePitch;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3226 v29 = (int)a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3227 v30 = (char *)&pRenderer->pTargetSurface[(int)&a4[v124 * pRenderer->uTargetSurfacePitch]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3228 v31 = i - v124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3229 v120 = (SpellBuff *)&pRenderer->pTargetSurface[(int)&a4[v124 * pRenderer->uTargetSurfacePitch]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3230 v115 = i - v124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3231 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3232 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3233 v124 = v29;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3234 if ( v29 < (signed int)v116 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3235 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3236 v32 = v107 - (int)a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3237 v111 = (unsigned int)((char *)a2 + v31);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3238 for ( i = v107 - (int)a4; ; v32 = i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3239 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3240 v110 = (LPVOID)((pDesc.lPitch >> 1) * pDesc.dwHeight * v111 / v13->uAreaHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3241 v33 = v108[(int)((char *)v110 + pDesc.dwWidth * (v32 + v124) / v13->uAreaWidth)];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3242 v34 = v33 & 0x1F | 2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3243 * (unsigned __int16)(v108[(int)((char *)v110
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3244 + pDesc.dwWidth * (v32 + v124++) / v13->uAreaWidth)] & 0xFFE0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3245 v35 = v124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3246 *(short *)v30 = v34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3247 v30 += 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3248 if ( v35 >= (signed int)v116 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3249 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3250 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3251 v31 = v115;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3252 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3253 a2 = (Player *)((char *)a2 + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3254 v30 = (char *)v120 + v109;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3255 v120 = (SpellBuff *)((char *)v120 + v109);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3256 if ( (signed int)a2 >= v119 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3257 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3258 v29 = (int)a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3259 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3260 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3261 LABEL_37:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3262 v222->Unlock(0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3263 goto LABEL_51;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3264 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3265 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3266 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3267 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3268 pRenderer->FillRect2(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3269 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3270 v106.uViewportX,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3271 v106.uViewportY,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3272 v106.uViewportZ - v106.uViewportX,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3273 v106.uViewportW - v106.uViewportY,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3274 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3275 v36 = v10->pHwSpriteIDs[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3276 if ( v36 >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3277 pSprites_LOD->pSpriteHeaders[v36]._4ACC38(&v106, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3278 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3279 LABEL_51:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3280 if ( v121->uNPC_ID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3281 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3282 v37 = v112[6];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3283 if ( v37 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3284 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3285 sprintfex(pTmpBuf, pGlobalTXT_LocalizationStrings[429], *v112, aNPCProfessionNames[(signed int)v37]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3286 goto LABEL_59;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3287 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3288 v77 = 2000;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3289 v72 = *v112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3290 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3291 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3292 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3293 v38 = v121->dword_000334_unique_name;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3294 v77 = 2000;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3295 if ( v38 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3296 v72 = (char *)*(&pMonsterStats->pPlacement.uNumStrings + v38);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3297 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3298 v72 = pMonsterStats->pInfos[v121->pMonsterInfo.uID].pName;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3299 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3300 strncpy(pTmpBuf, v72, v77);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3301 LABEL_59:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3302 v39 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3303 a1->DrawText2(pFontComic, 0, 0xCu, v39, pTmpBuf, 3u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3304 Actor::DrawHealthBar(v121, a1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3305 v119 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3306 pMonsterInfoUI_Doll.uCurrentActionTime += pMiscTimer->uTimeElapsed;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3307 v115 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3308 v116 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3309 i = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3310 v112 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3311 if ( !uActiveCharacter )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3312 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3313 v45 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3314 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3315 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3316 LOBYTE(v40) = pPlayers[uActiveCharacter]->GetActualSkillLevel(PLAYER_SKILL_MONSTER_ID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3317 v120 = v40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3318 if ( !v40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3319 goto LABEL_72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3320 v41 = (unsigned __int8)v40 & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3321 v42 = SkillToMastery((unsigned __int16)v40) - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3322 if ( !v42 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3323 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3324 if ( v41 + 10 >= v121->pMonsterInfo.uLevel )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3325 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3326 v45 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3327 v119 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3328 goto LABEL_73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3329 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3330 goto LABEL_72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3331 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3332 v43 = v42 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3333 if ( !v43 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3334 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3335 if ( 2 * v41 + 10 >= v121->pMonsterInfo.uLevel )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3336 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3337 v45 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3338 v119 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3339 v116 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3340 goto LABEL_73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3341 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3342 goto LABEL_72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3343 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3344 v44 = v43 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3345 if ( !v44 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3346 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3347 if ( 3 * v41 + 10 >= v121->pMonsterInfo.uLevel )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3348 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3349 v45 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3350 v119 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3351 v116 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3352 i = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3353 goto LABEL_73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3354 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3355 LABEL_72:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3356 v45 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3357 goto LABEL_73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3358 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3359 if ( v44 != 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3360 goto LABEL_72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3361 v45 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3362 v119 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3363 v116 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3364 i = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3365 v112 = (char **)1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3366 LABEL_73:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3367 v46 = v121->uAIState;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3368 if ( v46 != 5 && v46 != 4 && !dword_507BF0_is_there_popup_onscreen && v120 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3369 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3370 v47 = pPlayers[uActiveCharacter];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3371 if ( v119 | v116 | i | (unsigned int)v112 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3372 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3373 if ( v121->pMonsterInfo.uLevel >= v47->uLevel - 5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3374 v73 = 105;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3375 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3376 v73 = 104;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3377 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3378 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3379 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3380 v73 = 106;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3381 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3382 v47->PlaySound(v73, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3383 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3384 LABEL_84:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3385 a2 = pParty->pPlayers;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3386 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3387 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3388 LOBYTE(v48) = a2->GetActualSkillLevel(PLAYER_SKILL_MONSTER_ID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3389 v111 = v48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3390 v120 = (SpellBuff *)138;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3391 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3392 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3393 if ( (signed int)SkillToMastery(v111) >= 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3394 v115 = v45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3395 v120 = (SpellBuff *)((char *)v120 - 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3396 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3397 while ( v120 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3398 ++a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3399 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3400 while ( (signed int)a2 < (signed int)pParty->pHirelings );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3401 v49 = pFontSmallnum;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3402 a2 = (Player *)pFontSmallnum;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3403 a1->DrawText(pFontSmallnum, 12, 196, a5, pGlobalTXT_LocalizationStrings[631], 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3404 v50 = LOBYTE(v49->uFontHeight) + 193;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3405 if ( !v115 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3406 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3407 v78 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3408 v74 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3409 v69 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3410 v66 = pGlobalTXT_LocalizationStrings[630];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3411 goto LABEL_123;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3412 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3413 a4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3414 v51 = &v121->pActorBuffs[1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3415 v222 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3416 v120 = &v121->pActorBuffs[1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3417 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3418 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3419 if ( (signed __int64)v51->uExpireTime > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3420 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3421 switch ( (int)v51 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3422 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3423 case 0u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3424 v124 = 60;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3425 a4 = pGlobalTXT_LocalizationStrings[591];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3426 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3427 case 1u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3428 v124 = 82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3429 a4 = pGlobalTXT_LocalizationStrings[649];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3430 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3431 case 2u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3432 v124 = 92;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3433 a4 = pGlobalTXT_LocalizationStrings[592];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3434 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3435 case 3u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3436 v124 = 63;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3437 a4 = pGlobalTXT_LocalizationStrings[4];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3438 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3439 case 4u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3440 v52 = pGlobalTXT_LocalizationStrings[220];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3441 goto LABEL_100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3442 case 5u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3443 v52 = pGlobalTXT_LocalizationStrings[162];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3444 LABEL_100:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3445 a4 = v52;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3446 v124 = 81;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3447 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3448 case 6u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3449 v53 = pGlobalTXT_LocalizationStrings[593];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3450 v124 = 35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3451 goto LABEL_103;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3452 case 8u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3453 v53 = pGlobalTXT_LocalizationStrings[608];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3454 v124 = 62;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3455 LABEL_103:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3456 a4 = v53;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3457 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3458 case 7u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3459 case 9u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3460 a4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3461 v124 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3462 goto LABEL_119;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3463 case 0xAu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3464 v124 = 47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3465 a4 = pGlobalTXT_LocalizationStrings[221];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3466 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3467 case 0xBu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3468 v124 = 66;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3469 a4 = pGlobalTXT_LocalizationStrings[607];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3470 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3471 case 0xCu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3472 v124 = 85;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3473 a4 = pGlobalTXT_LocalizationStrings[610];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3474 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3475 case 0xDu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3476 v124 = 86;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3477 a4 = pGlobalTXT_LocalizationStrings[609];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3478 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3479 case 0xEu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3480 v124 = 17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3481 a4 = pGlobalTXT_LocalizationStrings[279];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3482 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3483 case 0xFu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3484 v124 = 38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3485 a4 = pGlobalTXT_LocalizationStrings[442];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3486 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3487 case 0x10u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3488 v124 = 46;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3489 a4 = pGlobalTXT_LocalizationStrings[443];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3490 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3491 case 0x11u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3492 v124 = 51;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3493 a4 = pGlobalTXT_LocalizationStrings[440];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3494 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3495 case 0x12u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3496 v124 = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3497 a4 = pGlobalTXT_LocalizationStrings[441];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3498 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3499 case 0x13u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3500 v124 = 95;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3501 a4 = pGlobalTXT_LocalizationStrings[229];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3502 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3503 case 0x14u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3504 v124 = 73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3505 a4 = pGlobalTXT_LocalizationStrings[228];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3506 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3507 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3508 a4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3509 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3510 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3511 if ( a4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3512 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3513 v54 = a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3514 v55 = GetSpellColor(v124);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3515 a1->DrawText((GUIFont *)a2, 28, v50, v55, v54, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3516 v50 = v50 + BYTE5(a2->pConditions[0]) - 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3517 v51 = v120;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3518 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3519 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3520 LABEL_119:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3521 ++v51;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3522 v222 = (IDirectDrawSurface *)((char *)v222 + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3523 v120 = v51;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3524
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3525 __debugbreak(); // fix condition
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3526 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3527 //while ( (signed int)((char *)&v222->lpVtbl + 1) < 22 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3528 while (true);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3529 if ( !a4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3530 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3531 v78 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3532 v74 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3533 v69 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3534 v66 = pGlobalTXT_LocalizationStrings[153];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3535 LABEL_123:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3536 a1->DrawText((GUIFont *)a2, 28, v50, a5, v66, v69, v74, v78);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3537 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3538 v56 = pFontSmallnum;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3539 a4 = (char *)v106.uViewportY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3540 if ( v119 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3541 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3542 sprintfex(pTmpBuf, "%s", pGlobalTXT_LocalizationStrings[108], 0, v121->pMonsterInfo.uHP);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3543 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3544 a4 = &a4[LOBYTE(v56->uFontHeight) - 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3545 v79 = v121->pMonsterInfo.uAC;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3546 v75 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3547 v70 = pGlobalTXT_LocalizationStrings[12];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3548 v67 = "%s";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3549 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3550 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3551 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3552 sprintfex(pTmpBuf, "%s", pGlobalTXT_LocalizationStrings[108], 0, pGlobalTXT_LocalizationStrings[630]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3553 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3554 v79 = (unsigned int)pGlobalTXT_LocalizationStrings[630];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3555 v75 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3556 v70 = pGlobalTXT_LocalizationStrings[12];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3557 a4 = &a4[LOBYTE(v56->uFontHeight) - 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3558 v67 = "%s";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3559 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3560 sprintfex(pTmpBuf, v67, v70, v75, v79);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3561 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3562 a4 = &a4[LOBYTE(v56->uFontHeight) - 6] + LOBYTE(v56->uFontHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3563 v95 = pGlobalTXT_LocalizationStrings[87];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3564 v96 = pGlobalTXT_LocalizationStrings[6];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3565 v97 = pGlobalTXT_LocalizationStrings[240];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3566 v98 = pGlobalTXT_LocalizationStrings[70];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3567 v99 = pGlobalTXT_LocalizationStrings[624];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3568 v100 = pGlobalTXT_LocalizationStrings[138];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3569 v101 = pGlobalTXT_LocalizationStrings[214];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3570 v102 = pGlobalTXT_LocalizationStrings[142];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3571 v103 = pGlobalTXT_LocalizationStrings[29];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3572 v104 = pGlobalTXT_LocalizationStrings[133];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3573 v105 = pGlobalTXT_LocalizationStrings[54];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3574 if ( v116 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3575 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3576 sprintfex(pTmpBuf, "%s", pGlobalTXT_LocalizationStrings[18], 0, (&v95)[4 * v121->pMonsterInfo.uAttack1Type]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3577 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3578 a4 = &a4[LOBYTE(v56->uFontHeight) - 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3579 v57 = v121->pMonsterInfo.uAttack1DamageBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3580 if ( v57 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3581 sprintfex(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3582 pTmpBuf,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3583 "%s",
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3584 pGlobalTXT_LocalizationStrings[53],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3585 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3586 v121->pMonsterInfo.uAttack1DamageDiceRolls,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3587 v121->pMonsterInfo.uAttack1DamageDiceSides,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3588 v57);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3589 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3590 sprintfex(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3591 pTmpBuf,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3592 "%s",
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3593 pGlobalTXT_LocalizationStrings[53],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3594 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3595 v121->pMonsterInfo.uAttack1DamageDiceRolls,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3596 v121->pMonsterInfo.uAttack1DamageDiceSides);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3597 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3598 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3599 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3600 sprintfex(pTmpBuf, "%s", pGlobalTXT_LocalizationStrings[18], 0, pGlobalTXT_LocalizationStrings[630]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3601 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3602 a4 = &a4[LOBYTE(v56->uFontHeight) - 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3603 sprintfex(pTmpBuf, "%s", pGlobalTXT_LocalizationStrings[53], 0, pGlobalTXT_LocalizationStrings[630]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3604 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3605 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3606 v58 = LOBYTE(v56->uFontHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3607 a4 = &a4[v58 - 6] + v58;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3608 if ( !i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3609 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3610 v80 = pGlobalTXT_LocalizationStrings[630];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3611 v76 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3612 v71 = pGlobalTXT_LocalizationStrings[628];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3613 v68 = "%s";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3614 goto LABEL_144;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3615 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3616 v120 = (SpellBuff *)pGlobalTXT_LocalizationStrings[628];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3617 v59 = v121;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3618 v114 = v121->pMonsterInfo.uSpell1ID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3619 if ( v114 && v121->pMonsterInfo.uSpell2ID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3620 v120 = (SpellBuff *)pGlobalTXT_LocalizationStrings[629];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3621 if ( v114 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3622 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3623 sprintfex(pTmpBuf, "%s", v120, 0, pSpellStats->pInfos[v114].pShortName);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3624 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3625 v58 = LOBYTE(v56->uFontHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3626 a4 = &a4[v58 - 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3627 v59 = v121;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3628 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3629 v60 = v59->pMonsterInfo.uSpell2ID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3630 if ( v60 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3631 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3632 sprintfex(pTmpBuf, &byte_4E3318, 0, pSpellStats->pInfos[v60].pShortName);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3633 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3634 v58 = LOBYTE(v56->uFontHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3635 a4 = &a4[v58 - 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3636 v59 = v121;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3637 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3638 if ( !v59->pMonsterInfo.uSpell1ID && !v59->pMonsterInfo.uSpell2ID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3639 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3640 v80 = pGlobalTXT_LocalizationStrings[153];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3641 v76 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3642 v71 = pGlobalTXT_LocalizationStrings[628];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3643 v68 = "%s";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3644 LABEL_144:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3645 sprintfex(pTmpBuf, v68, v71, v76, v80);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3646 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3647 v58 = LOBYTE(v56->uFontHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3648 a4 = &a4[v58 - 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3649 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3650 a4 = &a4[v58 - 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3651 a1->DrawText(v56, 150, (int)a4, a5, pGlobalTXT_LocalizationStrings[626], 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3652 a4 = &a4[LOBYTE(v56->uFontHeight) - 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3653 v85 = pGlobalTXT_LocalizationStrings[87];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3654 v86 = pGlobalTXT_LocalizationStrings[6];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3655 v87 = pGlobalTXT_LocalizationStrings[240];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3656 v88 = pGlobalTXT_LocalizationStrings[70];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3657 v89 = pGlobalTXT_LocalizationStrings[142];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3658 v90 = pGlobalTXT_LocalizationStrings[214];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3659 v91 = pGlobalTXT_LocalizationStrings[29];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3660 v92 = pGlobalTXT_LocalizationStrings[133];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3661 v93 = pGlobalTXT_LocalizationStrings[54];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3662 v94 = pGlobalTXT_LocalizationStrings[624];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3663 v96 = (char *)v121->pMonsterInfo.uResFire;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3664 v97 = (char *)v121->pMonsterInfo.uResAir;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3665 v98 = (char *)v121->pMonsterInfo.uResWater;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3666 v99 = (char *)v121->pMonsterInfo.uResEarth;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3667 v100 = (char *)v121->pMonsterInfo.uResMind;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3668 v101 = (char *)v121->pMonsterInfo.uResSpirit;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3669 v102 = (char *)v121->pMonsterInfo.uResBody;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3670 v103 = (char *)v121->pMonsterInfo.uResLight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3671 v61 = (char *)v121->pMonsterInfo.uResPhysical;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3672 v104 = (char *)v121->pMonsterInfo.uResDark;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3673 v105 = v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3674 if ( v112 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3675 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3676 v124 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3677 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3678 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3679 v62 = (&v96)[v124];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3680 if ( v62 == (char *)200 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3681 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3682 v81 = pGlobalTXT_LocalizationStrings[625];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3683 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3684 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3685 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3686 if ( v62 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3687 v81 = pGlobalTXT_LocalizationStrings[627];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3688 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3689 v81 = pGlobalTXT_LocalizationStrings[153];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3690 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3691 sprintfex(pTmpBuf, "%s", (&v85)[v124], 0, v81);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3692 a1->DrawText(v56, 170, (int)a4, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3693 v63 = LOBYTE(v56->uFontHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3694 v124 += 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3695 result = &a4[v63 - 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3696 a4 = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3697 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3698 while ( v124 < 40 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3699 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3700 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3701 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3702 i = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3703 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3704 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3705 sprintfex(pTmpBuf, "%s", (&v85)[4 * i], 0, pGlobalTXT_LocalizationStrings[630]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3706 a1->DrawText(v56, 170, (int)a4, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3707 v65 = LOBYTE(v56->uFontHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3708 ++i;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3709 result = &a4[v65 - 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3710 a4 = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3711 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3712 while ( i < 10 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3713 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3714 if ( (signed __int64)pParty->pPartyBuffs[3].uExpireTime > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3715 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3716 sprintfex(pTmpBuf, "%s: %d", pGlobalTXT_LocalizationStrings[650], v121->sCurrentHP);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3717 pFontSmallnum->GetLineWidth(pTmpBuf);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3718 result = a1->DrawText2(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3719 pFontSmallnum,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3720 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3721 a1->uFrameHeight - LOBYTE(pFontSmallnum->uFontHeight) - 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3722 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3723 pTmpBuf,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3724 3u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3725 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3726 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3727 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3728
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3729
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3730
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3731 //----- (0041F54A) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3732 void __cdecl LoadActualSkyFrame()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3733 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3734 if ( pTexture_RestUI_CurrentSkyFrame )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3735 pTexture_RestUI_CurrentSkyFrame->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3736 if ( pTexture_RestUI_CurrentHourglassFrame )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3737 pTexture_RestUI_CurrentHourglassFrame->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3738 pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3739 sprintfex(pTmpBuf, "TERRA%03d", pParty->uCurrentMinute / 6 + 10 * pParty->uCurrentHour);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3740 pTexture_RestUI_CurrentSkyFrame = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture(pTmpBuf, TEXTURE_16BIT_PALETTE)];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3741 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3742
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3743 //----- (0041F5BE) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3744 void __cdecl Sleep6Hours()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3745 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3746 if ( _506F18_num_hours_to_sleep < 6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3747 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3748 pParty->pPlayers[3].pConditions[2] = 0i64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3749 pParty->pPlayers[2].pConditions[2] = 0i64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3750 pParty->pPlayers[1].pConditions[2] = 0i64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3751 pParty->pPlayers[0].pConditions[2] = 0i64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3752 if ( _506F18_num_hours_to_sleep )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3753 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3754 Rest(_506F18_num_hours_to_sleep);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3755 _506F18_num_hours_to_sleep = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3756 LoadActualSkyFrame();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3757 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3758 if ( dword_506F14 == 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3759 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3760 pGUIWindow_CurrentMenu->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3761 pEventTimer->Resume();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3762 if ( pTexture_RestUI_CurrentSkyFrame )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3763 pTexture_RestUI_CurrentSkyFrame->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3764 if ( pTexture_RestUI_CurrentHourglassFrame )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3765 pTexture_RestUI_CurrentHourglassFrame->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3766 pTexture_RestUI_CurrentHourglassFrame = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3767 pTexture_RestUI_CurrentSkyFrame = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3768 pIcons_LOD->_4114F2();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3769 pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3770 uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3771 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3772 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3773 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3774 pOutdoor->UpdateSunlightVectors();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3775 pOutdoor->UpdateFog();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3776 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3777 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3778 dword_506F14 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3779 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3780 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3781 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3782 Rest(6u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3783 _506F18_num_hours_to_sleep -= 6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3784 LoadActualSkyFrame();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3785 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3786 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3787 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3788
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3789 //----- (0041F6C1) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3790 void __cdecl RestUI_Initialize()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3791 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3792 char *v0; // eax@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3793
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3794 if ( !dword_506F14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3795 pAudioPlayer->StopChannels(-1, -1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3796 if ( uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3797 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3798 pGUIWindow_CurrentMenu->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3799 uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3800 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3801 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3802 pEventTimer->Pause();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3803 if ( dword_506F14 != 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3804 GUIWindow::Create(518u, 450u, 0, 0, (enum WindowType)90, (int)ptr_5079FC, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3805 _506F18_num_hours_to_sleep = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3806 dword_506F14 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3807 uRestUI_FoodRequiredToRest = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3808 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3809 uRestUI_FoodRequiredToRest = pOutdoor->GetNumFoodRequiredToRestInCurrentPos(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3810 pParty->vPosition.x,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3811 pParty->vPosition.z,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3812 pParty->vPosition.y);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3813 if ( sub_476387() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3814 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3815 v0 = (char *)&pParty->pPlayers[0].uClass;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3816 while ( *v0 != 31 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3817 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3818 v0 += 6972;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3819 if ( (signed int)v0 >= (signed int)((char *)&pParty->pPickedItem.uExpireTime + 5) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3820 goto LABEL_15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3821 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3822 ++uRestUI_FoodRequiredToRest;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3823 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3824 LABEL_15:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3825 if ( CheckHiredNPCSpeciality(0x1Du) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3826 --uRestUI_FoodRequiredToRest;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3827 if ( CheckHiredNPCSpeciality(0x1Eu) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3828 uRestUI_FoodRequiredToRest -= 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3829 if ( CheckHiredNPCSpeciality(0x30u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3830 --uRestUI_FoodRequiredToRest;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3831 if ( uRestUI_FoodRequiredToRest < 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3832 uRestUI_FoodRequiredToRest = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3833 if ( !_strcmpi(pCurrentMapName, "d29.blv") && (unsigned __int16)_449B57_test_bit(pParty->_award_bits, 98) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3834 uRestUI_FoodRequiredToRest = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3835 ++pIcons_LOD->uTexturePacksCount;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3836 if ( !pIcons_LOD->uNumPrevLoadedFiles )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3837 pIcons_LOD->uNumPrevLoadedFiles = pIcons_LOD->uNumLoadedFiles;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3838 uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3839 _507CD4_RestUI_hourglass_anim_controller = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3840 uTextureID_RestUI_restmain = pIcons_LOD->LoadTexture("restmain", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3841 uTextureID_RestUI_restb1 = pIcons_LOD->LoadTexture("restb1", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3842 uTextureID_RestUI_restb2 = pIcons_LOD->LoadTexture("restb2", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3843 uTextureID_RestUI_restb3 = pIcons_LOD->LoadTexture("restb3", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3844 uTextureID_RestUI_restb4 = pIcons_LOD->LoadTexture("restb4", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3845 uTextureID_RestUI_restexit = pIcons_LOD->LoadTexture("restexit", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3846 LoadActualSkyFrame();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3847 pGUIWindow_CurrentMenu = GUIWindow::Create(0, 0, 640u, 480u, (enum WindowType)16, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3848 pButton_RestUI_Exit = pGUIWindow_CurrentMenu->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3849 280u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3850 297u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3851 154u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3852 37u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3853 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3854 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3855 0xA7u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3856 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3857 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3858 nullstring,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3859 (Texture *)(uTextureID_RestUI_restexit != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_RestUI_restexit] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3860 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3861 pButton_RestUI_507634 = pGUIWindow_CurrentMenu->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3862 24u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3863 154u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3864 225u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3865 37u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3866 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3867 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3868 0x61u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3869 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3870 0x52u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3871 nullstring,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3872 (Texture *)(uTextureID_RestUI_restb4 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_RestUI_restb4] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3873 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3874 pButton_RestUI_WaitUntilDawn = pGUIWindow_CurrentMenu->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3875 61u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3876 232u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3877 154u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3878 33u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3879 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3880 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3881 0x6Du,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3882 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3883 0x44u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3884 nullstring,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3885 (Texture *)(uTextureID_RestUI_restb1 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_RestUI_restb1] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3886 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3887 pButton_RestUI_Wait1Hour = pGUIWindow_CurrentMenu->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3888 61u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3889 264u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3890 154u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3891 33u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3892 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3893 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3894 0x60u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3895 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3896 0x48u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3897 nullstring,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3898 (Texture *)(uTextureID_RestUI_restb2 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_RestUI_restb2] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3899 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3900 pButton_RestUI_Wait5Minutes = pGUIWindow_CurrentMenu->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3901 61u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3902 296u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3903 154u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3904 33u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3905 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3906 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3907 0x5Fu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3908 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3909 0x4Du,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3910 nullstring,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3911 (Texture *)(uTextureID_RestUI_restb3 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_RestUI_restb3] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3912 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3913 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3914
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3915 //----- (0041FA01) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3916 void __cdecl RestUI_Draw()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3917 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3918 int v0; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3919 Player **ppPlayers; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3920 Player *pPlayer; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3921 unsigned int v3; // eax@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3922 char v4; // al@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3923 bool v5; // eax@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3924 GUIButton Dst; // [sp+8h] [bp-DCh]@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3925 double v7; // [sp+C4h] [bp-20h]@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3926 float v8; // [sp+CCh] [bp-18h]@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3927 __int64 v9; // [sp+D0h] [bp-14h]@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3928 unsigned int v10; // [sp+D8h] [bp-Ch]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3929 __int16 a9[2]; // [sp+DCh] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3930 int a5; // [sp+E0h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3931
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3932 v0 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3933 a5 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xAu, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3934 *(int *)a9 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xE6u, 0xD6u, 0xC1u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3935 ppPlayers = &pPlayers[1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3936 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3937 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3938 pPlayer = *ppPlayers;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3939 if ( !(*ppPlayers)->pConditions[14] && !pPlayer->pConditions[16] && pPlayer->sHealth > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3940 ++v0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3941 ++ppPlayers;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3942 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3943 while ( (signed int)ppPlayers <= (signed int)&pPlayers[4] );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3944 if ( v0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3945 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3946 pRenderer->DrawTextureIndexed(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3947 8u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3948 8u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3949 (Texture *)(uTextureID_RestUI_restmain != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_RestUI_restmain] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3950 v10 = pParty->uCurrentHour;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3951 dword_506F1C = pGUIWindow_CurrentMenu->field_2C_focus_id;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3952 if ( (signed int)pParty->uCurrentHour <= 12 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3953 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3954 if ( !v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3955 v10 = 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3956 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3957 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3958 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3959 v10 -= 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3960 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3961 pRenderer->DrawTextureIndexed(16u, 26u, pTexture_RestUI_CurrentSkyFrame);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3962 if ( pTexture_RestUI_CurrentHourglassFrame )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3963 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3964 pTexture_RestUI_CurrentHourglassFrame->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3965 pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3966 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3967 v3 = pEventTimer->uTimeElapsed + _507CD4_RestUI_hourglass_anim_controller;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3968 _507CD4_RestUI_hourglass_anim_controller += pEventTimer->uTimeElapsed;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3969 if ( (unsigned int)_507CD4_RestUI_hourglass_anim_controller >= 512 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3970 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3971 v3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3972 _507CD4_RestUI_hourglass_anim_controller = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3973 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3974 v9 = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3975 v8 = (double)v3 * 0.001953125 * 120.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3976 v7 = v8 + 6.7553994e15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3977 HIDWORD(v9) = LODWORD(v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3978 v4 = LOBYTE(v7) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3979 byte_4E2BC8 = LOBYTE(v7) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3980 if ( (unsigned __int8)(LOBYTE(v7) + 1) >= 0x78u )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3981 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3982 v4 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3983 byte_4E2BC8 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3984 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3985 sprintfex(pTmpBuf, "hglas%03d", (unsigned __int8)v4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3986 pTexture_RestUI_CurrentHourglassFrame = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture(pTmpBuf, TEXTURE_16BIT_PALETTE)];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3987 pRenderer->DrawTextureIndexed(0x10Bu, 0x9Fu, pTexture_RestUI_CurrentHourglassFrame);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3988 memset(&Dst, 0, 0xBCu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3989 Dst.uX = 24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3990 Dst.uY = 154;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3991 Dst.uWidth = 171;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3992 Dst.uHeight = 37;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3993 Dst.uZ = 194;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3994 Dst.uW = 190;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3995 Dst.pParent = pButton_RestUI_WaitUntilDawn->pParent;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3996 Dst.DrawLabel(pGlobalTXT_LocalizationStrings[183], pFontCreate, a5, *(int **)a9);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3997 Dst.pParent = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3998 sprintfex(pTmpBuf, "\r408%d", uRestUI_FoodRequiredToRest);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3999 pGUIWindow_CurrentMenu->DrawText(pFontCreate, 0, 164, a5, pTmpBuf, 0, 0, *(unsigned int *)a9);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4000 pButton_RestUI_WaitUntilDawn->DrawLabel(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4001 pGlobalTXT_LocalizationStrings[237],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4002 pFontCreate,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4003 a5,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4004 *(int **)a9);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4005 pButton_RestUI_Wait1Hour->DrawLabel(pGlobalTXT_LocalizationStrings[239], pFontCreate, a5, *(int **)a9);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4006 pButton_RestUI_Wait5Minutes->DrawLabel(pGlobalTXT_LocalizationStrings[238], pFontCreate, a5, *(int **)a9);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4007 pButton_RestUI_Exit->DrawLabel(pGlobalTXT_LocalizationStrings[81], pFontCreate, a5, *(int **)a9);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4008 memset(&Dst, 0, 0xBCu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4009 Dst.uX = 45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4010 Dst.uY = 199;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4011 Dst.uWidth = 185;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4012 Dst.uHeight = 30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4013 Dst.uZ = 229;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4014 Dst.uW = 228;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4015 Dst.pParent = pButton_RestUI_WaitUntilDawn->pParent;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4016 Dst.DrawLabel(pGlobalTXT_LocalizationStrings[236], pFontCreate, a5, *(int **)a9);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4017 Dst.pParent = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4018 v5 = pParty->uCurrentHour >= 0xC && pParty->uCurrentHour < 0x18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4019 sprintfex(pTmpBuf, "%d:%02d %s", v10, pParty->uCurrentMinute, aAMPMNames[v5]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4020 pGUIWindow_CurrentMenu->DrawText(pFontCreate, 368, 168, a5, pTmpBuf, 0, 0, *(unsigned int *)a9);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4021 sprintfex(pTmpBuf, "%s\r190%d", pGlobalTXT_LocalizationStrings[56], pParty->uDaysPlayed + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4022 pGUIWindow_CurrentMenu->DrawText(pFontCreate, 350, 190, a5, pTmpBuf, 0, 0, *(unsigned int *)a9);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4023 sprintfex(pTmpBuf, "%s\r190%d", pGlobalTXT_LocalizationStrings[146], pParty->uCurrentMonth + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4024 pGUIWindow_CurrentMenu->DrawText(pFontCreate, 350, 222, a5, pTmpBuf, 0, 0, *(unsigned int *)a9);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4025 sprintfex(pTmpBuf, "%s\r190%d", pGlobalTXT_LocalizationStrings[245], pParty->uCurrentYear);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4026 pGUIWindow_CurrentMenu->DrawText(pFontCreate, 350, 254, a5, pTmpBuf, 0, 0, *(unsigned int *)a9);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4027 if ( dword_506F14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4028 Sleep6Hours();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4029 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4030 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4031 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4032 GUIWindow::Create(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4033 pButton_RestUI_Exit->uX,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4034 pButton_RestUI_Exit->uY,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4035 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4036 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4037 (enum WindowType)96,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4038 (int)pButton_RestUI_Exit,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4039 (int)pGlobalTXT_LocalizationStrings[81]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4040 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4041 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4042 // 4E2BC8: using guessed type char byte_4E2BC8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4043 // 506F14: using guessed type int dword_506F14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4044 // 506F1C: using guessed type int dword_506F1C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4045 // 50765C: using guessed type int uTextureID_RestUI_restmain;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4046 // 507CD4: using guessed type int 507CD4_RestUI_hourglass_anim_controller;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4047
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4048 //----- (0041FE71) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4049 int Chest::CanPlaceItemAt(signed int a1, int a2, unsigned int uChestID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4050 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4051 int v3; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4052 unsigned int v4; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4053 Texture *v5; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4054 signed int v6; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4055 signed int v7; // edi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4056 signed int v8; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4057 int v9; // edi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4058 int v10; // ebx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4059 int v11; // esi@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4060 int v12; // edx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4061 int v13; // ecx@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4062 char *v14; // eax@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4063 int v16; // [sp+Ch] [bp-Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4064 signed int v17; // [sp+10h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4065 signed int v18; // [sp+14h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4066
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4067 v17 = a1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4068 v3 = pChests[uChestID].uChestBitmapID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4069 v16 = pChestHeightsByType[v3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4070 v18 = pChestWidthsByType[v3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4071 v4 = pIcons_LOD->LoadTexture(pItemsTable->pItems[a2].pIconName, TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4072 v5 = (Texture *)(v4 != -1 ? (int)&pIcons_LOD->pTextures[v4] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4073 v6 = (v4 != -1 ? pIcons_LOD->pTextures[v4].uTextureWidth : 24);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4074 if ( v6 < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4075 v6 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4076 v7 = v6 - 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4077 v8 = v5->uTextureHeight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4078 v9 = (v7 >> 5) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4079 if ( v8 < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4080 v8 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4081 v10 = ((v8 - 14) >> 5) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4082 if ( !areWeLoadingTexture )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4083 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4084 v5->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4085 pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4086 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4087 if ( v9 + v17 % v18 <= v18 && v10 + v17 / v18 <= v16 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4088 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4089 v11 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4090 if ( v10 <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4091 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4092 v12 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4093 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4094 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4095 v13 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4096 if ( v9 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4097 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4098 LABEL_15:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4099 v12 += v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4100 ++v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4101 if ( v11 >= v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4102 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4103 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4104 v14 = (char *)&pChests[0].pInventoryIndices[v17 + v12 + 2662 * uChestID];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4105 while ( !*(short *)v14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4106 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4107 ++v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4108 v14 += 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4109 if ( v13 >= v9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4110 goto LABEL_15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4111 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4112 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4113 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4114 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4115 // 506128: using guessed type int areWeLoadingTexture;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4116
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4117 //----- (0041FF64) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4118 int Chest::_41FF64(unsigned int uChestID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4119 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4120 unsigned int v1; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4121 signed int result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4122 int v3; // edx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4123 ItemGen *pItem; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4124
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4125 v1 = uChestID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4126 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4127 v3 = pChestWidthsByType[pChests[v1].uChestBitmapID] * pChestHeightsByType[pChests[v1].uChestBitmapID];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4128 if ( v3 <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4129 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4130 LABEL_5:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4131 result = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4132 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4133 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4134 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4135 pItem = pChests[v1].mm7__vector_pItems;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4136 while ( pItem->uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4137 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4138 ++result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4139 ++pItem;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4140 if ( result >= v3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4141 goto LABEL_5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4142 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4143 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4144 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4145 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4146
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4147 //----- (0041FFA2) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4148 int Chest::_41FFA2(int a1, ItemGen *a2, unsigned int uChestID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4149 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4150 int v3; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4151 ItemGen *v4; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4152 int v5; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4153 int result; // eax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4154 unsigned int v7; // eax@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4155 int v8; // edx@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4156 int v9; // ecx@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4157 signed int v10; // eax@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4158 signed int v11; // edi@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4159 unsigned int v12; // esi@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4160 int v13; // edi@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4161 void *v14; // edi@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4162 int v15; // edi@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4163 int i; // ecx@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4164 ItemGen *Src; // [sp+Ch] [bp-18h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4165 signed int v18; // [sp+10h] [bp-14h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4166 int v19; // [sp+14h] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4167 int v20; // [sp+18h] [bp-Ch]@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4168 signed int v21; // [sp+1Ch] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4169 signed int v22; // [sp+20h] [bp-4h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4170 int v23; // [sp+20h] [bp-4h]@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4171
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4172 v21 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4173 v3 = pChests[uChestID].uChestBitmapID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4174 v4 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4175 v5 = pChestWidthsByType[v3] * pChestHeightsByType[v3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4176 Src = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4177 v19 = pChestWidthsByType[v3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4178 if ( a1 == -1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4179 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4180 v18 = _41FF64(uChestID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4181 if ( v18 == -1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4182 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4183 v22 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4184 if ( v5 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4185 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4186 while ( !Chest::CanPlaceItemAt(v22, v4->uItemID, (unsigned int)ptr_507BB8->ptr_1C) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4187 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4188 ++v22;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4189 if ( v22 >= v5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4190 goto LABEL_8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4191 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4192 v21 = v22;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4193 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4194 LABEL_8:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4195 if ( v22 == v5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4196 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4197 if ( uActiveCharacter )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4198 pPlayers[uActiveCharacter]->PlaySound(15, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4199 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4200 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4201 v7 = pIcons_LOD->LoadTexture(pItemsTable->pItems[v4->uItemID].pIconName, TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4202 HIWORD(v8) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4203 v9 = v7 != -1 ? (int)&pIcons_LOD->pTextures[v7] : 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4204 v10 = (v7 != -1 ? pIcons_LOD->pTextures[v7].uTextureWidth : 24);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4205 if ( v10 < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4206 v10 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4207 v11 = *(short *)(v9 + 26);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4208 v12 = ((v10 - 14) >> 5) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4209 if ( v11 < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4210 v11 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4211 v13 = ((v11 - 14) >> 5) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4212 if ( !areWeLoadingTexture )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4213 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4214 ((Texture *)v9)->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4215 pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4216 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4217 if ( v13 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4218 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4219 v23 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4220 v20 = v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4221 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4222 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4223 if ( (signed int)v12 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4224 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4225 v14 = &pChests[0].pInventoryIndices[v21 + v23 + 2662 * uChestID];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4226 LOWORD(v8) = -1 - v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4227 v8 <<= 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4228 LOWORD(v8) = -1 - v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4229 memset32(v14, v8, v12 >> 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4230 v15 = (int)((char *)v14 + 4 * (v12 >> 1));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4231 for ( i = v12 & 1; i; --i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4232 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4233 *(short *)v15 = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4234 v15 += 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4235 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4236 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4237 v23 += v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4238 --v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4239 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4240 while ( v20 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4241 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4242 pChests[0].pInventoryIndices[v21 + 2662 * uChestID] = v18 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4243 memcpy(&pChests[uChestID].mm7__vector_pItems[v18], Src, 0x24u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4244 result = v21 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4245 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4246 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4247 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4248 result = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4249 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4250 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4251 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4252 // 506128: using guessed type int areWeLoadingTexture;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4253
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4254 //----- (0042013E) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4255 unsigned int Chest::PlaceItemAt(unsigned int a1, unsigned int uItemIdx, unsigned int uChestID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4256 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4257 int v3; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4258 unsigned int v4; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4259 int uItemID; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4260 int v6; // edx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4261 unsigned int v7; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4262 Texture *v8; // ecx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4263 signed int v9; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4264 signed int v10; // edi@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4265 unsigned int v11; // ebx@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4266 int v12; // edi@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4267 int v13; // edx@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4268 void *v14; // edi@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4269 int v15; // edi@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4270 int i; // ecx@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4271 unsigned int result; // eax@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4272 __int16 v18; // [sp+Ch] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4273 int v19; // [sp+10h] [bp-Ch]@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4274 int v20; // [sp+14h] [bp-8h]@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4275 unsigned int v21; // [sp+18h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4276
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4277 v3 = 5324 * uChestID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4278 v21 = a1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4279 v4 = 5324 * uChestID + 36 * uItemIdx;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4280 v18 = uItemIdx;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4281 uItemID = *(unsigned int *)((char *)&pChests[0].mm7__vector_pItems[0].uItemID + v4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4282 pItemsTable->SetSpecialBonus((ItemGen *)((char *)pChests[0].mm7__vector_pItems + v4));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4283 if ( uItemID >= 135 && uItemID <= 159 && !*(int *)((char *)&pChests[0].mm7__vector_pItems[0].uNumCharges + v4) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4284 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4285 v6 = rand() % 21 + 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4286 *(int *)((char *)&pChests[0].mm7__vector_pItems[0].uNumCharges + v4) = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4287 *(&pChests[0].mm7__vector_pItems[0].uMaxCharges + v4) = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4288 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4289 v7 = pIcons_LOD->LoadTexture(pItemsTable->pItems[uItemID].pIconName, TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4290 v8 = (Texture *)(v7 != -1 ? (int)&pIcons_LOD->pTextures[v7] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4291 v9 = (v7 != -1 ? pIcons_LOD->pTextures[v7].uTextureWidth : 24);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4292 if ( v9 < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4293 v9 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4294 v10 = v8->uTextureHeight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4295 v11 = ((v9 - 14) >> 5) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4296 if ( v10 < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4297 v10 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4298 v12 = ((v10 - 14) >> 5) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4299 if ( !areWeLoadingTexture )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4300 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4301 v8->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4302 pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4303 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4304 v19 = pChestWidthsByType[*(unsigned __int16 *)((char *)&pChests[0].uChestBitmapID + v3)];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4305 if ( v12 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4306 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4307 v13 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4308 v20 = v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4309 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4310 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4311 if ( (signed int)v11 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4312 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4313 v14 = &pChests[0].pInventoryIndices[v21 + v13 + 2662 * uChestID];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4314 LOWORD(v3) = -1 - v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4315 v3 <<= 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4316 LOWORD(v3) = -1 - v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4317 memset32(v14, v3, v11 >> 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4318 v15 = (int)((char *)v14 + 4 * (v11 >> 1));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4319 for ( i = v11 & 1; i; --i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4320 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4321 *(short *)v15 = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4322 v15 += 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4323 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4324 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4325 v13 += v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4326 --v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4327 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4328 while ( v20 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4329 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4330 result = v21 + 2662 * uChestID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4331 pChests[0].pInventoryIndices[result] = v18 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4332 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4333 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4334 // 506128: using guessed type int areWeLoadingTexture;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4335
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4336 //----- (00420284) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4337 char *Chest::_420284(unsigned int uChestID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4338 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4339 int v1; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4340 unsigned int v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4341 unsigned int v3; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4342 int uChestArea; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4343 int v5; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4344 int v6; // ebx@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4345 char *result; // eax@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4346 char Dst[144]; // [sp+Ch] [bp-A0h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4347 int v9; // [sp+9Ch] [bp-10h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4348 unsigned int v10; // [sp+A0h] [bp-Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4349 unsigned int v11; // [sp+A4h] [bp-8h]@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4350 unsigned int *v12; // [sp+A8h] [bp-4h]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4351
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4352 v1 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4353 v2 = uChestID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4354 v10 = uChestID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4355 pRenderer->ClearZBuffer(0, 479);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4356 v3 = v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4357 uChestArea = pChestWidthsByType[pChests[v3].uChestBitmapID] * pChestHeightsByType[pChests[v3].uChestBitmapID];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4358 memset(Dst, 0, 0x90u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4359 if ( uChestArea > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4360 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4361 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4362 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4363 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4364 v5 = (unsigned __int8)rand();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4365 while ( v5 >= uChestArea );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4366 while ( Dst[v5] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4367 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4368 ++v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4369 if ( v5 == uChestArea )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4370 v5 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4371 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4372 Dst[v5] = v1++;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4373 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4374 while ( v1 < uChestArea );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4375 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4376 v11 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4377 if ( uChestArea > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4378 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4379 v12 = &pChests[v3].mm7__vector_pItems[0].uAttributtes;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4380 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4381 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4382 v9 = *(v12 - 5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4383 if ( v9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4384 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4385 v6 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4386 while ( !Chest::CanPlaceItemAt((unsigned __int8)Dst[v6], v9, v10) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4387 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4388 ++v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4389 if ( v6 >= uChestArea )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4390 goto LABEL_17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4391 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4392 Chest::PlaceItemAt((unsigned __int8)Dst[v6], v11, v10);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4393 if ( pChests[v3].uFlags & 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4394 *v12 |= 1u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4395 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4396 LABEL_17:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4397 ++v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4398 v12 += 9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4399 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4400 while ( (signed int)v11 < uChestArea );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4401 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4402 result = (char *)&pChests[v3].uFlags;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4403 pChests[v3].uFlags = pChests[v3].uFlags & 0xFFFB | 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4404 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4405 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4406 // 420284: using guessed type char Dst[144];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4407
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4408 //----- (0042038D) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4409 void __cdecl sub_42038D()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4410 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4411 POINT *v0; // esi@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4412 int v1; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4413 const char *v2; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4414 POINT v3; // [sp+0h] [bp-10h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4415 POINT a2; // [sp+8h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4416
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4417 if ( pMouse->GetCursorPos(&a2)->y < 350 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4418 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4419 v0 = pMouse->GetCursorPos(&a2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4420 v1 = pRenderer->pActiveZBuffer[v0->x + pSRZBufferLineOffsets[pMouse->GetCursorPos(&v3)->y]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4421 if ( v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4422 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4423 auto _w = (ItemGen *)(&pOtherOverlayList->pOverlays[49].field_4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4424 + 2662 * (unsigned int)ptr_507BB8->ptr_1C
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4425 + 18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4426 * *((short *)&pChests[0].mm7__vector_pItems[139].uExpireTime
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4427 + v1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4428 + 2662 * (unsigned int)ptr_507BB8->ptr_1C
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4429 + 3));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4430 v2 = _w->GetDisplayName();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4431 sub_41C0B8_set_status_string(v2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4432 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4433 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4434 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4435
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4436 //----- (0042041E) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4437 bool Chest::Open(unsigned int uChestID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4438 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4439 char *v1; // edi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4440 unsigned int v2; // eax@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4441 GUIWindow *v3; // eax@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4442 int v5; // edx@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4443 int v6; // eax@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4444 ODMFace *v7; // eax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4445 int v8; // edx@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4446 int v9; // edi@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4447 signed int v10; // ebx@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4448 int v11; // ecx@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4449 int v12; // eax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4450 BLVFace *v13; // eax@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4451 int v14; // ebx@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4452 int v15; // edi@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4453 int v16; // ecx@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4454 __int64 v17; // qax@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4455 double v18; // st7@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4456 double v19; // st6@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4457 double v20; // st7@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4458 int v21; // ecx@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4459 char v22[12]; // ST4C_12@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4460 unsigned int *v23; // edi@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4461 unsigned __int16 v24; // di@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4462 signed int v25; // ecx@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4463 char *v26; // edx@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4464 unsigned __int16 v27; // ax@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4465 //LayingItem a1; // [sp+14h] [bp-B0h]@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4466 int v29; // [sp+84h] [bp-40h]@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4467 int v30; // [sp+88h] [bp-3Ch]@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4468 int v31; // [sp+8Ch] [bp-38h]@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4469 int v32; // [sp+90h] [bp-34h]@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4470 float v33; // [sp+94h] [bp-30h]@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4471 char *v34; // [sp+98h] [bp-2Ch]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4472 int v35; // [sp+9Ch] [bp-28h]@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4473 Vec3_int_ pOut; // [sp+A0h] [bp-24h]@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4474 int a4; // [sp+ACh] [bp-18h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4475 int v38; // [sp+B0h] [bp-14h]@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4476 int sRotX; // [sp+B4h] [bp-10h]@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4477 float v40; // [sp+B8h] [bp-Ch]@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4478 float v41; // [sp+BCh] [bp-8h]@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4479 int sRotY; // [sp+C0h] [bp-4h]@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4480
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4481 a4 = uChestID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4482 if ( (uChestID & 0x80000000u) != 0 || (signed int)uChestID >= 20 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4483 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4484 ++pIcons_LOD->uTexturePacksCount;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4485 if ( !pIcons_LOD->uNumPrevLoadedFiles )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4486 pIcons_LOD->uNumPrevLoadedFiles = pIcons_LOD->uNumLoadedFiles;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4487 v1 = (char *)&pChests[uChestID].uFlags;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4488 v34 = v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4489 if ( !(*v1 & CHEST_ITEMS_PLACED) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4490 Chest::_420284(uChestID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4491 if ( !uActiveCharacter )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4492 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4493 *(float *)&sRotY = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4494 v2 = pMapStats->GetMapInfo(pCurrentMapName);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4495 if ( !(*v1 & 1) || !v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4496 goto LABEL_12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4497 if ( pPlayers[uActiveCharacter]->GetDisarmTrap() < 2 * pMapStats->pInfos[v2].field_2D )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4498 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4499 v29 = 811;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4500 v30 = 812;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4501 v31 = 813;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4502 v32 = 814;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4503 v5 = rand() % 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4504 v6 = dword_5B5920 >> 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4505 v35 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4506 if ( (dword_5B5920 & 7) == 5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4507 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4508 v16 = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4509 v14 = pLevelDecorations[v6].vPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4510 v38 = pLevelDecorations[v6].vPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4511 v17 = pDecorationList->pDecorations[pLevelDecorations[v6].uDecorationDescID].uDecorationHeight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4512 v15 = pLevelDecorations[v16].vPosition.z + (((signed int)v17 - HIDWORD(v17)) >> 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4513 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4514 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4515 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4516 if ( (dword_5B5920 & 7) != 6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4517 goto LABEL_12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4518 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4519 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4520 v7 = &pOutdoor->pBModels[dword_5B5920 >> 9].pFaces[(dword_5B5920 >> 3) & 0x3F];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4521 v8 = v7->pBoundingBox.y1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4522 v9 = v7->pBoundingBox.z2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4523 v10 = v7->pBoundingBox.x1 + v7->pBoundingBox.x2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4524 v11 = v7->pBoundingBox.y2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4525 v12 = v7->pBoundingBox.z1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4526 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4527 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4528 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4529 v13 = &pIndoor->pFaces[v6];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4530 v8 = v13->pBounding.y1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4531 v9 = v13->pBounding.z2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4532 v10 = v13->pBounding.x1 + v13->pBounding.x2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4533 v11 = v13->pBounding.y2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4534 v12 = v13->pBounding.z1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4535 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4536 v14 = v10 >> 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4537 v38 = (v8 + v11) >> 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4538 v15 = (v12 + v9) >> 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4539 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4540 v18 = (double)pParty->vPosition.x - (double)v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4541 *(float *)&a4 = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4542 v19 = (double)pParty->vPosition.z - (double)v38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4543 v33 = v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4544 v41 = (double)pParty->sEyelevel + (double)pParty->vPosition.y - (double)v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4545 *(float *)&sRotY = v19 * v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4546 *(float *)&sRotX = v18 * v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4547 v20 = sqrt(v41 * v41 + *(float *)&sRotX + *(float *)&sRotY);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4548 v40 = v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4549 if ( v20 <= 1.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4550 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4551 *(float *)&sRotX = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4552 *(float *)&sRotY = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4553 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4554 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4555 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4556 sRotY = (signed __int64)sqrt(*(float *)&sRotX + *(float *)&sRotY);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4557 sRotX = stru_5C6E00->Atan2((signed __int64)*(float *)&a4, (signed __int64)v33);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4558 sRotY = stru_5C6E00->Atan2(sRotY, (signed __int64)v41);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4559 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4560 v21 = 256;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4561 if ( v40 < 256.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4562 v21 = (signed __int64)v40 / 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4563 *(int *)&v22[8] = v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4564 *(_QWORD *)v22 = __PAIR__(v38, v14);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4565 Vec3_int_::Rotate(v21, sRotX, sRotY, *(Vec3_int_ *)v22, &pOut.x, &pOut.z, &pOut.y);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4566 v23 = (unsigned int *)(&v29 + v35);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4567 sub_42F7EB_DropItemAt(*v23, pOut.x, pOut.z, pOut.y, 0, 1, 0, 0x30u, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4568
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4569 LayingItem a1; // [sp+14h] [bp-B0h]@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4570 //LayingItem::LayingItem(&a1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4571
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4572 a1.stru_24.Reset();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4573 v24 = *(short *)v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4574 v25 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4575 a1.field_50 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4576 a1.field_4C = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4577 a1.field_48 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4578 a1.field_54 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4579 a1.uItemType = v24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4580 if ( (signed int)pObjectList->uNumObjects <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4581 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4582 LABEL_32:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4583 v27 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4584 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4585 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4586 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4587 v26 = (char *)&pObjectList->pObjects->uObjectID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4588 while ( v24 != *(short *)v26 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4589 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4590 ++v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4591 v26 += 56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4592 if ( v25 >= (signed int)pObjectList->uNumObjects )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4593 goto LABEL_32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4594 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4595 v27 = v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4596 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4597 a1.uObjectDescID = v27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4598 a1.vPosition.y = pOut.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4599 a1.vPosition.x = pOut.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4600 a1.vPosition.z = pOut.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4601 a1.uSoundID = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4602 a1.uAttributes = 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4603 a1.uSectorID = pIndoor->GetSector(pOut.x, pOut.z, pOut.y);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4604 a1.uSpriteFrameID = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4605 a1.field_58 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4606 a1.field_5C = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4607 a1.uFacing = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4608 a1.Create(0, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4609 pAudioPlayer->PlaySound(SOUND_8, 0, 0, -1, 0, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4610 a1._438E35();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4611 *v34 &= 0xFEu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4612 if ( uActiveCharacter && !qword_A750D8 && !dword_507CD8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4613 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4614 qword_A750D8 = 256i64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4615 word_A750E0 = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4616 word_A750E2 = uActiveCharacter;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4617 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4618 pIcons_LOD->_4114F2();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4619 dword_507CD8 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4620 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4621 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4622 *v1 &= 0xFEu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4623 sRotY = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4624 LABEL_12:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4625 pAudioPlayer->StopChannels(-1, -1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4626 pAudioPlayer->PlaySound((SoundID)208, 0, 0, -1, 0, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4627 if ( *(float *)&sRotY != 0.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4628 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4629 if ( !dword_507CD8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4630 pPlayers[uActiveCharacter]->PlaySound(4, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4631 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4632 dword_507CD8 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4633 v3 = GUIWindow::Create(0, 0, 640u, 480u, WINDOW_Chest, a4, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4634 pGUIWindow_CurrentMenu = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4635 ptr_507BB8 = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4636 ptr_5076F4 = v3->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4637 0x1D7u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4638 0x1BDu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4639 0xA9u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4640 0x23u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4641 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4642 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4643 0x71u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4644 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4645 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4646 pGlobalTXT_LocalizationStrings[79],// Exit
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4647 (Texture *)(uTextureID_506438 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_506438] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4648 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4649 ptr_507BB8->CreateButton(7u, 8u, 460u, 343u, 1, 0, 0xCu, 0, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4650 uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions = 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4651 pEventTimer->Pause();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4652 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4653 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4654
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4655 //----- (0042092D) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4656 void Chest::DrawChestUI(unsigned int uChestID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4657 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4658 Render *v1; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4659 unsigned int v2; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4660 unsigned int v3; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4661 int v4; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4662 unsigned int v5; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4663 int v6; // ecx@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4664 unsigned int v7; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4665 Texture *v8; // esi@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4666 signed int v9; // ecx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4667 signed int v10; // edx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4668 signed int v11; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4669 int v12; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4670 int v13; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4671 unsigned int v14; // ST34_4@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4672 int v15; // edi@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4673 int *v16; // [sp+Ch] [bp-28h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4674 int v17; // [sp+10h] [bp-24h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4675 int v18; // [sp+14h] [bp-20h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4676 signed int v19; // [sp+18h] [bp-1Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4677 int v20; // [sp+1Ch] [bp-18h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4678 signed int v21; // [sp+20h] [bp-14h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4679 char *v22; // [sp+2Ch] [bp-8h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4680 signed int v23; // [sp+30h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4681
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4682 v1 = pRenderer;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4683 v2 = uChestID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4684 v16 = pRenderer->pActiveZBuffer;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4685 pRenderer->ClearZBuffer(0, 479);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4686 v3 = v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4687 v4 = pChests[v3].uChestBitmapID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4688 v20 = pChestSmthn1ByType[v4];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4689 v18 = pChestSmthn2ByType[v4];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4690 v21 = pChestWidthsByType[v4];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4691 v19 = pChestHeightsByType[v4];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4692 sprintfex(pTmpBuf, "chest%02d", pChestList->pChests[pChests[v3].uChestBitmapID].uTextureID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4693 v5 = pIcons_LOD->LoadTexture(pTmpBuf, TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4694 pRenderer->DrawTextureIndexed(8u, 8u, (Texture *)(v5 != -1 ? (int)&pIcons_LOD->pTextures[v5] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4695 v23 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4696 if ( v21 * v19 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4697 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4698 v22 = (char *)pChests[v3].pInventoryIndices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4699 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4700 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4701 v6 = *(short *)v22;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4702 if ( v6 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4703 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4704 v17 = v18 + 32 * v23 / v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4705 v7 = pIcons_LOD->LoadTexture(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4706 pItemsTable->pItems[*(int *)((char *)&pOtherOverlayList->pOverlays[49].field_4 + 36 * v6 + v3 * 5324)].pIconName,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4707 TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4708 v8 = (Texture *)(v7 != -1 ? &pIcons_LOD->pTextures[v7] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4709 v9 = (v7 != -1 ? pIcons_LOD->pTextures[v7].uTextureWidth : 24);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4710 v10 = (v7 != -1 ? pIcons_LOD->pTextures[v7].uTextureHeight : 26);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4711 v11 = (v7 != -1 ? pIcons_LOD->pTextures[v7].uTextureWidth : 24);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4712 if ( v9 < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4713 v11 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4714 v12 = v11 - 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4715 LOBYTE(v12) = v12 & 0xE0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4716 v13 = v12 + 32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4717 if ( (signed int)v8->uTextureHeight < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4718 v10 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4719 v14 = v20 + 32 * v23 % v21 + ((v13 - v9) >> 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4720 v15 = v17 + ((((v10 - 14) & 0xFFFFFFE0) - v8->uTextureHeight + 32) >> 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4721 pRenderer->DrawTextureTransparent(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4722 v14,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4723 v17 + ((((v10 - 14) & 0xFFFFFFE0) - v8->uTextureHeight + 32) >> 1),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4724 v8);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4725 sub_40F92A(&v16[v14 + pSRZBufferLineOffsets[v15]], v8, v23 + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4726 v1 = pRenderer;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4727 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4728 ++v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4729 v22 += 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4730 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4731 while ( v23 < v21 * v19 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4732 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4733 pRenderer->DrawTextureIndexed(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4734 ptr_5076F4->uX,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4735 ptr_5076F4->uY,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4736 (Texture *)(uTextureID_506438 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_506438] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4737 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4738
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4739 //----- (00420B13) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4740 void __fastcall sub_420B13(int a1, int a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4741 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4742 void *v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4743 ItemGen *v3; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4744 unsigned int v4; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4745 Texture *v5; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4746 signed int v6; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4747 signed int v7; // edi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4748 signed int v8; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4749 int v9; // edi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4750 int v10; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4751 int v11; // esi@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4752 unsigned int v12; // ecx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4753 void *v13; // edi@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4754 unsigned __int8 v14; // cf@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4755 int v15; // edi@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4756 int i; // ecx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4757 int v17; // [sp+Ch] [bp-14h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4758 int v18; // [sp+10h] [bp-10h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4759 int v19; // [sp+14h] [bp-Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4760 void *v20; // [sp+18h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4761 int v21; // [sp+1Ch] [bp-4h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4762 int v22; // [sp+1Ch] [bp-4h]@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4763
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4764 v19 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4765 v2 = ptr_507BB8->ptr_1C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4766 v20 = v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4767 v2 = (void *)(5324 * (int)v2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4768 v3 = (ItemGen *)((char *)v2 + 36 * a1 + (int)((char *)pChests + 4));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4769 v17 = pChestWidthsByType[*(short *)((char *)v2 + (int)pChests)];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4770 v4 = pIcons_LOD->LoadTexture(pItemsTable->pItems[v3->uItemID].pIconName, TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4771 v5 = (Texture *)(v4 != -1 ? (int)&pIcons_LOD->pTextures[v4] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4772 v6 = (v4 != -1 ? pIcons_LOD->pTextures[v4].uTextureWidth : 24);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4773 if ( v6 < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4774 v6 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4775 v7 = v6 - 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4776 v8 = v5->uTextureHeight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4777 v9 = (v7 >> 5) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4778 v18 = v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4779 if ( v8 < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4780 v8 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4781 v10 = ((v8 - 14) >> 5) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4782 v21 = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4783 if ( !areWeLoadingTexture )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4784 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4785 v5->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4786 pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4787 v10 = v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4788 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4789 if ( v10 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4790 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4791 v11 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4792 v22 = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4793 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4794 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4795 if ( v9 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4796 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4797 v12 = v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4798 v13 = &pChests[0].pInventoryIndices[v19 + v11 + 2662 * (int)v20];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4799 v14 = v12 & 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4800 v12 >>= 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4801 memset(v13, 0, 4 * v12);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4802 v15 = (int)((char *)v13 + 4 * v12);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4803 for ( i = v14; i; --i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4804 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4805 *(short *)v15 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4806 v15 += 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4807 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4808 v9 = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4809 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4810 v11 += v17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4811 --v22;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4812 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4813 while ( v22 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4814 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4815 v3->Reset();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4816 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4817 // 506128: using guessed type int areWeLoadingTexture;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4818
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4819 //----- (00420C05) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4820 void __fastcall party_finds_gold(unsigned int uNumGold, int _1_dont_share_with_followers___2_the_same_but_without_a_message__else_normal)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4821 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4822 unsigned int v2; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4823 int v3; // ebp@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4824 unsigned int v4; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4825 int v5; // ecx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4826 NPCData *v6; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4827 signed int v7; // edx@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4828 signed int v8; // ebx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4829 char *v9; // edi@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4830 signed int v10; // ecx@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4831 int v11; // eax@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4832 NPCData *v12; // ecx@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4833 unsigned int v13; // ecx@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4834 signed int v14; // [sp+Ch] [bp-4h]@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4835
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4836 v2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4837 v3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4838 v4 = uNumGold;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4839 if ( _1_dont_share_with_followers___2_the_same_but_without_a_message__else_normal )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4840 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4841 if ( _1_dont_share_with_followers___2_the_same_but_without_a_message__else_normal == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4842 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4843 sprintfex(pTmpBuf2, pGlobalTXT_LocalizationStrings[467], uNumGold);// You found %lu gold!
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4844 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4845 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4846 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4847 if ( _1_dont_share_with_followers___2_the_same_but_without_a_message__else_normal == 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4848 pTmpBuf2[0] = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4849 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4850 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4851 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4852 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4853 v14 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4854 v5 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4855 v6 = pParty->pHirelings;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4856 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4857 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4858 if ( v6->pName )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4859 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4860 v7 = v14++;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4861 pTmpBuf[v7] = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4862 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4863 ++v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4864 ++v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4865 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4866 while ( (signed int)v6 < (signed int)&pParty->pPickedItem );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4867 v8 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4868 if ( (signed int)pNPCStats->uNumNewNPCs > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4869 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4870 v9 = (char *)pNPCStats->pNewNPCData;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4871 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4872 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4873 if ( v9[8] & 0x80
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4874 && (!pParty->pHirelings[0].pName || strcmp(*(const char **)v9, pParty->pHirelings[0].pName))
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4875 && (!pParty->pHirelings[1].pName || strcmp(*(const char **)v9, pParty->pHirelings[1].pName)) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4876 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4877 v10 = v14++;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4878 pTmpBuf[v10] = v8 + 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4879 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4880 ++v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4881 v9 += 76;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4882 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4883 while ( v8 < (signed int)pNPCStats->uNumNewNPCs );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4884 v2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4885 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4886 if ( v14 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4887 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4888 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4889 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4890 v11 = (unsigned __int8)pTmpBuf[v2];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4891 v12 = &pNPCStats->pNPCData[v11 + 499];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4892 if ( (unsigned __int8)pTmpBuf[v2] < 2u )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4893 v12 = &pParty->pHirelings[v11];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4894 v13 = v12->uProfession;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4895 if ( v13 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4896 v3 += *(&pNPCStats->field_13A58 + 5 * v13);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4897 ++v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4898 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4899 while ( (signed int)v2 < v14 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4900 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4901 if ( CheckHiredNPCSpeciality(0x1Fu) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4902 v4 += (signed int)(10 * v4) / 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4903 if ( CheckHiredNPCSpeciality(0x20u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4904 v4 += (signed int)(20 * v4) / 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4905 if ( CheckHiredNPCSpeciality(0x2Du) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4906 v4 += (signed int)(10 * v4) / 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4907 if ( v3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4908 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4909 v3 = (signed int)(v4 * v3 / 100) / 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4910 if ( v3 < 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4911 v3 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4912 sprintfex(pTmpBuf2, pGlobalTXT_LocalizationStrings[466], v4, v3);// You found %lu gold (followers take %lu)!
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4913 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4914 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4915 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4916 sprintfex(pTmpBuf2, pGlobalTXT_LocalizationStrings[467], v4);// You found %lu gold!
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4917 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4918 v2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4919 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4920 pParty->uNumGold += v4 - v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4921 pUIAnim_Gold->uAnimTime = v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4922 pUIAnim_Gold->uAnimLength = 8 * pIconsFrameTable->pIcons[(signed __int16)pUIAnim_Gold->uIconID].uAnimLength;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4923 if ( pTmpBuf2[0] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4924 ShowStatusBarString(pTmpBuf2, 2u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4925 pAudioPlayer->PlaySound(SOUND_GoldReceived, v2, v2, -1, v2, v2, v2, v2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4926 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4927
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4928 //----- (00420E01) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4929 void __cdecl sub_420E01()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4930 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4931 void *v0; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4932 POINT *v1; // esi@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4933 int v2; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4934 int v3; // ebx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4935 int v4; // esi@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4936 int v5; // ecx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4937 //LayingItem v6; // [sp+Ch] [bp-80h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4938 char v7; // [sp+7Ch] [bp-10h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4939 POINT a2; // [sp+84h] [bp-8h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4940
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4941 LayingItem v6; // [sp+Ch] [bp-80h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4942 //LayingItem::LayingItem(&v6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4943
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4944 v0 = pGUIWindow_CurrentMenu->ptr_1C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4945 if ( pParty->pPickedItem.uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4946 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4947 if ( Chest::_41FFA2(-1, &pParty->pPickedItem, (unsigned int)pGUIWindow_CurrentMenu->ptr_1C) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4948 pMouse->RemoveHoldingItem();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4949 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4950 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4951 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4952 v1 = pMouse->GetCursorPos(&a2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4953 v2 = pRenderer->pActiveZBuffer[v1->x + pSRZBufferLineOffsets[pMouse->GetCursorPos((POINT *)&v7)->y]] & 0xFFFF;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4954 if ( v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4955 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4956 if ( v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4957 v3 = v2 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4958 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4959 v3 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4960 v4 = pChests[0].pInventoryIndices[v3 + 2662 * (int)v0] - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4961 v5 = 5324 * (int)v0 + 36 * v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4962 if ( pItemsTable->pItems[*(unsigned int *)((char *)&pChests[0].mm7__vector_pItems[0].uItemID + v5)].uEquipType == 18 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4963 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4964 party_finds_gold(*(int *)((char *)&pChests[0].mm7__vector_pItems[0].uAdditionalValue + v5), 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4965 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4966 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4967 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4968 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4969 pParty->SetHoldingItem((ItemGen *)((char *)pChests[0].mm7__vector_pItems + v5));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4970 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4971 sub_420B13(v4, v3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4972 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4973 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4974 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4975
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4976 //----- (00420EFF) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4977 void __cdecl GameUI_WritePointedObjectStatusString()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4978 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4979 unsigned int zero; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4980 int v1; // ebx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4981 GUIWindow *v2; // edi@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4982 GUIButton *i; // ecx@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4983 Player *v4; // eax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4984 char v5; // cl@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4985 unsigned int v6; // eax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4986 int v7; // ecx@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4987 __int16 v8; // fps@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4988 unsigned __int8 v9; // c0@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4989 unsigned __int8 v10; // c3@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4990 enum UIMessageType v11; // esi@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4991 int v12; // edx@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4992 char *v13; // ecx@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4993 int v14; // eax@41
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4994 ItemGen *v15; // ecx@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4995 int v16; // ecx@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4996 const char *v17; // eax@49
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4997 signed int v18; // eax@55
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4998 signed int v19; // ecx@63
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4999 BLVFace *pFace; // eax@69
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5000 __int16 v21; // ax@70
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5001 const char *v22; // eax@72
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5002 LevelDecoration *v23; // ecx@75
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5003 LevelDecoration *v24; // esi@75
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5004 __int16 v25; // ax@75
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5005 const char *v26; // ecx@79
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5006 Actor *pActor; // ecx@82
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5007 char *v28; // esi@82
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5008 int v29; // eax@82
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5009 signed int v30; // ecx@88
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5010 const char *v31; // eax@91
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5011 __int16 v32; // fps@109
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5012 unsigned __int8 v33; // c0@109
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5013 unsigned __int8 v34; // c3@109
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5014 enum UIMessageType v35; // esi@110
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5015 int v36; // edx@111
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5016 enum UIMessageType v37; // edx@117
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5017 int v38; // ecx@118
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5018 const char *v39; // [sp-8h] [bp-E8h]@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5019 char *v40; // [sp-8h] [bp-E8h]@83
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5020 int v41; // [sp-4h] [bp-E4h]@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5021 char Str1[200]; // [sp+Ch] [bp-D4h]@129
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5022 unsigned int pX; // [sp+D4h] [bp-Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5023 unsigned int pY; // [sp+D8h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5024 unsigned int v45; // [sp+DCh] [bp-4h]@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5025
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5026 zero = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5027 pMouse->uPointingObjectID = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5028 pMouse->GetClickPos(&pX, &pY);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5029 if ( (pX & 0x80000000u) != 0 || (signed int)pX > 639 || (pY & 0x80000000u) != 0 || (signed int)pY > 479 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5030 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5031 if ( !uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5032 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5033 if ( (signed int)pX > 467 || (signed int)pY > 351 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5034 goto _click_on_game_ui;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5035 if ( pRenderer->pRenderD3D )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5036 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5037 v18 = pGame->pVisInstance->get_picked_object_zbuf_val();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5038 if ( (signed int)pX < (signed int)pViewport->uScreenX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5039 || (signed int)pX > (signed int)pViewport->uScreenZ
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5040 || (signed int)pY < (signed int)pViewport->uScreenY
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5041 || (signed int)pY > (signed int)pViewport->uScreenW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5042 v18 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5043 if ( v18 == -1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5044 goto LABEL_61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5045 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5046 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5047 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5048 v18 = pRenderer->pActiveZBuffer[pX + pSRZBufferLineOffsets[pY]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5049 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5050 pMouse->uPointingObjectID = (unsigned __int16)v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5051 v19 = (signed int)(unsigned __int16)v18 >> 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5052 if ( (v18 & 7) == OBJECT_Item )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5053 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5054 v30 = v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5055 if ( pObjectList->pObjects[pLayingItems[v30].uObjectDescID].uFlags & 0x10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5056 goto LABEL_73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5057 if ( v18 >= (signed int)0x2000000u || pParty->pPickedItem.uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5058 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5059 v22 = pLayingItems[v30].stru_24.GetDisplayName();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5060 LABEL_93:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5061 v26 = v22;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5062 goto LABEL_87;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5063 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5064 v31 = pLayingItems[v30].stru_24.GetDisplayName();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5065 v28 = pTmpBuf;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5066 sprintfex(pTmpBuf, pGlobalTXT_LocalizationStrings[470], v31);// "Get %s"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5067 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5068 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5069 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5070 if ( (v18 & 7) != OBJECT_Actor )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5071 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5072 if ( (v18 & 7) == OBJECT_Decoration )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5073 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5074 v23 = &pLevelDecorations[v19];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5075 v24 = v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5076 v25 = v23->field_16_event_id;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5077 if ( !v25 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5078 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5079 if ( v23->IsInteractive() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5080 v26 = (const char *)dword_722240[2 * stru_5E4C90.field_0[v24->field_1C]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5081 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5082 v26 = pDecorationList->pDecorations[v24->uDecorationDescID].field_20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5083 goto LABEL_87;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5084 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5085 v22 = _444732_GetEventHintString(v25);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5086 if ( !v22 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5087 goto _return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5088 goto LABEL_93;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5089 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5090 if ( (v18 & 7) == 6 ) // bmodel
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5091 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5092 if ( v18 < (signed int)0x2000000u )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5093 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5094 if ( uCurrentlyLoadedLevelType != LEVEL_Indoor)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5095 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5096 v21 = pOutdoor->pBModels[(signed int)(unsigned __int16)v18 >> 9].pFaces[v19 & 0x3F].sCogTriggeredID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5097 goto LABEL_71;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5098 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5099 pFace = &pIndoor->pFaces[v19];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5100 if ( BYTE3(pFace->uAttributes) & 6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5101 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5102 v21 = pIndoor->pFaceExtras[pFace->uFaceExtraID].uEventID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5103 LABEL_71:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5104 if ( !v21 || (v22 = _444732_GetEventHintString(v21)) == 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5105 goto LABEL_73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5106 goto LABEL_93;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5107 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5108 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5109 LABEL_73:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5110 pMouse->uPointingObjectID = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5111 goto LABEL_50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5112 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5113 LABEL_61:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5114 pMouse->uPointingObjectID = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5115 goto _return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5116 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5117 if ( v18 >= 335544320 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5118 goto LABEL_61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5119 pActor = &pActors[v19];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5120 v28 = pTmpBuf;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5121 v29 = pActor->dword_000334_unique_name;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5122 if ( v29 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5123 v40 = (char *)*(&pMonsterStats->pPlacement.uNumStrings + v29);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5124 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5125 v40 = pMonsterStats->pInfos[pActor->pMonsterInfo.uID].pName;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5126 strncpy(pTmpBuf, v40, 0x7D0u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5127 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5128 v26 = v28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5129 LABEL_87:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5130 sub_41C0B8_set_status_string(v26);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5131 goto _return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5132 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5133 v1 = uNumVisibleWindows;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5134 if ( uNumVisibleWindows <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5135 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5136 LABEL_38:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5137 if ( uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions == 10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5138 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5139 sub_42038D();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5140 goto _return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5141 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5142 if ( uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions == 13 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5143 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5144 if ( dword_F8B19C != 2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5145 || (v16 = pRenderer->pActiveZBuffer[pX + pSRZBufferLineOffsets[pY]], v16 == zero)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5146 || v16 == -65536 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5147 goto _return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5148 v15 = (ItemGen *)((char *)&pParty->pPickedItem + 36 * (v16 + 12 * (unsigned int)ptr_507BC0->ptr_1C) + 4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5149 LABEL_49:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5150 v17 = v15->GetDisplayName();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5151 sub_41C0B8_set_status_string(v17);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5152 LABEL_50:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5153 uLastPointedObjectID = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5154 _return:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5155 if ( pMouse->uPointingObjectID == zero )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5156 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5157 if ( uLastPointedObjectID != zero )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5158 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5159 pStatusBarString[0] = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5160 bForceDrawStatusBar = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5161 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5162 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5163 uLastPointedObjectID = pMouse->uPointingObjectID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5164 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5165 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5166 if ( (signed int)pY < 350 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5167 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5168 v14 = pRenderer->pActiveZBuffer[pX + pSRZBufferLineOffsets[pY]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5169 if ( v14 == zero || v14 == -65536 || (unsigned int)v14 >= 0x1388 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5170 goto _return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5171 v15 = (ItemGen *)&pPlayers[uActiveCharacter]->pDarkSpellbook.bIsSpellAvailable[36 * v14 + 5];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5172 goto LABEL_49;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5173 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5174 _click_on_game_ui:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5175 if ( (signed int)pX >= (signed int)pWindowList[0].uFrameX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5176 && (signed int)pX <= (signed int)pWindowList[0].uFrameZ
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5177 && (signed int)pY >= (signed int)pWindowList[0].uFrameY
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5178 && (signed int)pY <= (signed int)pWindowList[0].uFrameW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5179 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5180 for ( i = pWindowList[0].pControlsHead; i != (GUIButton *)zero; i = i->pNext )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5181 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5182 if ( i->uButtonType == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5183 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5184 if ( (signed int)pX >= (signed int)i->uX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5185 && (signed int)pX <= (signed int)i->uZ
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5186 && (signed int)pY >= (signed int)i->uY
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5187 && (signed int)pY <= (signed int)i->uW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5188 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5189 v37 = (UIMessageType)i->field_1C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5190 if ( v37 == zero )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5191 goto LABEL_28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5192 v38 = i->uControlParam;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5193 if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5194 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5195 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = v37;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5196 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5197 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = zero;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5198 ++pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5199 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5200 goto LABEL_131;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5201 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5202 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5203 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5204 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5205 if ( i->uButtonType == 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5206 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5207 v45 = pX - i->uX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5208 v45 = pY - i->uY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5209 if ( (double)(signed int)i->uWidth != 0.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5210 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5211 if ( (double)(signed int)i->uHeight != 0.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5212 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5213 //UNDEF(v32);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5214 if ( v33 | v34 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5215 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5216 v35 = (UIMessageType)i->field_1C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5217 if ( v35 != zero )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5218 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5219 v36 = i->uControlParam;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5220 if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5221 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5222 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = v35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5223 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v36;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5224 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = zero;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5225 goto LABEL_27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5226 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5227 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5228 goto LABEL_28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5229 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5230 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5231 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5232 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5233 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5234 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5235 if ( i->uButtonType == 3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5236 && (signed int)pX >= (signed int)i->uX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5237 && (signed int)pX <= (signed int)i->uZ
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5238 && (signed int)pY >= (signed int)i->uY
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5239 && (signed int)pY <= (signed int)i->uW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5240 goto LABEL_19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5241 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5242 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5243 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5244 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5245 pMouse->uPointingObjectID = sub_46A99B();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5246 goto _return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5247 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5248 while ( 1 ) // some other fullscreen ui
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5249 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5250 v2 = &pWindowList[pVisibleWindowsIdxs[v1] - 1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5251 if ( (signed int)pX >= (signed int)v2->uFrameX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5252 && (signed int)pX <= (signed int)v2->uFrameZ
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5253 && (signed int)pY >= (signed int)v2->uFrameY
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5254 && (signed int)pY <= (signed int)v2->uFrameW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5255 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5256 for ( i = v2->pControlsHead; ; i = i->pNext )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5257 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5258 if ( !i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5259 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5260 if ( i->uButtonType == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5261 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5262 if ( (signed int)pX >= (signed int)i->uX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5263 && (signed int)pX <= (signed int)i->uZ
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5264 && (signed int)pY >= (signed int)i->uY
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5265 && (signed int)pY <= (signed int)i->uW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5266 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5267 LABEL_24:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5268 v11 = (UIMessageType)i->field_1C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5269 if ( v11 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5270 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5271 v12 = i->uControlParam;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5272 if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5273 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5274 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5275 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5276 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5277 LABEL_27:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5278 ++pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5279 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5280 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5281 LABEL_28:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5282 v13 = i->pButtonName;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5283 _set_status_and_ret:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5284 sub_41C0B8_set_status_string(v13);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5285 LABEL_131:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5286 uLastPointedObjectID = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5287 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5288 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5289 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5290 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5291 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5292 if ( i->uButtonType == 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5293 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5294 v45 = pX - i->uX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5295 v45 = pY - i->uY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5296 if ( (double)(signed int)i->uWidth != 0.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5297 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5298 if ( (double)(signed int)i->uHeight != 0.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5299 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5300 //UNDEF(v8);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5301 if ( v9 | v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5302 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5303 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5304 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5305 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5306 else // click on skill
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5307 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5308 if ( i->uButtonType == 3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5309 && (signed int)pX >= (signed int)i->uX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5310 && (signed int)pX <= (signed int)i->uZ
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5311 && (signed int)pY >= (signed int)i->uY
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5312 && (signed int)pY <= (signed int)i->uW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5313 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5314 LABEL_19:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5315 v4 = pPlayers[uActiveCharacter];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5316 v5 = LOBYTE(v4->pActiveSkills[i->uControlParam]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5317 v6 = v4->uSkillPoints;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5318 v7 = (v5 & 0x3F) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5319 if ( v6 < v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5320 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5321 v41 = v7 - v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5322 v39 = pGlobalTXT_LocalizationStrings[469];// "You need %d more Skill Points to advance here"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5323 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5324 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5325 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5326 v41 = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5327 v39 = pGlobalTXT_LocalizationStrings[468];// "Clicking here will spend %d Skill Points"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5328 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5329 sprintfex(Str1, v39, v41);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5330 v13 = Str1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5331 goto _set_status_and_ret;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5332 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5333 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5334 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5335 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5336 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5337 if ( v2->uFrameHeight == 480 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5338 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5339 --v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5340 if ( v1 <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5341 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5342 zero = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5343 goto LABEL_38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5344 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5345 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5346 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5347 // 4E28F8: using guessed type int uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5348 // 506578: using guessed type int uLastPointedObjectID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5349 // 5075E0: using guessed type int pVisibleWindowsIdxs[20];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5350 // 5C35BC: using guessed type int bForceDrawStatusBar;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5351 // F8B19C: using guessed type int dword_F8B19C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5352
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5353 //----- (00421626) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5354 GUIWindow *GameUI_InitializeCharacterWindow(unsigned int _this)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5355 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5356 unsigned int v1; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5357 GUIWindow *v2; // edi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5358
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5359 ++pIcons_LOD->uTexturePacksCount;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5360 v1 = _this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5361 if ( !pIcons_LOD->uNumPrevLoadedFiles )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5362 pIcons_LOD->uNumPrevLoadedFiles = pIcons_LOD->uNumLoadedFiles;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5363 pEventTimer->Pause();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5364 pAudioPlayer->StopChannels(-1, -1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5365 bRingsShownInCharScreen = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5366 CharacterUI_LoadPaperdollTextures();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5367 uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions = v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5368 v2 = GUIWindow::Create(0, 0, 0x280u, 0x1E0u, WINDOW_CharacterRecord, uActiveCharacter, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5369 pCharacterScreen_StatsBtn = v2->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5370 pViewport->uViewportX + 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5371 pViewport->uViewportY + 308,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5372 (papredoll_dbrds[9] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[9]].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5373 (papredoll_dbrds[9] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[9]].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5374 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5375 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5376 0x73u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5377 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5378 0x53u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5379 pGlobalTXT_LocalizationStrings[216],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5380 (Texture *)(papredoll_dbrds[10] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[10]] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5381 papredoll_dbrds[9] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[9]] : 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5382 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5383 pCharacterScreen_SkillsBtn = v2->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5384 pViewport->uViewportX + 102,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5385 pViewport->uViewportY + 308,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5386 (papredoll_dbrds[7] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[7]].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5387 (papredoll_dbrds[7] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[7]].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5388 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5389 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5390 0x72u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5391 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5392 0x4Bu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5393 pGlobalTXT_LocalizationStrings[205],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5394 (Texture *)(papredoll_dbrds[8] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[8]] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5395 papredoll_dbrds[7] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[7]] : 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5396 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5397 pCharacterScreen_InventoryBtn = v2->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5398 pViewport->uViewportX + 192,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5399 pViewport->uViewportY + 308,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5400 (papredoll_dbrds[5] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[5]].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5401 (papredoll_dbrds[5] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[5]].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5402 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5403 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5404 0x74u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5405 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5406 0x49u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5407 pGlobalTXT_LocalizationStrings[120],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5408 (Texture *)(papredoll_dbrds[6] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[6]] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5409 papredoll_dbrds[5] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[5]] : 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5410 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5411 pCharacterScreen_AwardsBtn = v2->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5412 pViewport->uViewportX + 282,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5413 pViewport->uViewportY + 308,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5414 (papredoll_dbrds[3] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[3]].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5415 (papredoll_dbrds[3] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[3]].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5416 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5417 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5418 0x75u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5419 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5420 0x41u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5421 pGlobalTXT_LocalizationStrings[22],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5422 (Texture *)(papredoll_dbrds[4] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[4]] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5423 papredoll_dbrds[3] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[3]] : 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5424 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5425 ptr_50767C = v2->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5426 pViewport->uViewportX + 371,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5427 pViewport->uViewportY + 308,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5428 (papredoll_dbrds[1] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[1]].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5429 (papredoll_dbrds[1] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[1]].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5430 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5431 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5432 0xA8u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5433 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5434 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5435 pGlobalTXT_LocalizationStrings[79],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5436 (Texture *)(papredoll_dbrds[2] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[2]] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5437 papredoll_dbrds[1] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[1]] : 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5438 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5439 v2->CreateButton(0, 0, 0x1DCu, 0x159u, 1, 122, 0x78u, 0, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5440 ptr_507694 = v2->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5441 0x258u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5442 0x12Cu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5443 0x1Eu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5444 0x1Eu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5445 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5446 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5447 0x55u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5448 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5449 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5450 pGlobalTXT_LocalizationStrings[64],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5451 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5452 ptr_507690 = v2->CreateButton(0x1DCu, 0, 0xA4u, 0x159u, 1, 0, 0x85u, 0, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5453 v2->CreateButton(0x3Du, 0x1A8u, 0x1Fu, 0, 2, 94, 0x6Eu, 1u, 0x31u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5454 v2->CreateButton(0xB1u, 0x1A8u, 0x1Fu, 0, 2, 94, 0x6Eu, 2u, 0x32u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5455 v2->CreateButton(0x124u, 0x1A8u, 0x1Fu, 0, 2, 94, 0x6Eu, 3u, 0x33u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5456 v2->CreateButton(0x197u, 0x1A8u, 0x1Fu, 0, 2, 94, 0x6Eu, 4u, 0x34u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5457 v2->CreateButton(0, 0, 0, 0, 1, 0, 0xB0u, 0, 9u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5458 sub_419100();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5459 return v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5460 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5461
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5462
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5463
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5464 //----- (004219BE) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5465 GUIWindow *stru277::sub_4219BE()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5466 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5467 int v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5468 GUIWindow *v2; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5469
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5470 auto a4 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5471 v1 = (int)a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5472 pEventTimer->Pause();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5473 pAudioPlayer->StopChannels(-1, -1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5474 bRingsShownInCharScreen = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5475 CharacterUI_LoadPaperdollTextures();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5476 uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions = 23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5477 v2 = GUIWindow::Create(0, 0, 640u, 480u, WINDOW_HouseInterior|WINDOW_Options, v1, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5478 ptr_50767C = v2->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5479 394u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5480 318u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5481 75u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5482 33u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5483 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5484 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5485 0xA8u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5486 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5487 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5488 pGlobalTXT_LocalizationStrings[79],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5489 (Texture *)(papredoll_dbrds[2] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[2]] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5490 papredoll_dbrds[1] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[1]] : 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5491 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5492 v2->CreateButton(0, 0, 0x1DCu, 0x159u, 1, 122, 0x78u, 0, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5493 ptr_507690 = v2->CreateButton(0x1DCu, 0, 0xA4u, 0x159u, 1, 0, 0x85u, 0, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5494 v2->CreateButton(61u, 424u, 0x1Fu, 0, 2, 94, 0x6Eu, 1u, 0x31u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5495 v2->CreateButton(177u, 424u, 0x1Fu, 0, 2, 94, 0x6Eu, 2u, 0x32u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5496 v2->CreateButton(292u, 424u, 0x1Fu, 0, 2, 94, 0x6Eu, 3u, 0x33u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5497 v2->CreateButton(407u, 424u, 0x1Fu, 0, 2, 94, 0x6Eu, 4u, 0x34u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5498 return v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5499 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5500
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5501
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5502 //----- (00421B2C) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5503 bool __cdecl sub_421B2C_PlaceInInventory_or_DropPickedItem()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5504 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5505 unsigned int v0; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5506 Texture *v1; // ebx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5507 int v2; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5508 Player *v3; // esi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5509 int v4; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5510 unsigned __int16 v5; // dx@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5511 signed int v6; // eax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5512 char *v7; // edi@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5513 __int16 v8; // ax@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5514 LayingItem a1; // [sp+4h] [bp-78h]@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5515 int v11; // [sp+74h] [bp-8h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5516 int v12; // [sp+78h] [bp-4h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5517
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5518 if ( !pParty->pPickedItem.uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5519 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5520 v0 = pIcons_LOD->LoadTexture(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5521 pItemsTable->pItems[pParty->pPickedItem.uItemID].pIconName,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5522 TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5523 v1 = (Texture *)(v0 != -1 ? (int)&pIcons_LOD->pTextures[v0] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5524 v11 = areWeLoadingTexture;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5525 if ( uActiveCharacter
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5526 && (v2 = pPlayers[uActiveCharacter]->AddItem(0xFFFFFFFFu, pParty->pPickedItem.uItemID)) != 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5527 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5528 memcpy(&pPlayers[uActiveCharacter]->pDarkSpellbook.bIsSpellAvailable[36 * v2 + 5], &pParty->pPickedItem, 0x24u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5529 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5530 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5531 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5532 v12 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5533 v3 = pParty->pPlayers;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5534 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5535 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5536 v4 = v3->AddItem(0xFFFFFFFFu, pParty->pPickedItem.uItemID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5537 if ( v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5538 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5539 ++v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5540 ++v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5541 if ( (signed int)v3 >= (signed int)pParty->pHirelings )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5542 goto LABEL_10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5543 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5544 memcpy(&pParty->pPlayers[v12].pDarkSpellbook.bIsSpellAvailable[36 * v4 + 5], &pParty->pPickedItem, 0x24u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5545 pMouse->RemoveHoldingItem();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5546 LABEL_10:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5547 if ( v12 != 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5548 goto LABEL_18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5549 v5 = pItemsTable->pItems[pParty->pPickedItem.uItemID].uSpriteID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5550 v6 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5551 a1.uItemType = pItemsTable->pItems[pParty->pPickedItem.uItemID].uSpriteID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5552 if ( (signed int)pObjectList->uNumObjects <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5553 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5554 LABEL_15:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5555 LOWORD(v6) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5556 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5557 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5558 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5559 v7 = (char *)&pObjectList->pObjects->uObjectID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5560 while ( v5 != *(short *)v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5561 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5562 ++v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5563 v7 += 56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5564 if ( v6 >= (signed int)pObjectList->uNumObjects )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5565 goto LABEL_15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5566 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5567 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5568 a1.field_58 = 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5569 a1.uObjectDescID = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5570 a1.vPosition.y = pParty->vPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5571 a1.vPosition.x = pParty->vPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5572 a1.vPosition.z = pParty->sEyelevel + pParty->vPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5573 a1.uSoundID = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5574 a1.uFacing = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5575 a1.uAttributes = 8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5576 v8 = pIndoor->GetSector(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5577 pParty->vPosition.x,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5578 pParty->vPosition.z,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5579 pParty->sEyelevel + pParty->vPosition.y);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5580 a1.uSpriteFrameID = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5581 a1.uSectorID = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5582 memcpy(&a1.stru_24, &pParty->pPickedItem, sizeof(a1.stru_24));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5583 a1.Create(pParty->sRotationY, 184, 200, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5584 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5585 pMouse->RemoveHoldingItem();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5586 LABEL_18:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5587 if ( !v11 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5588 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5589 v1->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5590 pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5591 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5592 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5593 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5594
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5595
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5596 //----- (00421D00) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5597 void __fastcall GameUI_OnPlayerPortraitLeftClick(unsigned int uPlayerID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5598 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5599 unsigned int v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5600 int v2; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5601 Player *v3; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5602 Player *v4; // ecx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5603 unsigned int v5; // [sp-4h] [bp-10h]@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5604
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5605 v1 = uPlayerID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5606 if ( pParty->pPickedItem.uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5607 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5608 v2 = pPlayers[uPlayerID]->AddItem(0xFFFFFFFFu, pParty->pPickedItem.uItemID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5609 v3 = pPlayers[v1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5610 if ( v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5611 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5612 memcpy(&v3->pDarkSpellbook.bIsSpellAvailable[36 * v2 + 5], &pParty->pPickedItem, 0x24u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5613 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5614 pMouse->RemoveHoldingItem();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5615 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5616 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5617 if ( v3->CanAct() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5618 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5619 v4 = pPlayers[v1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5620 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5621 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5622 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5623 if ( !pPlayers[uActiveCharacter]->CanAct() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5624 goto LABEL_9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5625 v4 = pPlayers[uActiveCharacter];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5626 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5627 v4->PlaySound(15, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5628 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5629 LABEL_9:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5630 if ( !uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5631 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5632 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5633 if ( uActiveCharacter != v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5634 goto LABEL_27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5635 v5 = 7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5636 LABEL_22:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5637 pGUIWindow_CurrentMenu = GameUI_InitializeCharacterWindow(v5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5638 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5639 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5640 if ( uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions == 8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5641 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5642 if ( uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions == 10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5643 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5644 LABEL_23:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5645 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5646 if ( uActiveCharacter == v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5647 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5648 pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] = 103;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5649 uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions = 15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5650 goto LABEL_28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5651 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5652 LABEL_27:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5653 if ( pPlayers[v1]->uTimeToRecovery )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5654 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5655 goto LABEL_28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5656 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5657 if ( uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions != 13 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5658 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5659 if ( uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions == 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5660 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5661 LABEL_28:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5662 uActiveCharacter = v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5663 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5664 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5665 if ( uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions != 15 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5666 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5667 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5668 uActiveCharacter = v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5669 if ( pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] == 102 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5670 sub_419100();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5671 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5672 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5673 goto LABEL_23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5674 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5675 if ( ptr_507BC0->field_40 == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5676 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5677 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5678 if ( uActiveCharacter != v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5679 goto LABEL_28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5680 if ( dword_F8B19C == 2 || dword_F8B19C == 6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5681 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5682 pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] = 103;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5683 v5 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5684 goto LABEL_22;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5685 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5686 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5687 // 4E28F8: using guessed type int uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5688 // F8B19C: using guessed type int dword_F8B19C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5689
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5690 //----- (00421EA6) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5691 void __cdecl sub_421EA6_OnInventoryLeftClick()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5692 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5693 Player *v0; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5694 signed int v1; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5695 signed int v2; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5696 int v3; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5697 char v4; // sf@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5698 int v5; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5699 unsigned int v6; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5700 unsigned int v7; // esi@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5701 unsigned int v8; // eax@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5702 unsigned int v9; // eax@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5703 unsigned int v10; // eax@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5704 ItemGen this_; // [sp+Ch] [bp-3Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5705 POINT a2; // [sp+30h] [bp-18h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5706 unsigned int v13; // [sp+38h] [bp-10h]@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5707 unsigned int pY; // [sp+3Ch] [bp-Ch]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5708 unsigned int pX; // [sp+40h] [bp-8h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5709 int a4; // [sp+44h] [bp-4h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5710
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5711 v0 = pPlayers[uActiveCharacter];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5712 if ( pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] != 103
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5713 || (pMouse->GetClickPos(&pX, &pY),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5714 v1 = pY - 17,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5715 v2 = pX - 14,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5716 pY = v1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5717 pX = v2,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5718 v3 = 14 * (v1 >> 5),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5719 v2 >>= 5,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5720 v4 = v2 + v3 < 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5721 v5 = v2 + v3,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5722 a4 = v5,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5723 v4)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5724 || v5 > 126
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5725 || pMouse->GetCursorPos(&a2)->x >= 462
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5726 || pMouse->GetCursorPos(&a2)->x < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5727 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5728 if ( unk_50C9A0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5729 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5730 v6 = v0->GetItemIDAtInventoryIndex(&a4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5731 if ( v6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5732 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5733 *((char *)ptr_507BD4->ptr_1C + 8) &= 0x7Fu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5734 *((short *)ptr_507BD4->ptr_1C + 2) = uActiveCharacter - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5735 *((int *)ptr_507BD4->ptr_1C + 3) = v6 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5736 *((short *)ptr_507BD4->ptr_1C + 3) = a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5737 ptr_50C9A4 = (ItemGen *)&v0->pDarkSpellbook.bIsSpellAvailable[36 * v6 + 5];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5738 unk_50C9A0 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5739 if ( pMessageQueue_50CBD0->uNumMessages )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5740 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5741 pMouse->SetCursorBitmap("MICON1");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5742 dword_50C9D0 = 113;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5743 dword_50C9D4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5744 dword_50C9D8 = 256;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5745 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5746 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5747 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5748 if ( ptr_50C9A4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5749 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5750 v7 = pParty->pPickedItem.uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5751 v8 = v0->GetItemIDAtInventoryIndex(&a4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5752 if ( !v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5753 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5754 if ( !v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5755 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5756 memcpy(&pParty->pPickedItem, &v0->pDarkSpellbook.bIsSpellAvailable[36 * v8 + 5], sizeof(pParty->pPickedItem));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5757 v0->RemoveItemAtInventoryIndex(a4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5758 v9 = pParty->pPickedItem.uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5759 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5760 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5761 v13 = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5762 if ( v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5763 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5764 a2.y = (LONG)&v0->pDarkSpellbook.bIsSpellAvailable[36 * v8 + 5];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5765 memcpy(&this_, (const void *)a2.y, sizeof(this_));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5766 v0->RemoveItemAtInventoryIndex(a4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5767 pX = v0->AddItem2(a4, &pParty->pPickedItem);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5768 if ( !pX )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5769 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5770 pX = v0->AddItem2(0xFFFFFFFFu, &pParty->pPickedItem);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5771 if ( !pX )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5772 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5773 v0->_49298B(&this_, v13 - 1, a4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5774 memcpy((void *)a2.y, &this_, sizeof(ItemGen));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5775 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5776 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5777 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5778 v9 = this_.uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5779 memcpy(&pParty->pPickedItem, &this_, sizeof(pParty->pPickedItem));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5780 LABEL_24:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5781 pMouse->SetCursorBitmap(pItemsTable->pItems[v9].pIconName);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5782 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5783 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5784 v10 = v0->AddItem(a4, v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5785 pX = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5786 if ( v10 || (v10 = v0->AddItem(0xFFFFFFFFu, pParty->pPickedItem.uItemID), (pX = v10) != 0) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5787 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5788 memcpy(&v0->pDarkSpellbook.bIsSpellAvailable[36 * v10 + 5], &pParty->pPickedItem, 0x24u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5789 pMouse->RemoveHoldingItem();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5790 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5791 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5792
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5793
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5794 //----- (0042213C) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5795 void __cdecl OnGameViewportClick()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5796 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5797 signed int v0; // ebx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5798 POINT *v1; // esi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5799 signed int v2; // eax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5800 BLVFace *v3; // eax@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5801 unsigned int v4; // eax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5802 unsigned __int16 v5; // dx@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5803 signed int v6; // eax@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5804 char *v7; // esi@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5805 int *v8; // eax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5806 int v9; // eax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5807 unsigned int v10; // eax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5808 int v11; // ecx@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5809 ODMFace *v12; // eax@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5810 LevelDecoration *v13; // esi@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5811 __int16 v14; // ax@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5812 int v15; // ecx@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5813 signed int v16; // edx@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5814 Actor *v17; // esi@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5815 int v18; // ebx@47
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5816 unsigned __int16 v19; // ax@50
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5817 const char *v20; // eax@51
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5818 signed int v21; // eax@58
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5819 ItemGen *v22; // esi@62
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5820 unsigned int v23; // eax@62
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5821 LayingItem a1; // [sp+Ch] [bp-80h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5822 POINT v25; // [sp+7Ch] [bp-10h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5823 POINT a2; // [sp+84h] [bp-8h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5824
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5825 if ( pRenderer->pRenderD3D )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5826 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5827 v0 = pGame->pVisInstance->get_picked_object_zbuf_val();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5828 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5829 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5830 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5831 v1 = pMouse->GetCursorPos(&a2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5832 v0 = pRenderer->pActiveZBuffer[v1->x + pSRZBufferLineOffsets[pMouse->GetCursorPos(&v25)->y]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5833 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5834 if ( (v0 & 7) == 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5835 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5836 a2.y = (signed int)(unsigned __int16)v0 >> 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5837 v21 = (signed int)(unsigned __int16)v0 >> 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5838 if ( !(pObjectList->pObjects[pLayingItems[v21].uObjectDescID].uFlags & 0x10)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5839 && a2.y < 1000
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5840 && pLayingItems[v21].uObjectDescID
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5841 && (unsigned int)v0 < 0x2000000 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5842 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5843 v22 = &pLayingItems[v21].stru_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5844 v23 = pLayingItems[v21].stru_24.uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5845 if ( pItemsTable->pItems[v23].uEquipType == 18 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5846 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5847 party_finds_gold(v22->uAdditionalValue, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5848 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5849 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5850 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5851 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5852 sprintfex(pTmpBuf2, pGlobalTXT_LocalizationStrings[471], pItemsTable->pItems[v23].pUnidentifiedName);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5853 ShowStatusBarString(pTmpBuf2, 2u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5854 if ( v22->uItemID == 506 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5855 _449B7E_toggle_bit((char *)pParty->_award_bits, 184, 1u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5856 if ( v22->uItemID == 455 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5857 _449B7E_toggle_bit((char *)pParty->_award_bits, 185, 1u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5858 if ( !pParty->AddItem(v22) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5859 pParty->SetHoldingItem(v22);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5860 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5861 LayingItem::_42F933(a2.y);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5862 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5863 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5864 goto LABEL_13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5865 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5866 if ( (v0 & 7) != 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5867 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5868 if ( (v0 & 7) == 5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5869 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5870 v13 = &pLevelDecorations[(signed int)(unsigned __int16)v0 >> 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5871 if ( (signed int)(((unsigned int)v0 >> 16) - pDecorationList->pDecorations[v13->uDecorationDescID].uRadius) >= 512 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5872 goto LABEL_13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5873 v14 = v13->field_16_event_id;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5874 if ( !v14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5875 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5876 if ( pLevelDecorations[(signed int)(unsigned __int16)v0 >> 3].IsInteractive() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5877 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5878 v15 = stru_5E4C90.field_0[v13->field_1C] + 380;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5879 _5C3420_pDecoration = &pLevelDecorations[(signed int)(unsigned __int16)v0 >> 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5880 EventProcessor(v15, 0, 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5881 _5C3420_pDecoration = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5882 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5883 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5884 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5885 v11 = v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5886 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5887 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5888 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5889 if ( (v0 & 7) != 6 || (unsigned int)v0 >= 0x2000000 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5890 goto LABEL_13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5891 v2 = (signed int)(unsigned __int16)v0 >> 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5892 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5893 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5894 v3 = &pIndoor->pFaces[v2];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5895 if ( !(v3->uAttributes & 0x2000000) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5896 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5897 LABEL_11:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5898 v4 = pParty->pPickedItem.uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5899 if ( pParty->pPickedItem.uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5900 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5901 LABEL_14:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5902 v5 = pItemsTable->pItems[v4].uSpriteID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5903 v6 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5904 a1.uItemType = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5905 if ( (signed int)pObjectList->uNumObjects <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5906 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5907 LABEL_18:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5908 LOWORD(v6) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5909 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5910 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5911 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5912 v7 = (char *)&pObjectList->pObjects->uObjectID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5913 while ( v5 != *(short *)v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5914 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5915 ++v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5916 v7 += 56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5917 if ( v6 >= (signed int)pObjectList->uNumObjects )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5918 goto LABEL_18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5919 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5920 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5921 a1.uObjectDescID = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5922 a1.vPosition.y = pParty->vPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5923 a1.field_58 = 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5924 a1.vPosition.x = pParty->vPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5925 a1.vPosition.z = pParty->sEyelevel + pParty->vPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5926 a1.uSoundID = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5927 a1.uFacing = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5928 a1.uAttributes = 8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5929 a1.uSectorID = pIndoor->GetSector(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5930 pParty->vPosition.x,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5931 pParty->vPosition.z,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5932 pParty->sEyelevel + pParty->vPosition.y);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5933 a1.uSpriteFrameID = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5934 memcpy(&a1.stru_24, &pParty->pPickedItem, 0x24u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5935 v8 = (int *)pMouse->GetCursorPos(&v25);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5936 v9 = UnprojectX(*v8);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5937 a1.Create(pParty->sRotationY + v9, 184, 200, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5938 v10 = pIcons_LOD->LoadTexture(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5939 pItemsTable->pItems[pParty->pPickedItem.uItemID].pIconName,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5940 TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5941 if (v10 != -1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5942 pIcons_LOD->pTextures[v10].Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5943 pMouse->RemoveHoldingItem();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5944 pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5945 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5946 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5947 ShowNothingHereStatus();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5948 LABEL_13:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5949 v4 = pParty->pPickedItem.uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5950 if ( !pParty->pPickedItem.uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5951 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5952 goto LABEL_14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5953 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5954 v11 = pIndoor->pFaceExtras[v3->uFaceExtraID].uEventID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5955 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5956 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5957 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5958 v12 = &pOutdoor->pBModels[(signed int)(unsigned __int16)v0 >> 9].pFaces[v2 & 0x3F];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5959 if ( !(v12->uFaceAttributes & 0x2000000) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5960 goto LABEL_11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5961 v11 = v12->sCogTriggeredID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5962 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5963 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5964 EventProcessor(v11, (unsigned __int16)v0, 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5965 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5966 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5967 v16 = (signed int)(unsigned __int16)v0 >> 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5968 a2.y = v16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5969 v17 = &pActors[v16];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5970 if ( v17->uAIState == 5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5971 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5972 if ( (unsigned int)v0 < 0x2000000 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5973 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5974 stru_50C198.LootActor(&pActors[v16]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5975 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5976 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5977 goto LABEL_13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5978 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5979 if ( GetAsyncKeyState(VK_SHIFT) >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5980 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5981 if ( !v17->GetActorsRelation(0) && !(BYTE2(v17->uAttributes) & 8) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5982 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5983 if ( (unsigned int)v0 >= 0x2000000 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5984 goto LABEL_13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5985 if ( !v17->CanAct() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5986 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5987 v18 = a2.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5988 Actor::FaceObject(a2.y, 4u, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5989 if ( !v17->uNPC_ID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5990 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5991 v19 = pNPCStats->pGroups_copy[v17->uGroup];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5992 if ( v19 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5993 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5994 v20 = pNPCStats->pCatchPhrases[v19];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5995 if ( v20 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5996 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5997 pParty->uFlags |= 2u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5998 strcpy(byte_5B0938, v20);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5999 sub_4451A8_press_any_key(0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6000 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6001 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6002 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6003 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6004 if ( (signed int)pMessageQueue_50CBD0->uNumMessages >= 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6005 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6006 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = (UIMessageType)161;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6007 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6008 LABEL_42:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6009 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6010 ++pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6011 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6012 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6013 if ( pParty->bTurnBasedModeOn == 1 && pTurnEngine->field_4 == 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6014 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6015 pTurnEngine->field_18 |= 8u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6016 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6017 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6018 if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6019 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6020 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = (UIMessageType)23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6021 goto LABEL_41;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6022 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6023 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6024 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6025 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6026 if ( pParty->bTurnBasedModeOn == 1 && pTurnEngine->field_4 == 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6027 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6028 pParty->uFlags |= 8u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6029 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6030 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6031 if ( uActiveCharacter
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6032 && sub_427769_spell(pPlayers[uActiveCharacter]->uQuickSpell)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6033 && (signed int)pMessageQueue_50CBD0->uNumMessages < 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6034 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6035 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = (UIMessageType)25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6036 LABEL_41:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6037 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6038 goto LABEL_42;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6039 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6040 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6041 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6042
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6043 //----- (004226C2) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6044 bool __cdecl sub_4226C2()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6045 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6046 if ( uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6047 && uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions != 4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6048 && uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions != 17 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6049 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6050 if ( uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions == 18 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6051 return pVideoPlayer->pSmackerMovie != 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6052 if ( uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions != 19 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6053 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6054 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6055 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6056 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6057 // 4E28F8: using guessed type int uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6058
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6059 //----- (004226EF) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6060 void __fastcall SetUserInterface(int a1, bool bReplace)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6061 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6062 int v2; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6063 unsigned int v3; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6064 unsigned __int16 v4; // dx@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6065 unsigned __int16 v5; // cx@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6066 unsigned __int16 v6; // [sp-4h] [bp-14h]@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6067
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6068 if ( a1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6069 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6070 v2 = a1 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6071 if ( v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6072 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6073 if ( v2 != 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6074 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6075 if ( bReplace )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6076 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6077 pTexture_RightFrame->Reload("ib-r-C.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6078 pTexture_BottomFrame->Reload("ib-b-C.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6079 pTexture_TopFrame->Reload("ib-t-C.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6080 pTexture_LeftFrame->Reload("ib-l-C.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6081 pTexture_StatusBar->Reload("IB-Foot-c.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6082 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_right_panel], "ib-mb-C", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6083 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079D8], "ib-autmask-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6084 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079B4], "IB-COMP-C", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6085 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079D0], "IB-InitG-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6086 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079C8], "IB-InitY-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6087 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079CC], "IB-InitR-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6088 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507990], "IB-NPCLD-C", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6089 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50798C], "IB-NPCRD-C", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6090 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507980], "ib-autout-C", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6091 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507984], "ib-autin-C", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6092 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_50C98C], "IB-selec-C", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6093 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50797C], "ib-m1d-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6094 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507978], "ib-m2d-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6095 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507974], "ib-m3d-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6096 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507970], "ib-m4d-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6097 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_50796C], "isg-01-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6098 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507968], "isg-02-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6099 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507964], "isg-03-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6100 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507960], "isg-04-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6101 pUIAnim_WizardEye->uIconID = pIconsFrameTable->FindIcon("wizeyeC");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6102 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnim_WizardEye->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6103 pUIAnum_Torchlight->uIconID = pIconsFrameTable->FindIcon("torchC");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6104 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnum_Torchlight->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6105 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_506438], "ib-bcu-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6106 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50795C], "evtnpc-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6107 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507958], "fr_inven-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6108 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_Parchment], "parchment", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6109 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076B4], "cornr_ll-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6110 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076B0], "cornr_lr-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6111 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076AC], "cornr_ul-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6112 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A8], "cornr_ur-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6113 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A4], "edge_btm-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6114 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A0], "edge_lf-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6115 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50769C], "edge_rt-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6116 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507698], "edge_top-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6117 pIcons_LOD->ReloadTexture(pTexture_591428, "endcap-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6118 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6119 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6120 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6121 pTexture_RightFrame->Load("ib-r-C.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6122 pTexture_BottomFrame->Load("ib-b-c.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6123 pTexture_TopFrame->Load("ib-t-C.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6124 pTexture_LeftFrame->Load("ib-l-C.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6125 pTexture_StatusBar->Load("IB-Foot-c.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6126 uTextureID_right_panel = pIcons_LOD->LoadTexture("ib-mb-C", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6127 dword_5079D8 = pIcons_LOD->LoadTexture("ib-autmask-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6128 dword_5079B4 = pIcons_LOD->LoadTexture("IB-COMP-C", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6129 dword_5079D0 = pIcons_LOD->LoadTexture("IB-InitG-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6130 dword_5079C8 = pIcons_LOD->LoadTexture("IB-InitY-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6131 dword_5079CC = pIcons_LOD->LoadTexture("IB-InitR-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6132 uTextureID_507990 = pIcons_LOD->LoadTexture("IB-NPCLD-C", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6133 uTextureID_50798C = pIcons_LOD->LoadTexture("IB-NPCRD-C", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6134 uTextureID_507980 = pIcons_LOD->LoadTexture("ib-autout-C", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6135 uTextureID_507984 = pIcons_LOD->LoadTexture("ib-autin-C", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6136 dword_50C98C = pIcons_LOD->LoadTexture("IB-selec-C", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6137 uTextureID_50797C = pIcons_LOD->LoadTexture("ib-m1d-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6138 uTextureID_507978 = pIcons_LOD->LoadTexture("ib-m2d-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6139 dword_507974 = pIcons_LOD->LoadTexture("ib-m3d-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6140 uTextureID_507970 = pIcons_LOD->LoadTexture("ib-m4d-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6141 uTextureID_506438 = pIcons_LOD->LoadTexture("ib-bcu-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6142 dword_50796C = pIcons_LOD->LoadTexture("isg-01-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6143 dword_507968 = pIcons_LOD->LoadTexture("isg-02-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6144 dword_507964 = pIcons_LOD->LoadTexture("isg-03-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6145 dword_507960 = pIcons_LOD->LoadTexture("isg-04-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6146 uTextureID_50795C = pIcons_LOD->LoadTexture("evtnpc-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6147 uTextureID_507958 = pIcons_LOD->LoadTexture("fr_inven", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6148 pUIAnim_WizardEye->uIconID = pIconsFrameTable->FindIcon("wizeyeC");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6149 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnim_WizardEye->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6150 pUIAnum_Torchlight->uIconID = pIconsFrameTable->FindIcon("torchC");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6151 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnum_Torchlight->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6152 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6153 v3 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xC8u, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6154 v4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6155 v6 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6156 v5 = 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6157 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6158 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6159 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6160 if ( bReplace )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6161 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6162 pTexture_RightFrame->Reload("ib-r-a.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6163 pTexture_BottomFrame->Reload("ib-b-a.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6164 pTexture_TopFrame->Reload("ib-t-a.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6165 pTexture_LeftFrame->Reload("ib-l-a.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6166 pTexture_StatusBar->Reload("IB-Foot-a.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6167 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_right_panel], "ib-mb-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6168 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079D8], "ib-autmask-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6169 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079B4], "IB-COMP-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6170 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079D0], "IB-InitG-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6171 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079C8], "IB-InitY-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6172 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079CC], "IB-InitR-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6173 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507990], "IB-NPCLD-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6174 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50798C], "IB-NPCRD-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6175 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507980], "ib-autout-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6176 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507984], "ib-autin-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6177 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_50C98C], "IB-selec-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6178 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50797C], "ib-m1d-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6179 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507978], "ib-m2d-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6180 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507974], "ib-m3d-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6181 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507970], "ib-m4d-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6182 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_50796C], "isg-01-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6183 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507968], "isg-02-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6184 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507964], "isg-03-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6185 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507960], "isg-04-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6186 pUIAnim_WizardEye->uIconID = pIconsFrameTable->FindIcon("wizeyeA");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6187 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnim_WizardEye->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6188 pUIAnum_Torchlight->uIconID = pIconsFrameTable->FindIcon("torchA");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6189 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnum_Torchlight->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6190 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_506438], "ib-bcu-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6191 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50795C], "evtnpc", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6192 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507958], "fr_inven", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6193 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_Parchment], "parchment", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6194 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076B4], "cornr_ll", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6195 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076B0], "cornr_lr", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6196 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076AC], "cornr_ul", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6197 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A8], "cornr_ur", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6198 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A4], "edge_btm", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6199 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A0], "edge_lf", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6200 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50769C], "edge_rt", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6201 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507698], "edge_top", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6202 pIcons_LOD->ReloadTexture(pTexture_591428, "endcap", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6203 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6204 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6205 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6206 pTexture_RightFrame->Load("ib-r-A.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6207 pTexture_BottomFrame->Load("ib-b-A.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6208 pTexture_TopFrame->Load("ib-t-A.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6209 pTexture_LeftFrame->Load("ib-l-A.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6210 pTexture_StatusBar->Load("IB-Foot-a.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6211 uTextureID_right_panel = pIcons_LOD->LoadTexture("ib-mb-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6212 dword_5079D8 = pIcons_LOD->LoadTexture("ib-autmask-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6213 dword_5079B4 = pIcons_LOD->LoadTexture("IB-COMP-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6214 dword_5079D0 = pIcons_LOD->LoadTexture("IB-InitG-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6215 dword_5079C8 = pIcons_LOD->LoadTexture("IB-InitY-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6216 dword_5079CC = pIcons_LOD->LoadTexture("IB-InitR-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6217 uTextureID_507990 = pIcons_LOD->LoadTexture("IB-NPCLD-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6218 uTextureID_50798C = pIcons_LOD->LoadTexture("IB-NPCRD-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6219 dword_50C98C = pIcons_LOD->LoadTexture("IB-selec-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6220 uTextureID_50797C = pIcons_LOD->LoadTexture("ib-m1d-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6221 uTextureID_507978 = pIcons_LOD->LoadTexture("ib-m2d-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6222 dword_507974 = pIcons_LOD->LoadTexture("ib-m3d-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6223 uTextureID_507970 = pIcons_LOD->LoadTexture("ib-m4d-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6224 uTextureID_507980 = pIcons_LOD->LoadTexture("ib-autout-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6225 uTextureID_507984 = pIcons_LOD->LoadTexture("ib-autin-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6226 uTextureID_506438 = pIcons_LOD->LoadTexture("ib-bcu-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6227 dword_50796C = pIcons_LOD->LoadTexture("isg-01-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6228 dword_507968 = pIcons_LOD->LoadTexture("isg-02-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6229 dword_507964 = pIcons_LOD->LoadTexture("isg-03-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6230 dword_507960 = pIcons_LOD->LoadTexture("isg-04-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6231 uTextureID_50795C = pIcons_LOD->LoadTexture("evtnpc", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6232 uTextureID_507958 = pIcons_LOD->LoadTexture("fr_inven", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6233 pUIAnim_WizardEye->uIconID = pIconsFrameTable->FindIcon("wizeyeA");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6234 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnim_WizardEye->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6235 pUIAnum_Torchlight->uIconID = pIconsFrameTable->FindIcon("torchA");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6236 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnum_Torchlight->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6237 uTextureID_Parchment = pIcons_LOD->LoadTexture("parchment", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6238 uTextureID_5076B4 = pIcons_LOD->LoadTexture("cornr_ll", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6239 uTextureID_5076B0 = pIcons_LOD->LoadTexture("cornr_lr", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6240 uTextureID_5076AC = pIcons_LOD->LoadTexture("cornr_ul", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6241 uTextureID_5076A8 = pIcons_LOD->LoadTexture("cornr_ur", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6242 uTextureID_5076A4 = pIcons_LOD->LoadTexture("edge_btm", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6243 uTextureID_5076A0 = pIcons_LOD->LoadTexture("edge_lf", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6244 uTextureID_50769C = pIcons_LOD->LoadTexture("edge_rt", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6245 uTextureID_507698 = pIcons_LOD->LoadTexture("edge_top", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6246 pTexture_591428 = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("endcap", TEXTURE_16BIT_PALETTE)];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6247
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6248 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6249 v3 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xAu, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6250 v4 = 214;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6251 v5 = 230;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6252 v6 = 193;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6253 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6254 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6255 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6256 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6257 if ( bReplace )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6258 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6259 pTexture_RightFrame->Reload("ib-r-B.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6260 pTexture_BottomFrame->Reload("ib-b-B.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6261 pTexture_TopFrame->Reload("ib-t-B.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6262 pTexture_LeftFrame->Reload("ib-l-B.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6263 pTexture_StatusBar->Reload("IB-Foot-b.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6264 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_right_panel], "ib-mb-B", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6265 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079D8], "ib-autmask-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6266 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079B4], "IB-COMP-B", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6267 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079D0], "IB-InitG-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6268 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079C8], "IB-InitY-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6269 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079CC], "IB-InitR-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6270 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507990], "IB-NPCLD-B", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6271 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50798C], "IB-NPCRD-B", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6272 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507980], "ib-autout-B", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6273 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507984], "ib-autin-B", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6274 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_50C98C], "IB-selec-B", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6275 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50797C], "ib-m1d-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6276 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507978], "ib-m2d-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6277 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507974], "ib-m3d-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6278 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507970], "ib-m4d-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6279 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_50796C], "isg-01-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6280 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507968], "isg-02-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6281 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507964], "isg-03-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6282 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507960], "isg-04-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6283 pUIAnim_WizardEye->uIconID = pIconsFrameTable->FindIcon("wizeyeB");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6284 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnim_WizardEye->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6285 pUIAnum_Torchlight->uIconID = pIconsFrameTable->FindIcon("torchB");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6286 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnum_Torchlight->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6287 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_506438], "ib-bcu-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6288 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50795C], "evtnpc-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6289 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507958], "fr_inven-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6290 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_Parchment], "parchment", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6291 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076B4], "cornr_ll-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6292 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076B0], "cornr_lr-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6293 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076AC], "cornr_ul-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6294 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A8], "cornr_ur-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6295 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A4], "edge_btm-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6296 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A0], "edge_lf-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6297 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50769C], "edge_rt-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6298 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507698], "edge_top-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6299 pIcons_LOD->ReloadTexture(pTexture_591428, "endcap-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6300 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6301 v3 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0, 0, 0xC8u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6302 v5 = 255;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6303 v4 = 225;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6304 v6 = 255;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6305 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6306 uGameUIFontMain = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6307 uGameUIFontShadow = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(v5, v4, v6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6308 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6309
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6310
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6311
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6312 //----- (00423AEE) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6313 void __cdecl reset_some_strus_flt_2Cs()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6314 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6315 float *v0; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6316 signed int v1; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6317 signed int v2; // edx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6318 float *v3; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6319 signed int v4; // edx@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6320 float *v5; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6321 signed int v6; // edx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6322 float *v7; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6323 signed int v8; // edx@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6324 float *v9; // eax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6325
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6326 v0 = &array_50AC10[0].flt_2C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6327 v1 = 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6328 v2 = 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6329 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6330 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6331 *v0 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6332 v0 += 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6333 --v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6334 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6335 while ( v2 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6336 v3 = &array_50A2B0[0].flt_2C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6337 v4 = 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6338 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6339 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6340 *v3 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6341 v3 += 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6342 --v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6343 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6344 while ( v4 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6345 v5 = &array_509950[0].flt_2C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6346 v6 = 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6347 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6348 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6349 *v5 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6350 v5 += 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6351 --v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6352 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6353 while ( v6 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6354 v7 = &array_508FF0[0].flt_2C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6355 v8 = 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6356 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6357 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6358 *v7 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6359 v7 += 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6360 --v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6361 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6362 while ( v8 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6363 v9 = &array_508690[0].flt_2C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6364 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6365 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6366 *v9 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6367 v9 += 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6368 --v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6369 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6370 while ( v1 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6371 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6372
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6373 //----- (00423B4A) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6374 void __cdecl sub_423B4A()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6375 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6376 float *v0; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6377 signed int v1; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6378
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6379 v0 = &array_507D30[0].flt_2C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6380 v1 = 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6381 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6382 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6383 *v0 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6384 v0 += 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6385 --v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6386 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6387 while ( v1 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6388 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6389
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6390 //----- (00423B5D) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6391 int __fastcall sub_423B5D(unsigned int uFaceID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6392 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6393 BLVFace *v1; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6394 Vec3_short_ *v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6395 int v3; // ST28_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6396 __int16 v4; // ST2C_2@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6397 signed int v5; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6398 Vec3_short_ *v6; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6399 signed int v7; // edi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6400 signed int v8; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6401 signed int i_; // ecx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6402 int v10; // eax@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6403 int v11; // edx@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6404 int v12; // ST28_4@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6405 signed int v13; // edx@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6406 signed __int64 v14; // qtt@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6407 int *v15; // ebx@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6408 int v16; // ST28_4@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6409 signed int v17; // eax@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6410 signed __int64 v18; // qtt@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6411 signed int v19; // edx@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6412 signed int v20; // edx@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6413 signed int v21; // ebx@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6414 signed int v22; // esi@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6415 int v23; // edi@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6416 int v24; // eax@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6417 int v25; // eax@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6418 signed int v26; // ST30_4@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6419 signed __int64 v27; // qtt@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6420 int v28; // ST18_4@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6421 int v29; // eax@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6422 int v30; // eax@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6423 signed int v31; // ST30_4@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6424 signed __int64 v32; // qtt@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6425 int v33; // ST30_4@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6426 signed int v34; // edi@31
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6427 unsigned int v35; // eax@31
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6428 bool v36; // edx@31
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6429 int v37; // ecx@31
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6430 int v38; // ecx@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6431 int v39; // esi@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6432 int v40; // eax@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6433 signed int v41; // ebx@41
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6434 unsigned int v42; // eax@41
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6435 signed int v43; // ecx@42
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6436 int v44; // esi@42
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6437 int v45; // eax@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6438 signed int v46; // edi@51
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6439 unsigned int v47; // eax@51
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6440 bool v48; // edx@51
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6441 int v49; // ecx@51
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6442 int v50; // ecx@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6443 signed int v51; // esi@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6444 int v52; // eax@54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6445 int v53; // ebx@61
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6446 unsigned int v54; // eax@61
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6447 signed int v55; // ecx@62
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6448 int v56; // esi@62
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6449 int v57; // eax@64
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6450 char v59; // zf@72
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6451 signed int v60; // edx@75
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6452 int v61; // ecx@76
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6453 int v62; // esi@76
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6454 int v63; // ecx@83
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6455 signed int v64; // [sp+14h] [bp-14h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6456 int v65; // [sp+14h] [bp-14h]@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6457 int v66; // [sp+14h] [bp-14h]@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6458 int v67; // [sp+14h] [bp-14h]@54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6459 int v68; // [sp+14h] [bp-14h]@64
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6460 signed int v69; // [sp+14h] [bp-14h]@75
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6461 IndoorCameraD3D *_this; // [sp+18h] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6462 bool thisa; // [sp+18h] [bp-10h]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6463 int thisb; // [sp+18h] [bp-10h]@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6464 int thisc; // [sp+18h] [bp-10h]@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6465 bool thisd; // [sp+18h] [bp-10h]@41
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6466 bool thise; // [sp+18h] [bp-10h]@61
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6467 int thisf; // [sp+18h] [bp-10h]@74
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6468 signed int v77; // [sp+1Ch] [bp-Ch]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6469 int v78; // [sp+1Ch] [bp-Ch]@76
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6470 bool v79; // [sp+20h] [bp-8h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6471 bool v80; // [sp+20h] [bp-8h]@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6472 bool v81; // [sp+20h] [bp-8h]@42
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6473 bool v82; // [sp+20h] [bp-8h]@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6474 bool v83; // [sp+20h] [bp-8h]@62
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6475 signed int i; // [sp+24h] [bp-4h]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6476 signed int ia; // [sp+24h] [bp-4h]@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6477 signed int ib; // [sp+24h] [bp-4h]@31
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6478 signed int ic; // [sp+24h] [bp-4h]@41
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6479 signed int id; // [sp+24h] [bp-4h]@51
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6480 signed int ie; // [sp+24h] [bp-4h]@61
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6481
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6482 v1 = &pIndoor->pFaces[uFaceID];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6483 _this = pGame->pIndoorCameraD3D;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6484 v2 = &pIndoor->pVertices[*v1->pVertexIDs];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6485 v3 = *(int *)&v2->x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6486 v4 = v2->z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6487 v5 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6488 if ( v1->pFacePlane_old.vNormal.x * ((signed __int16)v3 - pBLVRenderParams->vPartyPos.x)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6489 + v1->pFacePlane_old.vNormal.y * (SHIWORD(v3) - pBLVRenderParams->vPartyPos.y)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6490 + v1->pFacePlane_old.vNormal.z * (v4 - pBLVRenderParams->vPartyPos.z) < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6491 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6492 dword_50B700 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6493 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6494 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6495 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6496 dword_50B700 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6497 if ( !(v1->uAttributes & 1) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6498 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6499 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6500 v64 = v1->uNumVertices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6501 if ( (signed int)v1->uNumVertices > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6502 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6503 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6504 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6505 v6 = &pIndoor->pVertices[v1->pVertexIDs[v5]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6506 _this->ApplyViewTransform_TrueIfStillVisible(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6507 v6->x,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6508 v6->y,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6509 v6->z,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6510 &_50B924_view_transformed_xs[v5],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6511 &_50B834_view_transformed_zs[v5],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6512 &_50B744_view_transformed_ys[v5],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6513 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6514 ++v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6515 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6516 while ( v5 < v64 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6517 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6518 v7 = v64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6519 v8 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6520 if ( v64 <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6521 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6522 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6523 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6524 if ( _50B924_view_transformed_xs[v8] >= 524288 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6525 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6526 ++v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6527 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6528 while ( v8 < v64 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6529 if ( v8 >= v64 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6530 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6531 v77 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6532 _50B924_view_transformed_xs[v64] = _50B924_view_transformed_xs[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6533 _50B834_view_transformed_zs[v64] = _50B834_view_transformed_zs[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6534 _50B744_view_transformed_ys[v64] = _50B744_view_transformed_ys[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6535 thisa = _50B924_view_transformed_xs[0] >= 524288;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6536 i = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6537 if ( v64 >= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6538 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6539 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6540 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6541 i_ = i;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6542 v10 = _50B924_view_transformed_xs[i];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6543 v79 = v10 >= 524288;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6544 if ( thisa ^ v79 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6545 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6546 v11 = _50B924_view_transformed_xs_minus1[i_];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6547 if ( v10 >= 524288 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6548 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6549 v12 = v10 - v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6550 v13 = 524288 - v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6551 LODWORD(v14) = v13 << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6552 HIDWORD(v14) = v13 >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6553 v15 = &_50B744_view_transformed_ys_minus1[i_];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6554 dword_50B828[v77] = ((unsigned __int64)((_50B834_view_transformed_zs[i_] - _50B834_view_transformed_zs_minus1[i_])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6555 * v14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6556 / v12) >> 16)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6557 + _50B834_view_transformed_zs_minus1[i_];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6558 thisb = (unsigned __int64)((_50B744_view_transformed_ys[i_] - _50B744_view_transformed_ys_minus1[i_]) * v14 / v12) >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6559 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6560 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6561 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6562 v16 = v11 - v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6563 v17 = 524288 - v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6564 LODWORD(v18) = v17 << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6565 HIDWORD(v18) = v17 >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6566 v15 = &_50B744_view_transformed_ys[i_];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6567 dword_50B828[v77] = ((unsigned __int64)((_50B834_view_transformed_zs_minus1[i_] - _50B834_view_transformed_zs[i_])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6568 * v18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6569 / v16) >> 16)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6570 + _50B834_view_transformed_zs[i_];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6571 thisb = (unsigned __int64)((_50B744_view_transformed_ys_minus1[i_] - _50B744_view_transformed_ys[i_]) * v18 / v16) >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6572 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6573 v19 = v77++;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6574 v7 = v64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6575 dword_50B738[v19] = thisb + *v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6576 dword_50B918[v19] = 524288;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6577 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6578 if ( v79 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6579 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6580 v20 = v77++;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6581 dword_50B918[v20] = _50B924_view_transformed_xs[i_];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6582 dword_50B828[v20] = _50B834_view_transformed_zs[i_];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6583 dword_50B738[v20] = _50B744_view_transformed_ys[i_];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6584 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6585 ++i;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6586 thisa = v79;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6587 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6588 while ( i <= v7 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6589 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6590 ia = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6591 v21 = v77;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6592 dword_50B918[v77] = dword_50B918[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6593 dword_50B828[v77] = dword_50B828[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6594 for ( dword_50B738[v77] = dword_50B738[0]; ia < v77; dword_50BA08[v22] = pBLVRenderParams->uViewportCenterY - v33 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6595 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6596 v22 = ia;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6597 thisc = abs(dword_50B918[ia]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6598 if ( abs(dword_50B828[ia]) >> 13 <= thisc )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6599 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6600 v26 = dword_50B828[v22];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6601 LODWORD(v27) = v26 << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6602 HIDWORD(v27) = v26 >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6603 v25 = v27 / dword_50B918[v22];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6604 v23 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6605 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6606 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6607 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6608 v23 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6609 v24 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6610 if ( dword_50B828[v22] >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6611 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6612 LOBYTE(v24) = dword_50B918[v22] >= 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6613 v25 = ((v24 - 1) & 0xFF800000) + 0x400000;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6614 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6615 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6616 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6617 LOBYTE(v24) = dword_50B918[v22] >= 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6618 v25 = ((unsigned int)&array_77EC08[1975].pEdgeList1[1] & (v24 - 1)) - 4194304;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6619 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6620 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6621 v28 = dword_50B738[v22];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6622 dword_50BAF8_xs[v22] = v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6623 if ( abs(v28) >> 13 <= thisc )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6624 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6625 v31 = dword_50B738[v22];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6626 LODWORD(v32) = v31 << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6627 HIDWORD(v32) = v31 >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6628 v30 = v32 / dword_50B918[v22];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6629 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6630 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6631 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6632 v29 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6633 if ( dword_50B738[v22] >= v23 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6634 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6635 LOBYTE(v29) = dword_50B918[v22] >= v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6636 v30 = ((v29 - 1) & 0xFF800000) + 4194304;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6637 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6638 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6639 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6640 LOBYTE(v29) = dword_50B918[v22] >= v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6641 v30 = ((unsigned int)&array_77EC08[1975].pEdgeList1[1] & (v29 - 1)) - 4194304;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6642 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6643 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6644 dword_50BA08[v22] = v30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6645 dword_50BAF8_xs[v22] = (unsigned __int64)(SHIWORD(pBLVRenderParams->field_40) * (signed __int64)dword_50BAF8_xs[v22]) >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6646 v33 = (unsigned __int64)(SHIWORD(pBLVRenderParams->field_40) * (signed __int64)dword_50BA08[v22]) >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6647 dword_50BAF8_xs[v22] = pBLVRenderParams->uViewportCenterX - dword_50BAF8_xs[v22];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6648 ++ia;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6649 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6650 v34 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6651 dword_50BAF8_xs[v21] = dword_50BAF8_xs[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6652 dword_50BA08[v21] = dword_50BA08[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6653 v35 = pBLVRenderParams->uViewportX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6654 v36 = dword_50BAF8_xs[0] < (signed int)pBLVRenderParams->uViewportX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6655 LOBYTE(v36) = dword_50BAF8_xs[0] >= (signed int)pBLVRenderParams->uViewportX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6656 v37 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6657 ib = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6658 if ( v77 < 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6659 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6660 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6661 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6662 v38 = v37;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6663 v39 = dword_50BAF8_xs[v38];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6664 v80 = v39 >= (signed int)v35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6665 if ( v36 ^ v80 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6666 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6667 if ( v39 >= (signed int)v35 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6668 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6669 v65 = (signed int)(v35 - dword_50BAF4[v38])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6670 * (signed __int64)(dword_50BA08[v38] - dword_50B9F8[v38 + 3])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6671 / (v39 - dword_50BAF4[v38]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6672 v40 = dword_50B9F8[v38 + 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6673 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6674 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6675 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6676 v65 = (signed int)(v35 - v39)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6677 * (signed __int64)(dword_50B9F8[v38 + 3] - dword_50BA08[v38])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6678 / (dword_50BAF4[v38] - v39);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6679 v40 = dword_50BA08[v38];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6680 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6681 ++v34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6682 dword_50B9F8[v34] = v65 + v40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6683 v35 = pBLVRenderParams->uViewportX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6684 dword_50BAE8[v34] = pBLVRenderParams->uViewportX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6685 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6686 v36 = v80;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6687 if ( v80 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6688 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6689 dword_50BAEC_xs[v34] = dword_50BAF8_xs[v38];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6690 dword_50B9F8[v34++ + 1] = dword_50BA08[v38];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6691 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6692 v37 = ib++ + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6693 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6694 while ( ib <= v77 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6695 if ( !v34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6696 || (v41 = 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6697 dword_50BAEC_xs[v34] = dword_50BAEC_xs[0],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6698 dword_50B9F8[v34 + 1] = dword_50B9F8[1],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6699 v42 = pBLVRenderParams->uViewportZ,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6700 thisd = dword_50BAEC_xs[0] <= (signed int)pBLVRenderParams->uViewportZ,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6701 ic = 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6702 v34 < 1) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6703 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6704 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6705 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6706 v43 = ic;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6707 v44 = dword_50BAEC_xs[ic];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6708 v81 = v44 <= (signed int)v42;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6709 if ( thisd ^ v81 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6710 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6711 if ( v44 <= (signed int)v42 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6712 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6713 v66 = (signed int)(v42 - dword_50BAE8[v43])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6714 * (signed __int64)(dword_50B9F8[v43 + 1] - dword_50B9F8[v43])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6715 / (v44 - dword_50BAE8[v43]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6716 v45 = dword_50B9F8[v43];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6717 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6718 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6719 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6720 v66 = (signed int)(v42 - v44)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6721 * (signed __int64)(dword_50B9F8[v43] - dword_50B9F8[v43 + 1])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6722 / (dword_50BAE8[v43] - v44);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6723 v45 = dword_50B9F8[v43 + 1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6724 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6725 ++v41;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6726 dword_50B9EC[v41] = v66 + v45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6727 v42 = pBLVRenderParams->uViewportZ;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6728 dword_50BADC_xs[v41] = pBLVRenderParams->uViewportZ;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6729 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6730 if ( v81 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6731 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6732 dword_50BAE0[v41] = dword_50BAEC_xs[v43];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6733 dword_50B9F0[v41++] = dword_50B9F8[v43 + 1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6734 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6735 ++ic;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6736 thisd = v81;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6737 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6738 while ( ic <= v34 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6739 if ( !v41
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6740 || (v46 = 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6741 dword_50BAE0[v41] = dword_50BAE0[0],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6742 dword_50B9F0[v41] = dword_50B9F0[0],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6743 v47 = pBLVRenderParams->uViewportY,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6744 v48 = dword_50B9F0[0] < (signed int)pBLVRenderParams->uViewportY,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6745 LOBYTE(v48) = dword_50B9F0[0] >= (signed int)pBLVRenderParams->uViewportY,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6746 v49 = 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6747 id = 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6748 v41 < 1) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6749 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6750 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6751 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6752 v50 = v49;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6753 v51 = dword_50B9F0[v50];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6754 v82 = v51 >= (signed int)v47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6755 if ( v48 ^ v82 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6756 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6757 if ( v51 >= (signed int)v47 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6758 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6759 v67 = (signed int)(v47 - dword_50B9EC[v50])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6760 * (signed __int64)(dword_50BAE0[v50] - dword_50BADC_xs[v50])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6761 / (v51 - dword_50B9EC[v50]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6762 v52 = dword_50BADC_xs[v50];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6763 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6764 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6765 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6766 v67 = (signed int)(v47 - v51)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6767 * (signed __int64)(dword_50BADC_xs[v50] - dword_50BAE0[v50])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6768 / (dword_50B9EC[v50] - v51);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6769 v52 = dword_50BAE0[v50];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6770 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6771 ++v46;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6772 dword_50BAD0[v46] = v67 + v52;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6773 v47 = pBLVRenderParams->uViewportY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6774 dword_50B9E0_ys[v46] = pBLVRenderParams->uViewportY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6775 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6776 v48 = v82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6777 if ( v82 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6778 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6779 dword_50BAD4[v46] = dword_50BAE0[v50];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6780 dword_50B9E0_ys[v46++ + 1] = dword_50B9F0[v50];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6781 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6782 v49 = id++ + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6783 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6784 while ( id <= v41 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6785 if ( !v46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6786 || (v53 = 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6787 dword_50BAD4[v46] = dword_50BAD4[0],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6788 dword_50B9E0_ys[v46 + 1] = dword_50B9E0_ys[1],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6789 v54 = pBLVRenderParams->uViewportW,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6790 thise = dword_50B9E0_ys[1] <= (signed int)pBLVRenderParams->uViewportW,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6791 ie = 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6792 v46 < 1) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6793 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6794 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6795 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6796 v55 = ie;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6797 v56 = dword_50B9E0_ys[ie + 1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6798 v83 = v56 <= (signed int)v54;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6799 if ( thise ^ v83 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6800 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6801 if ( v56 <= (signed int)v54 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6802 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6803 v68 = (signed int)(v54 - dword_50B9E0_ys[v55])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6804 * (signed __int64)(dword_50BAD4[v55] - dword_50BAD0[v55])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6805 / (v56 - dword_50B9E0_ys[v55]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6806 v57 = dword_50BAD0[v55];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6807 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6808 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6809 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6810 v68 = (signed int)(v54 - v56)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6811 * (signed __int64)(dword_50BAD0[v55] - dword_50BAD4[v55])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6812 / (dword_50B9E0_ys[v55] - v56);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6813 v57 = dword_50BAD4[v55];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6814 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6815 ++v53;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6816 dword_50BAC4[v53] = v68 + v57;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6817 v54 = pBLVRenderParams->uViewportW;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6818 unk_50B9D4[v53] = pBLVRenderParams->uViewportW;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6819 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6820 if ( v83 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6821 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6822 dword_50BAC8[v53] = dword_50BAD4[v55];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6823 dword_50B9D8_ys[v53++] = dword_50B9E0_ys[v55 + 1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6824 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6825 ++ie;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6826 thise = v83;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6827 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6828 while ( ie <= v46 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6829 if ( !v53 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6830 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6831 v59 = pRenderer->pRenderD3D == 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6832 dword_50BAC8[v53] = dword_50BAC8[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6833 dword_50B9D8_ys[v53] = dword_50B9D8_ys[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6834 if ( v59 && v53 > 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6835 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6836 dword_50BAC8[v53 + 1] = dword_50BAC8[1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6837 dword_50B9D8_ys[v53 + 1] = dword_50B9D8_ys[1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6838 thisf = 2 * (dword_50B700 != 0) - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6839 if ( v53 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6840 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6841 v60 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6842 v69 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6843 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6844 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6845 v61 = v60 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6846 v62 = v60 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6847 v78 = v60 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6848 if ( v60 - 1 >= v53 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6849 v61 -= v53;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6850 if ( v60 >= v53 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6851 v60 -= v53;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6852 if ( v62 >= v53 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6853 v62 -= v53;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6854 if ( thisf
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6855 * ((dword_50B9D8_ys[v62] - dword_50B9D8_ys[v61]) * (dword_50BAC8[v60] - dword_50BAC8[v61])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6856 - (dword_50B9D8_ys[v60] - dword_50B9D8_ys[v61]) * (dword_50BAC8[v62] - dword_50BAC8[v61])) < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6857 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6858 v60 = v78;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6859 v69 = v78;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6860 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6861 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6862 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6863 v60 = v69;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6864 v63 = v69;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6865 if ( v69 < v53 || (v63 = v69 - v53, v69 - v53 < v53) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6866 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6867 memcpy(&dword_50B9D8_ys[v63], &dword_50B9D8_ys[v63 + 1], 4 * ((unsigned int)(4 * (v53 - v63)) >> 2));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6868 memcpy(&dword_50BAC8[v63], &dword_50BAC8[v63 + 1], 4 * ((unsigned int)(4 * (v53 - v63)) >> 2));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6869 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6870 --v53;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6871 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6872 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6873 while ( v60 - 1 < v53 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6874 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6875 dword_50BAC8[v53] = dword_50BAC8[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6876 dword_50B9D8_ys[v53] = dword_50B9D8_ys[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6877 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6878 return v53;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6879 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6880
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6881
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6882 //----- (00424579) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6883 int __fastcall sub_424579(int uFaceID, stru320 *a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6884 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6885 __debugbreak();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6886 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6887 /*BLVFace *v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6888 Vec3_short_ *v3; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6889 Vec3_short_ *v4; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6890 unsigned int v5; // esi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6891 int v7; // ST1C_4@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6892 int v8; // ST1C_4@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6893 int v9; // ST1C_4@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6894 int v10; // ST1C_4@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6895 int v11; // esi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6896 int v12; // ST1C_4@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6897 unsigned int v15; // ecx@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6898 unsigned int v19; // ecx@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6899 signed int v20; // ecx@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6900 signed int result; // eax@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6901 signed int v24; // edx@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6902 unsigned int v25; // [sp+Ch] [bp-1Ch]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6903 float v26; // [sp+14h] [bp-14h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6904 float v27; // [sp+1Ch] [bp-Ch]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6905 float v28; // [sp+20h] [bp-8h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6906 signed int v29; // [sp+24h] [bp-4h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6907
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6908 v2 = &pIndoor->pFaces[uFaceID];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6909 v3 = pIndoor->pVertices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6910 v4 = &pIndoor->pVertices[*v2->pVertexIDs];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6911 if ( v2->pFacePlane_old.vNormal.x * ((signed __int16)*(int *)&v4->x - pBLVRenderParams->vPartyPos.x)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6912 + v2->pFacePlane_old.vNormal.y * ((signed __int16)(*(int *)&v4->x >> 16) - pBLVRenderParams->vPartyPos.y)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6913 + v2->pFacePlane_old.vNormal.z * (v4->z - pBLVRenderParams->vPartyPos.z) < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6914 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6915 dword_50B700 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6916 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6917 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6918 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6919 dword_50B700 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6920 if ( !(v2->uAttributes & 1) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6921 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6922 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6923 v29 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6924 v5 = v2->uNumVertices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6925 __asm { fld pBLVRenderParams->fCosineY }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6926 v28 = pBLVRenderParams->fSineY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6927 v26 = pBLVRenderParams->fCosineNegX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6928 v27 = pBLVRenderParams->fSineNegX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6929 v25 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6930 if ( (signed int)v5 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6931 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6932 _ECX = (char *)&array_50AC10[0].vWorldPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6933 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6934 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6935 v7 = v3[v2->pVertexIDs[v29]].x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6936 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6937 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6938 fild [ebp+var_10]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6939 fstp dword ptr [ecx-8]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6940 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6941 v8 = v3[v2->pVertexIDs[v29]].y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6942 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6943 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6944 fild [ebp+var_10]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6945 fstp dword ptr [ecx-4]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6946 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6947 v9 = v3[v2->pVertexIDs[v29]].z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6948 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6949 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6950 fild [ebp+var_10]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6951 fstp dword ptr [ecx]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6952 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6953 _ECX += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6954 v10 = a2->pDeltaUV[0] + v2->pVertexUIDs[v29];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6955 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6956 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6957 fild [ebp+var_10]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6958 fstp dword ptr [ecx-14h]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6959 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6960 v11 = a2->pDeltaUV[1] + v2->pVertexVIDs[v29++];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6961 v12 = v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6962 v5 = v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6963 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6964 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6965 fild [ebp+var_10]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6966 fstp dword ptr [ecx-10h]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6967 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6968 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6969 while ( v29 < (signed int)v25 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6970 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6971 _EDX = (char *)&array_50AC10[0].vWorldViewPosition;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6972 if ( pBLVRenderParams->sPartyRotX )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6973 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6974 if ( (signed int)v5 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6975 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6976 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6977 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6978 fild pBLVRenderParams->vPartyPos.x
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6979 fild pBLVRenderParams->vPartyPos.y
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6980 fild pBLVRenderParams->vPartyPos.z
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6981 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6982 _EAX = (char *)&array_50AC10[0].vWorldPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6983 v15 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6984 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6985 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6986 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6987 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6988 fld dword ptr [eax-8]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6989 fsub st, st(3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6990 fld dword ptr [eax-4]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6991 fsub st, st(3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6992 fld st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6993 fmul st, st(6)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6994 fld st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6995 fmul [ebp+var_8]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6996 fsubp st(1), st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6997 fstp [ebp+var_4]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6998 fld dword ptr [eax]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6999 fsub st, st(3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7000 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7001 _EAX += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7002 --v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7003 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7004 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7005 fstp [ebp+var_10]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7006 fld [ebp+var_4]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7007 fmul [ebp+var_14]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7008 fld [ebp+var_10]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7009 fmul [ebp+var_C]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7010 fsubp st(1), st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7011 fstp dword ptr [eax-2Ch]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7012 fld st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7013 fmul [ebp+var_8]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7014 fld st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7015 fmul st, st(7)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7016 faddp st(1), st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7017 fstp dword ptr [eax-28h]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7018 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7019 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7020 fld [ebp+var_4]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7021 fmul [ebp+var_C]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7022 fld [ebp+var_10]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7023 fmul [ebp+var_14]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7024 faddp st(1), st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7025 fstp dword ptr [eax-24h]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7026 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7027 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7028 while ( v15 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7029 LABEL_15:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7030 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7031 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7032 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7033 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7034 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7035 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7036 goto LABEL_16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7037 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7038 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7039 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7040 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7041 if ( (signed int)v5 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7042 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7043 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7044 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7045 fild pBLVRenderParams->vPartyPos.x
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7046 fild pBLVRenderParams->vPartyPos.y
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7047 fild pBLVRenderParams->vPartyPos.z
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7048 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7049 _EAX = (char *)&array_50AC10[0].vWorldViewPosition;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7050 v19 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7051 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7052 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7053 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7054 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7055 fld dword ptr [eax-0Ch]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7056 fsub st, st(3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7057 fld dword ptr [eax-8]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7058 fsub st, st(3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7059 fld st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7060 fmul st, st(6)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7061 fld st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7062 fmul [ebp+var_8]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7063 fsubp st(1), st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7064 fstp dword ptr [eax]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7065 fld st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7066 fmul [ebp+var_8]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7067 fld st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7068 fmul st, st(7)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7069 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7070 _EAX += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7071 --v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7072 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7073 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7074 faddp st(1), st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7075 fstp dword ptr [eax-2Ch]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7076 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7077 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7078 fld dword ptr [eax-34h]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7079 fsub st, st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7080 fstp dword ptr [eax-28h]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7081 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7082 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7083 while ( v19 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7084 goto LABEL_15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7085 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7086 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7087 LABEL_16:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7088 v20 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7089 __asm { fstp st }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7090 if ( (signed int)v5 <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7091 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7092 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7093 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7094 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7095 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7096 fld dword ptr [edx]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7097 fcomp ds:flt_4D8524
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7098 fnstsw ax
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7099 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7100 if ( !(HIBYTE(_AX) & 1) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7101 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7102 ++v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7103 _EDX += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7104 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7105 while ( v20 < (signed int)v5 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7106 if ( v20 >= (signed int)v5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7107 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7108 result = sr_424CD7(v5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7109 if ( result > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7110 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7111 __asm { fild pBLVRenderParams->field_40 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7112 _ECX = (char *)&array_507D30[0].vWorldViewPosition;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7113 v24 = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7114 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7115 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7116 fmul ds:flt_4D84A4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7117 fild pBLVRenderParams->uViewportCenterX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7118 fild pBLVRenderParams->uViewportCenterY
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7119 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7120 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7121 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7122 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7123 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7124 fld1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7125 fdiv dword ptr [ecx]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7126 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7127 _ECX += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7128 --v24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7129 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7130 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7131 fld st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7132 fmul dword ptr [ecx-2Ch]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7133 fmul st, st(4)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7134 fsubr st, st(3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7135 fstp dword ptr [ecx-24h]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7136 fmul dword ptr [ecx-28h]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7137 fmul st, st(3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7138 fsubr st, st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7139 fstp dword ptr [ecx-20h]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7140 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7141 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7142 while ( v24 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7143 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7144 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7145 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7146 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7147 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7148 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7149 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7150 memcpy(&array_507D30[result], array_507D30, sizeof(array_507D30[result]));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7151 return result;*/
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7152 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7153
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7154
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7155 //----- (00424829) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7156 bool __fastcall sub_424829(int a1, stru170_stru2 *a2, stru170_stru2 *a3, int a4)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7157 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7158 int v4; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7159 stru170_stru2 *v5; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7160 int v6; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7161 int v7; // esi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7162 int v8; // edx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7163 int v9; // ecx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7164 int v10; // eax@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7165 int v11; // edi@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7166 int v12; // edx@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7167 int v13; // eax@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7168 int v14; // edi@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7169 int v15; // ecx@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7170 int v16; // edi@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7171 int v17; // edx@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7172 int v18; // eax@39
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7173 int v19; // eax@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7174 int v20; // ecx@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7175 int v21; // edi@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7176 int v22; // edi@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7177 __int16 *v23; // ecx@47
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7178 int v24; // edx@48
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7179 int v25; // eax@50
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7180 int v26; // eax@55
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7181 signed int v27; // edi@55
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7182 int v28; // edx@56
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7183 int v29; // edx@57
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7184 int v30; // eax@59
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7185 int v31; // eax@64
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7186 signed int v32; // edi@64
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7187 int v33; // edx@65
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7188 __int16 *v34; // eax@66
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7189 __int16 v35; // dx@66
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7190 __int16 v36; // dx@67
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7191 __int16 v37; // di@67
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7192 __int16 v38; // dx@67
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7193 stru170_stru2 *v39; // ecx@69
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7194 int v40; // edx@69
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7195 int v41; // edi@70
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7196 __int16 *v42; // eax@76
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7197 __int16 *v43; // eax@81
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7198 __int16 *v45; // eax@87
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7199 int v46; // edx@87
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7200 __int16 v47; // cx@88
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7201 int v48; // eax@93
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7202 int v49; // esi@93
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7203 __int16 *v50; // ecx@94
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7204 int v51; // eax@95
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7205 int v52; // eax@97
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7206 int v53; // [sp+Ch] [bp-34h]@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7207 int v54; // [sp+10h] [bp-30h]@0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7208 int v55; // [sp+14h] [bp-2Ch]@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7209 __int16 *v56; // [sp+14h] [bp-2Ch]@47
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7210 __int16 *v57; // [sp+14h] [bp-2Ch]@76
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7211 __int16 *v58; // [sp+14h] [bp-2Ch]@81
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7212 __int16 *v59; // [sp+14h] [bp-2Ch]@87
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7213 stru170_stru2 *v60; // [sp+18h] [bp-28h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7214 int v61; // [sp+1Ch] [bp-24h]@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7215 int v62; // [sp+20h] [bp-20h]@0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7216 signed int v63; // [sp+24h] [bp-1Ch]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7217 signed int v64; // [sp+28h] [bp-18h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7218 int v65; // [sp+2Ch] [bp-14h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7219 int v66; // [sp+2Ch] [bp-14h]@39
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7220 int v67; // [sp+30h] [bp-10h]@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7221 int v68; // [sp+34h] [bp-Ch]@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7222 int v69; // [sp+34h] [bp-Ch]@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7223 int v70; // [sp+34h] [bp-Ch]@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7224 int v71; // [sp+34h] [bp-Ch]@75
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7225 int v72; // [sp+34h] [bp-Ch]@80
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7226 int v73; // [sp+38h] [bp-8h]@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7227 int v74; // [sp+3Ch] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7228 int a3a; // [sp+48h] [bp+8h]@76
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7229 int a3b; // [sp+48h] [bp+8h]@87
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7230
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7231 v4 = a1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7232 v5 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7233 v74 = a1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7234 v60 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7235 if ( !a1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7236 || (!dword_50B700 ? (v64 = -1, v6 = 1, v63 = 1) : (v6 = 1, v63 = -1, v64 = 1),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7237 v7 = dword_50B9D8_ys[0],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7238 v65 = 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7239 v8 = dword_50B9D8_ys[0],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7240 a1 <= v6) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7241 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7242 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7243 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7244 v9 = dword_50B9D8_ys[v6];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7245 if ( v9 >= v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7246 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7247 if ( v9 > v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7248 v8 = dword_50B9D8_ys[v6];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7249 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7250 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7251 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7252 v65 = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7253 v7 = dword_50B9D8_ys[v6];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7254 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7255 ++v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7256 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7257 while ( v6 < v4 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7258 v73 = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7259 if ( v8 == v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7260 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7261 v10 = v65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7262 v68 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7263 v5->_viewport_space_y = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7264 v5->field_4 = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7265 v55 = v65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7266 if ( v4 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7267 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7268 v11 = v65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7269 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7270 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7271 v10 += v64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7272 if ( v10 < v74 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7273 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7274 if ( v10 < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7275 v10 += v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7276 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7277 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7278 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7279 v10 -= v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7280 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7281 v12 = dword_50B9D8_ys[v10];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7282 if ( v12 <= dword_50B9D8_ys[v11] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7283 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7284 v55 = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7285 v11 = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7286 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7287 if ( v12 == v73 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7288 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7289 ++v68;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7290 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7291 while ( v68 < v74 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7292 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7293 v13 = v55 + v64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7294 v67 = v55 + v64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7295 if ( v55 + v64 < v74 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7296 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7297 if ( v13 >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7298 goto LABEL_27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7299 v13 += v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7300 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7301 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7302 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7303 v13 -= v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7304 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7305 v67 = v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7306 LABEL_27:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7307 if ( dword_50B9D8_ys[v13] != dword_50B9D8_ys[v55] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7308 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7309 v14 = dword_50BAC8[v55];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7310 v62 = v14 << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7311 v54 = ((dword_50BAC8[v13] - v14) << 16) / (dword_50B9D8_ys[v13] - dword_50B9D8_ys[v55]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7312 v5->array_18[v7] = LOWORD(dword_50BAC8[v55]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7313 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7314 v15 = v65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7315 v69 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7316 v61 = v65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7317 if ( v74 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7318 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7319 v16 = v65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7320 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7321 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7322 v15 += v63;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7323 if ( v15 < v74 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7324 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7325 if ( v15 < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7326 v15 += v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7327 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7328 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7329 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7330 v15 -= v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7331 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7332 v17 = dword_50B9D8_ys[v15];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7333 if ( v17 <= dword_50B9D8_ys[v16] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7334 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7335 v61 = v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7336 v16 = v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7337 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7338 if ( v17 == v73 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7339 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7340 ++v69;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7341 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7342 while ( v69 < v74 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7343 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7344 v18 = v63 + v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7345 v66 = v63 + v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7346 if ( v63 + v61 < v74 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7347 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7348 if ( v18 >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7349 goto LABEL_44;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7350 v18 += v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7351 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7352 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7353 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7354 v18 -= v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7355 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7356 v66 = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7357 LABEL_44:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7358 v19 = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7359 v20 = v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7360 v53 = dword_50B9D8_ys[v19] - dword_50B9D8_ys[v61];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7361 if ( dword_50B9D8_ys[v19] != dword_50B9D8_ys[v61] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7362 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7363 v21 = dword_50BAC8[v20];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7364 v5 = v60;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7365 v61 = v21 << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7366 v53 = ((dword_50BAC8[v19] - v21) << 16) / v53;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7367 v60->array_3D8[v73] = LOWORD(dword_50BAC8[v20]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7368 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7369 v22 = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7370 v70 = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7371 if ( v7 <= v73 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7372 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7373 v56 = &v5->array_3D8[v7];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7374 v23 = &v5->array_18[v7];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7375 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7376 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7377 v24 = v67;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7378 if ( v22 < dword_50B9D8_ys[v67] || v22 == v73 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7379 goto LABEL_57;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7380 v25 = v64 + v67;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7381 v67 = v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7382 if ( v25 < v74 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7383 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7384 if ( v25 >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7385 goto LABEL_55;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7386 v25 += v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7387 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7388 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7389 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7390 v25 -= v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7391 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7392 v67 = v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7393 LABEL_55:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7394 v26 = v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7395 v27 = dword_50B9D8_ys[v26] - dword_50B9D8_ys[v24];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7396 if ( dword_50B9D8_ys[v26] - dword_50B9D8_ys[v24] > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7397 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7398 v28 = dword_50BAC8[v24];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7399 v54 = ((dword_50BAC8[v26] - v28) << 16) / v27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7400 v62 = v28 << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7401 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7402 LABEL_57:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7403 v29 = v66;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7404 if ( v70 >= dword_50B9D8_ys[v66] && v70 != v73 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7405 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7406 v30 = v63 + v66;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7407 v66 += v63;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7408 if ( v66 >= v74 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7409 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7410 v30 -= v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7411 goto LABEL_63;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7412 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7413 if ( v30 < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7414 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7415 v30 += v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7416 LABEL_63:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7417 v66 = v30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7418 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7419 v31 = v30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7420 v32 = dword_50B9D8_ys[v31] - dword_50B9D8_ys[v29];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7421 if ( dword_50B9D8_ys[v31] - dword_50B9D8_ys[v29] > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7422 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7423 v33 = dword_50BAC8[v29];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7424 v53 = ((dword_50BAC8[v31] - v33) << 16) / v32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7425 v61 = v33 << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7426 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7427 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7428 *(__int16 *)((char *)v56 + (int)(char *)v5->array_18 - (char *)v5->array_3D8) = HIWORD(v62);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7429 *v56 = HIWORD(v61);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7430 v34 = v23 + 480;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7431 v35 = v23[480];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7432 if ( *v23 > v35 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7433 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7434 v36 = *v23 ^ v35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7435 v37 = *v34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7436 *v23 = v36;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7437 v38 = v37 ^ v36;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7438 *v23 ^= v38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7439 *v34 = v38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7440 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7441 ++v56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7442 v62 += v54;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7443 v22 = v70 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7444 v61 += v53;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7445 ++v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7446 ++v70;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7447 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7448 while ( v70 <= v73 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7449 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7450 v39 = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7451 v40 = v73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7452 if ( v73 < a3->_viewport_space_y || (v41 = a3->field_4, v7 > v41) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7453 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7454 if ( v7 < a3->_viewport_space_y )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7455 v7 = a3->_viewport_space_y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7456 if ( v73 > v41 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7457 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7458 v40 = a3->field_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7459 v73 = a3->field_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7460 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7461 v71 = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7462 if ( v7 <= v40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7463 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7464 a3a = (char *)v5 - (char *)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7465 v57 = &v5->array_18[v7];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7466 v42 = &v39->array_3D8[v7];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7467 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7468 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7469 if ( *(__int16 *)((char *)v42 + a3a) >= *(v42 - 480) && *v57 <= *v42 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7470 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7471 ++v57;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7472 ++v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7473 ++v71;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7474 ++v42;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7475 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7476 while ( v71 <= v40 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7477 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7478 v72 = v40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7479 if ( v40 < v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7480 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7481 v58 = &v5->array_18[v40];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7482 v43 = &v39->array_3D8[v40];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7483 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7484 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7485 if ( *(__int16 *)((char *)v43 + (int)(char *)v5 - (char *)v39) >= *(v43 - 480) && *v58 <= *v43 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7486 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7487 --v58;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7488 --v40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7489 --v72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7490 --v43;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7491 v73 = v40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7492 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7493 while ( v72 >= v7 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7494 if ( v7 >= v40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7495 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7496 a3b = (char *)v39 - (char *)v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7497 v59 = &v39->array_3D8[v7];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7498 v45 = &v5->array_18[v7];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7499 v46 = v73 - v7 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7500 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7501 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7502 v47 = *(__int16 *)((char *)v45 + a3b);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7503 if ( *v45 < v47 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7504 *v45 = v47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7505 if ( v45[480] > *v59 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7506 v45[480] = *v59;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7507 ++v59;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7508 ++v45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7509 --v46;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7510 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7511 while ( v46 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7512 v5->_viewport_space_y = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7513 v5->field_4 = v73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7514 v5->field_8 = v5->array_18[v7];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7515 v48 = v5->array_3D8[v7];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7516 v5->field_10 = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7517 v5->field_14 = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7518 v49 = v7 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7519 v5->field_C = v48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7520 if ( v49 <= v73 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7521 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7522 v50 = &v5->array_3D8[v49];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7523 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7524 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7525 v51 = *(v50 - 480);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7526 if ( v51 < v5->field_8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7527 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7528 v5->field_8 = v51;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7529 v5->field_10 = v49;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7530 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7531 v52 = *v50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7532 if ( v52 > v5->field_C )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7533 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7534 v5->field_C = v52;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7535 v5->field_14 = v49;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7536 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7537 ++v49;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7538 ++v50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7539 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7540 while ( v49 <= v73 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7541 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7542 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7543 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7544 // 50B700: using guessed type int dword_50B700;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7545
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7546 //----- (00424CD7) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7547 signed int __fastcall sr_424CD7(unsigned int uVertexID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7548 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7549 unsigned int v1; // edx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7550 signed int v2; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7551 char *v3; // esi@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7552 char *v4; // ecx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7553 unsigned int v5; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7554 char *v6; // edx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7555 double v7; // st6@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7556 double v8; // st5@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7557 double v9; // st6@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7558 unsigned __int8 v10; // c2@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7559 unsigned __int8 v11; // c3@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7560 RenderVertexSoft *v12; // edi@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7561 char *v13; // eax@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7562 double v14; // st6@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7563 signed int result; // eax@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7564 unsigned int v16; // [sp+8h] [bp-28h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7565 bool v17; // [sp+Ch] [bp-24h]@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7566 char *v18; // [sp+10h] [bp-20h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7567 char *v19; // [sp+14h] [bp-1Ch]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7568 signed int v20; // [sp+18h] [bp-18h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7569 RenderVertexSoft *v21; // [sp+1Ch] [bp-14h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7570 char *v22; // [sp+20h] [bp-10h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7571 char *v23; // [sp+24h] [bp-Ch]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7572 char *v24; // [sp+28h] [bp-8h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7573 char *v25; // [sp+2Ch] [bp-4h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7574
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7575 v1 = uVertexID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7576 memcpy(&array_50AC10[uVertexID], array_50AC10, sizeof(array_50AC10[uVertexID]));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7577 v2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7578 v20 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7579 if ( array_50AC10[0].vWorldViewPosition.x >= 8.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7580 v2 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7581 if ( (signed int)(uVertexID + 1) <= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7582 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7583 v3 = (char *)&array_507D30[0].vWorldViewPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7584 v4 = (char *)&array_507D30[0].vWorldViewPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7585 v5 = v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7586 v23 = (char *)&array_507D30[0].flt_20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7587 v21 = array_507D30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7588 v18 = (char *)&array_507D30[0].vWorldViewPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7589 v19 = (char *)&array_507D30[0].vWorldViewPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7590 v22 = (char *)&array_507D30[0].vWorldViewPosition;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7591 v24 = (char *)&array_507D30[0].v;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7592 v25 = (char *)&array_507D30[0].u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7593 v6 = (char *)&array_50AC10[0].v;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7594 v16 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7595 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7596 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7597 v17 = *((float *)v6 + 5) >= 8.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7598 if ( v2 != v17 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7599 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7600 if ( v17 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7601 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7602 v7 = (8.0 - *((float *)v6 - 7)) / (*((float *)v6 + 5) - *((float *)v6 - 7));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7603 *(float *)v4 = (*((float *)v6 + 6) - *((float *)v6 - 6)) * v7 + *((float *)v6 - 6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7604 *(float *)v3 = (*((float *)v6 + 7) - *((float *)v6 - 5)) * v7 + *((float *)v6 - 5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7605 *(float *)v25 = (*((float *)v6 + 11) - *((float *)v6 - 1)) * v7 + *((float *)v6 - 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7606 v8 = (*((float *)v6 + 12) - *(float *)v6) * v7 + *(float *)v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7607 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7608 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7609 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7610 v9 = (8.0 - *((float *)v6 + 5)) / (*((float *)v6 - 7) - *((float *)v6 + 5));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7611 *(float *)v4 = (*((float *)v6 - 6) - *((float *)v6 + 6)) * v9 + *((float *)v6 + 6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7612 *(float *)v3 = (*((float *)v6 - 5) - *((float *)v6 + 7)) * v9 + *((float *)v6 + 7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7613 *(float *)v25 = (*((float *)v6 - 1) - *((float *)v6 + 11)) * v9 + *((float *)v6 + 11);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7614 v8 = (*(float *)v6 - *((float *)v6 + 12)) * v9 + *((float *)v6 + 12);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7615 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7616 *(float *)v24 = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7617 *(float *)v22 = 8.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7618 *(int *)v23 = 0x3E000000u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7619 if ( v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7620 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7621 if ( 8.0 == *((float *)v6 - 7) && *(float *)v4 == *((float *)v6 - 6) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7622 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7623 v10 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7624 v11 = *(float *)v3 == *((float *)v6 - 5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7625 goto LABEL_19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7626 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7627 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7628 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7629 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7630 if ( 8.0 == *((float *)v6 + 5) && *(float *)v4 == *((float *)v6 + 6) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7631 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7632 v10 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7633 v11 = *(float *)v3 == *((float *)v6 + 7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7634 LABEL_19:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7635 if ( v11 | v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7636 goto LABEL_21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7637 goto LABEL_20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7638 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7639 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7640 LABEL_20:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7641 ++v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7642 v22 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7643 v24 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7644 v25 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7645 v4 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7646 v3 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7647 ++v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7648 v23 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7649 v19 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7650 v18 = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7651 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7652 LABEL_21:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7653 if ( v17 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7654 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7655 v12 = v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7656 v13 = v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7657 v19 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7658 v18 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7659 v14 = 1.0 / (*((float *)v6 + 5) + 0.0000001);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7660 ++v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7661 v25 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7662 v24 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7663 v22 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7664 ++v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7665 v23 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7666 memcpy(v12, v6 + 8, 0x30u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7667 v4 = v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7668 v3 = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7669 *(float *)v13 = v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7670 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7671 v2 = v17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7672 v6 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7673 --v16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7674 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7675 while ( v16 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7676 result = v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7677 if ( v20 < 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7678 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7679 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7680 }