annotate mm7_1.cpp @ 23:509744251c8e

Player-related members
author Nomad
date Sun, 14 Oct 2012 00:27:38 +0200
parents 540178ef9b18
children 93bf1d5f6a6d
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;
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
868 v16 = v5->uAttributes;
0
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;
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
907 LOBYTE(v25->uAttributes) &= 0xFu;
0
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;
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
1183 v48 = pPlayer->GetMajorConditionIdx();
0
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 {
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
1572 v4 = &pWindowList[pVisibleWindowsIdxs[v2] - 1];
0
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];
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
1622 //for ( j = *(GUIButton **)((char *)pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_ + result); j; j = j->pNext )
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
1623 for ( j = pWindowList[pVisibleWindowsIdxs[i] - 1].pControlsHead; j; j = j->pNext )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1624 j->field_28 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1625 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1626 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1627 for ( k = uNumVisibleWindows; k >= 0; --k )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1628 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1629 result = 84 * pVisibleWindowsIdxs[k];
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
1630 //for ( l = *(GUIButton **)((char *)pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_ + result); l; l = l->pNext )
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
1631 for ( l = pWindowList[pVisibleWindowsIdxs[k] - 1].pControlsHead; l; l = l->pNext )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1632 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1633 LOBYTE(result) = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1634 if ( l->uHotkey == v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1635 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1636 if ( !l->field_28 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1637 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1638 LOBYTE(result) = v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1639 l->field_28 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1640 l->uHotkey = v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1641 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1642 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1643 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1644 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1645 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1646 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1647 // 5075E0: using guessed type int pVisibleWindowsIdxs[20];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1648
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1649 //----- (0041B578) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1650 void __cdecl MainMenuUI_LoadFontsAndSomeStuff()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1651 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1652 pIcons_LOD->SetupPalettes(pRenderer->uTargetRBits,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1653 pRenderer->uTargetGBits,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1654 pRenderer->uTargetBBits);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1655 pPaletteManager->SetColorChannelInfo(pRenderer->uTargetRBits,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1656 pRenderer->uTargetGBits,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1657 pRenderer->uTargetBBits);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1658 pPaletteManager->RecalculateAll();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1659
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1660 for (uint i = 0; i < 480; ++i)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1661 pSRZBufferLineOffsets[i] = 640 * i;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1662
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1663 pRenderer->ResetClip();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1664
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1665 uTextureID_FONTPAL = pIcons_LOD->LoadTexture("FONTPAL", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1666 pFontArrus = LoadFont("arrus.fnt", "FONTPAL", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1667 pFontLucida = LoadFont("lucida.fnt", "FONTPAL", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1668 pFontCreate = LoadFont("create.fnt", "FONTPAL", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1669 pFontSmallnum = LoadFont("smallnum.fnt", "FONTPAL", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1670 pFontComic = LoadFont("comic.fnt", "FONTPAL", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1671 pFontArrus->field_3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1672 pFontLucida->field_3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1673 pFontCreate->field_3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1674
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1675 for (uint i = 0; i < 20; ++i)
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
1676 pWindowList[i].eWindowType = WINDOW_null;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1677
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1678 uNumVisibleWindows = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1679 memset(pVisibleWindowsIdxs, 0, sizeof(pVisibleWindowsIdxs));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1680 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1681
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1682 //----- (0041B690) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1683 void __cdecl MainMenuUI_Create()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1684 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1685 unsigned int v0; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1686 unsigned int v1; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1687 unsigned int v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1688 unsigned int v3; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1689 unsigned int v4; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1690 unsigned int v5; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1691 Texture *v6; // ST78_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1692 const char *v7; // ST5C_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1693 unsigned __int8 v8; // al@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1694 //Texture *v9; // ST60_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1695 Texture *v10; // ST78_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1696 const char *v11; // ST5C_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1697 unsigned __int8 v12; // al@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1698 //Texture *v13; // ST60_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1699 unsigned int v14; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1700 Texture *v15; // ST78_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1701 const char *v16; // ST5C_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1702 unsigned __int8 v17; // al@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1703 //Texture *v18; // ST60_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1704 unsigned int uTextureID_ib_td4_A; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1705 Texture *v20; // ST78_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1706 const char *v21; // ST5C_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1707 unsigned __int8 v22; // al@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1708 //Texture *v23; // ST60_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1709 Texture *v24; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1710 Texture *v25; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1711 Texture *v26; // ST60_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1712 const char *v27; // ST5C_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1713 unsigned __int8 v28; // al@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1714 Texture *v29; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1715 Texture *v30; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1716 Texture *v31; // ST60_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1717 const char *v32; // ST5C_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1718 unsigned __int8 v33; // al@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1719
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1720 v0 = pIconsFrameTable->FindIcon("wizeyeC");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1721 pIconsFrameTable->InitializeAnimation(v0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1722 v1 = pIconsFrameTable->FindIcon("wizeyeB");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1723 pIconsFrameTable->InitializeAnimation(v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1724 v2 = pIconsFrameTable->FindIcon("wizeyeA");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1725 pIconsFrameTable->InitializeAnimation(v2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1726 v3 = pIconsFrameTable->FindIcon("torchC");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1727 pIconsFrameTable->InitializeAnimation(v3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1728 v4 = pIconsFrameTable->FindIcon("torchB");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1729 pIconsFrameTable->InitializeAnimation(v4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1730 v5 = pIconsFrameTable->FindIcon("torchA");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1731 pIconsFrameTable->InitializeAnimation(v5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1732 pTextureIDs_pMapDirs[0] = pIcons_LOD->LoadTexture("MAPDIR8", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1733 pTextureIDs_pMapDirs[1] = pIcons_LOD->LoadTexture("MAPDIR1", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1734 pTextureIDs_pMapDirs[2] = pIcons_LOD->LoadTexture("MAPDIR2", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1735 pTextureIDs_pMapDirs[3] = pIcons_LOD->LoadTexture("MAPDIR3", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1736 pTextureIDs_pMapDirs[4] = pIcons_LOD->LoadTexture("MAPDIR4", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1737 pTextureIDs_pMapDirs[5] = pIcons_LOD->LoadTexture("MAPDIR5", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1738 pTextureIDs_pMapDirs[6] = pIcons_LOD->LoadTexture("MAPDIR6", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1739 pTextureIDs_pMapDirs[7] = pIcons_LOD->LoadTexture("MAPDIR7", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1740 uTextureID_BarBlue = pIcons_LOD->LoadTexture("ib-statB", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1741 uTextureID_BarGreen = pIcons_LOD->LoadTexture("ib-statG", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1742 uTextureID_BarYellow = pIcons_LOD->LoadTexture("ib-statY", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1743 uTextureID_BarRed = pIcons_LOD->LoadTexture("ib-statR", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1744 uTextureID_mhp_bd = pIcons_LOD->LoadTexture("mhp_bg", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1745 uTextureID_mhp_capl = pIcons_LOD->LoadTexture("mhp_capl", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1746 uTextureID_mhp_capr = pIcons_LOD->LoadTexture("mhp_capr", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1747 uTextureID_mhp_grn = pIcons_LOD->LoadTexture("mhp_grn", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1748 uTextureID_mhp_red = pIcons_LOD->LoadTexture("mhp_red", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1749 uTextureID_mhp_yel = pIcons_LOD->LoadTexture("mhp_yel", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1750 uTextureID_Leather = pIcons_LOD->LoadTexture("LEATHER", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1751 pTexture_Leather = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("ibground", TEXTURE_16BIT_PALETTE)];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1752 uTextureID_x_x_u = pIcons_LOD->LoadTexture("x_x_u", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1753 uTextureID_BUTTDESC2 = pIcons_LOD->LoadTexture("BUTTESC2", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1754 uTextureID_x_ok_u = pIcons_LOD->LoadTexture("x_ok_u", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1755 uTextureID_BUTTYES2 = pIcons_LOD->LoadTexture("BUTTYES2", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1756 uTextureID_BUTTMAKE = pIcons_LOD->LoadTexture("BUTTMAKE", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1757 uTextureID_BUTTMAKE2 = pIcons_LOD->LoadTexture("BUTTMAKE2", TEXTURE_16BIT_PALETTE);
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
1758
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
1759 pGUIWindow0 = GUIWindow::Create(0, 0, 640, 480, WINDOW_MainMenu, 0, 0);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1760 pGUIWindow0->CreateButton(7u, 8u, 0x1CCu, 0x157u, 1, 0, 0xAu, 0, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1761 pGUIWindow0->CreateButton(0x3Du, 0x1A8u, 0x1Fu, 0x28u, 2, 94, 0x6Eu, 1u, 0x31u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1762 pGUIWindow0->CreateButton(0xB1u, 0x1A8u, 0x1Fu, 0x28u, 2, 94, 0x6Eu, 2u, 0x32u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1763 pGUIWindow0->CreateButton(0x124u, 0x1A8u, 0x1Fu, 0x28u, 2, 94, 0x6Eu, 3u, 0x33u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1764 pGUIWindow0->CreateButton(0x197u, 0x1A8u, 0x1Fu, 0x28u, 2, 94, 0x6Eu, 4u, 0x34u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1765 pGUIWindow0->CreateButton(0x18u, 0x194u, 5u, 0x31u, 1, 93, 0, 1u, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1766 pGUIWindow0->CreateButton(0x8Bu, 0x194u, 5u, 0x31u, 1, 93, 0, 2u, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1767 pGUIWindow0->CreateButton(0xFFu, 0x194u, 5u, 0x31u, 1, 93, 0, 3u, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1768 pGUIWindow0->CreateButton(0x172u, 0x194u, 5u, 0x31u, 1, 93, 0, 4u, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1769 pGUIWindow0->CreateButton(0x61u, 0x194u, 5u, 0x31u, 1, 93, 0, 1u, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1770 pGUIWindow0->CreateButton(0xD4u, 0x194u, 5u, 0x31u, 1, 93, 0, 2u, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1771 pGUIWindow0->CreateButton(0x148u, 0x194u, 5u, 0x31u, 1, 93, 0, 3u, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1772 pGUIWindow0->CreateButton(0x1BBu, 0x194u, 5u, 0x31u, 1, 93, 0, 4u, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1773 uTextureID_ib_td1_A = pIcons_LOD->LoadTexture("ib-td1-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1774 v6 = (Texture *)(uTextureID_ib_td1_A != -1 ? &pIcons_LOD->pTextures[uTextureID_ib_td1_A] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1775 v7 = pGlobalTXT_LocalizationStrings[174];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1776 v8 = pKeyActionMap->GetActionVKey(INPUT_Quest);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1777 ptr_507A10 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1778 0x1EBu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1779 0x161u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1780 v6->uTextureWidth,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1781 v6->uTextureHeight,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1782 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1783 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1784 0xC8u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1785 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1786 v8,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1787 v7,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1788 v6, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1789 uTextureID_ib_td2_A = pIcons_LOD->LoadTexture("ib-td2-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1790 v10 = (Texture *)(uTextureID_ib_td2_A != -1 ? &pIcons_LOD->pTextures[uTextureID_ib_td2_A] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1791 v11 = pGlobalTXT_LocalizationStrings[154];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1792 v12 = pKeyActionMap->GetActionVKey(INPUT_Autonotes);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1793 ptr_507A0C = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1794 0x20Fu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1795 0x161u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1796 v10->uTextureWidth,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1797 v10->uTextureHeight,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1798 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1799 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1800 0xC9u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1801 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1802 v12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1803 v11,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1804 v10);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1805 v14 = pIcons_LOD->LoadTexture("ib-td3-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1806 v15 = (Texture *)(v14 != -1 ? (int)&pIcons_LOD->pTextures[v14] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1807 v16 = pGlobalTXT_LocalizationStrings[139];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1808 v17 = pKeyActionMap->GetActionVKey(INPUT_Mapbook);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1809 ptr_507A08 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1810 0x222u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1811 0x161u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1812 v15->uTextureWidth,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1813 v15->uTextureHeight,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1814 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1815 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1816 0xCAu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1817 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1818 v17,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1819 v16,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1820 v15);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1821 uTextureID_ib_td4_A = pIcons_LOD->LoadTexture("ib-td4-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1822 v20 = (Texture *)(uTextureID_ib_td4_A != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_ib_td4_A] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1823 v21 = pGlobalTXT_LocalizationStrings[78];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1824 v22 = pKeyActionMap->GetActionVKey(INPUT_TimeCal);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1825 dword_507A04 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1826 0x23Au,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1827 0x161u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1828 v20->uTextureWidth,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1829 v20->uTextureHeight,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1830 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1831 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1832 0xCBu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1833 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1834 v22,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1835 v21,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1836 v20);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1837 uTextureID_ib_td5_A = pIcons_LOD->LoadTexture("ib-td5-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1838 ptr_507A00 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1839 0x258u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1840 0x169u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1841 (uTextureID_ib_td5_A != -1 ? pIcons_LOD->pTextures[uTextureID_ib_td5_A].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1842 (uTextureID_ib_td5_A != -1 ? pIcons_LOD->pTextures[uTextureID_ib_td5_A].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1843 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1844 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1845 0xE0u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1846 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1847 0x48u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1848 pGlobalTXT_LocalizationStrings[602],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1849 (Texture *)(uTextureID_ib_td5_A != -1 ? &pIcons_LOD->pTextures[uTextureID_ib_td5_A] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1850 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1851 v24 = &pIcons_LOD->pTextures[uTextureID_507980];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1852 v25 = (Texture *)(uTextureID_507980 != -1 ? (int)v24 : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1853 bFlashHistoryBook = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1854 v26 = (Texture *)(uTextureID_507980 != -1 ? (int)v24 : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1855 bFlashAutonotesBook = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1856 v27 = pGlobalTXT_LocalizationStrings[252];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1857 bFlashQuestBook = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1858 v28 = pKeyActionMap->GetActionVKey(INPUT_ZoomIn);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1859 dword_507A18 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1860 0x23Eu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1861 0x88u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1862 v25->uTextureWidth,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1863 v25->uTextureHeight,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1864 2,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1865 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1866 0x170u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1867 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1868 v28,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1869 v27,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1870 v26,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1871 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1872 v29 = &pIcons_LOD->pTextures[uTextureID_507984];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1873 v30 = (Texture *)(uTextureID_507984 != -1 ? (int)v29 : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1874 v31 = (Texture *)(uTextureID_507984 != -1 ? (int)v29 : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1875 v32 = pGlobalTXT_LocalizationStrings[251];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1876 v33 = pKeyActionMap->GetActionVKey(INPUT_ZoomOut);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1877 dword_507A14 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1878 0x207u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1879 0x88u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1880 v30->uTextureWidth,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1881 v30->uTextureHeight,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1882 2,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1883 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1884 0x16Fu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1885 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1886 v33,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1887 v32,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1888 v31,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1889 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1890 pGUIWindow0->CreateButton(0x1E1u, 0, 0x99u, 0x43u, 1, 92, 0, 0, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1891 pGUIWindow0->CreateButton(0x1EBu, 0x95u, 0x40u, 0x4Au, 1, 0, 0x86u, 0, 0x35u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1892 pGUIWindow0->CreateButton(0x231u, 0x95u, 0x40u, 0x4Au, 1, 0, 0x87u, 0, 0x36u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1893 pGUIWindow0->CreateButton(0x1DCu, 0x142u, 0x4Du, 0x11u, 1, 100, 0, 0, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1894 pGUIWindow0->CreateButton(0x22Bu, 0x142u, 0x4Du, 0x11u, 1, 101, 0, 0, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1895 ptr_5079F8 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1896 0x1DCu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1897 0x1C2u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1898 (uTextureID_50797C != -1 ? pIcons_LOD->pTextures[uTextureID_50797C].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1899 (uTextureID_50797C != -1 ? pIcons_LOD->pTextures[uTextureID_50797C].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1900 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1901 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1902 0x69u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1903 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1904 0x43u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1905 pGlobalTXT_LocalizationStrings[38],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1906 (Texture *)(uTextureID_50797C != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_50797C] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1907 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1908 ptr_5079FC = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1909 0x206u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1910 0x1C2u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1911 (uTextureID_507978 != -1 ? pIcons_LOD->pTextures[uTextureID_507978].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1912 (uTextureID_507978 != -1 ? pIcons_LOD->pTextures[uTextureID_507978].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1913 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1914 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1915 0x68u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1916 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1917 0x52u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1918 pGlobalTXT_LocalizationStrings[182],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1919 (Texture *)(uTextureID_507978 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_507978] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1920 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1921 ptr_5079F4 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1922 0x230u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1923 0x1C2u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1924 (dword_507974 != -1 ? pIcons_LOD->pTextures[dword_507974].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1925 (dword_507974 != -1 ? pIcons_LOD->pTextures[dword_507974].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1926 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1927 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1928 0x6Au,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1929 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1930 0x5Au,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1931 pGlobalTXT_LocalizationStrings[173],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1932 (Texture *)(dword_507974 != -1 ? &pIcons_LOD->pTextures[dword_507974] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1933 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1934 ptr_5079F0 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1935 0x25Au,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1936 0x1C2u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1937 (uTextureID_507970 != -1 ? pIcons_LOD->pTextures[uTextureID_507970].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1938 (uTextureID_507970 != -1 ? pIcons_LOD->pTextures[uTextureID_507970].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1939 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1940 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1941 0x6Bu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1942 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1943 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1944 pGlobalTXT_LocalizationStrings[93],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1945 (Texture *)(uTextureID_507970 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_507970] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1946 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1947 ptr_5079EC = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1948 0x1D5u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1949 0xB2u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1950 (uTextureID_507990 != -1 ? pIcons_LOD->pTextures[uTextureID_507990].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1951 (uTextureID_507990 != -1 ? pIcons_LOD->pTextures[uTextureID_507990].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1952 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1953 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1954 0xBCu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1955 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1956 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1957 nullstring,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1958 (Texture *)(uTextureID_507990 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_507990] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1959 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1960 ptr_5079E8 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1961 0x272u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1962 0xB2u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1963 (uTextureID_50798C != -1 ? pIcons_LOD->pTextures[uTextureID_50798C].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1964 (uTextureID_50798C != -1 ? pIcons_LOD->pTextures[uTextureID_50798C].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1965 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1966 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1967 0xBCu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1968 1u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1969 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1970 nullstring,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1971 (Texture *)(uTextureID_50798C != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_50798C] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1972 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1973 Load_isn_spells_21_27();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1974 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1975
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1976
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1977
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1978 //----- (0041C047) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1979 void __cdecl GameUI_DrawStatusBar_2()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1980 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1981 unsigned int v0; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1982 char *v1; // edx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1983 unsigned int v2; // ST18_4@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1984 const char *v3; // ST0C_4@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1985 unsigned int v4; // ST08_4@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1986 int v5; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1987
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1988 pRenderer->DrawTextureRGB(0, 352u, pTexture_StatusBar);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1989 if ( GameUI_StatusBar_TimedStringTimeLeft )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1990 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1991 v1 = GameUI_StatusBar_TimedString;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1992 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1993 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1994 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1995 if ( !pStatusBarString[0] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1996 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1997 v1 = pStatusBarString;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1998 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1999 LOWORD(v0) = uGameUIFontShadow;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2000 v2 = v0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2001 LOWORD(v0) = uGameUIFontMain;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2002 v3 = v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2003 v4 = v0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2004 v5 = pFontLucida->AlignText_Center(0x1C2u, v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2005 pGUIWindow0->DrawText(pFontLucida, v5 + 11, 357, v4, v3, 0, 0, v2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2006 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2007
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2008 //----- (0041C0B8) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2009 void __thiscall sub_41C0B8_set_status_string(const char *pStr)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2010 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2011 const char *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2012 int i; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2013 int j; // eax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2014
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2015 v1 = pStr;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2016 if ( pStr && strcmp(pStr, "test") && !IsBadStringPtrA(v1, 1u) && (*v1 || GameUI_StatusBar_TimedStringTimeLeft) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2017 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2018 if ( GameUI_StatusBar_TimedStringTimeLeft )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2019 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2020 for ( i = pFontLucida->GetLineWidth(GameUI_StatusBar_TimedString);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2021 i > 450;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2022 i = pFontLucida->GetLineWidth(GameUI_StatusBar_TimedString) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2023 byte_5C3427[strlen(GameUI_StatusBar_TimedString)] = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2024 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2025 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2026 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2027 strcpy(pStatusBarString, v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2028 for ( j = pFontLucida->GetLineWidth(pStatusBarString);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2029 j > 450;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2030 j = pFontLucida->GetLineWidth(pStatusBarString) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2031 GameUI_StatusBar_TimedString[strlen(pStatusBarString) + 199] = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2032 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2033 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2034 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2035
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2036 //----- (0041C179) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2037 void __cdecl GameUI_DrawStatusBar()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2038 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2039 unsigned int v0; // ebp@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2040 char *v1; // edi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2041 int v2; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2042 unsigned int v3; // esi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2043 size_t v4; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2044 GUIFont *v5; // ecx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2045 int v6; // eax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2046 size_t v7; // eax@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2047 GUIFont *v8; // ecx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2048 char v9; // zf@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2049 unsigned int v10; // ST08_4@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2050 int v11; // eax@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2051
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2052 v0 = uGameUIFontShadow;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2053 if ( pStatusBarString[0] || GameUI_StatusBar_TimedStringTimeLeft || bForceDrawStatusBar )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2054 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2055 pRenderer->DrawTextureRGB(0, 352u, pTexture_StatusBar);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2056 if ( GameUI_StatusBar_TimedStringTimeLeft )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2057 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2058 v1 = GameUI_StatusBar_TimedString;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2059 v2 = pFontLucida->GetLineWidth(GameUI_StatusBar_TimedString);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2060 v3 = 450;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2061 while ( v2 > 450 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2062 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2063 v4 = strlen(GameUI_StatusBar_TimedString);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2064 v5 = pFontLucida;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2065 byte_5C3427[v4] = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2066 v2 = pFontLucida->GetLineWidth(GameUI_StatusBar_TimedString);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2067 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2068 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2069 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2070 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2071 v1 = pStatusBarString;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2072 v6 = pFontLucida->GetLineWidth(pStatusBarString);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2073 v3 = 450;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2074 while ( v6 > 450 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2075 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2076 v7 = strlen(pStatusBarString);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2077 v8 = pFontLucida;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2078 GameUI_StatusBar_TimedString[v7 + 199] = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2079 v6 = pFontLucida->GetLineWidth(pStatusBarString);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2080 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2081 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2082 v9 = *v1 == 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2083 bForceDrawStatusBar = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2084 if ( !v9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2085 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2086 v10 = uGameUIFontMain;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2087 v11 = pFontLucida->AlignText_Center(v3, v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2088 pGUIWindow0->DrawText(pFontLucida, v11 + 11, 357, v10, v1, 0, 0, v0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2089 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2090 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2091 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2092 // 5C35BC: using guessed type int bForceDrawStatusBar;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2093
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2094
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2095 //----- (0041CD4F) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2096 bool __thiscall sub_41CD4F(unsigned int _this)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2097 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2098 unsigned int v1; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2099 unsigned int v2; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2100 int v3; // esi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2101 int v4; // ecx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2102 GUIButton *v5; // eax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2103 int v6; // edx@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2104 int v7; // ecx@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2105 char v8; // zf@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2106 GUIButton *v9; // ecx@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2107 int v10; // esi@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2108 int v11; // edx@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2109 int v12; // edx@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2110 int v13; // esi@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2111 GUIButton *v14; // eax@37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2112 int v15; // edx@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2113 int v17; // ecx@50
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2114 int v18; // edx@50
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2115 GUIButton *v19; // ecx@54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2116 int v20; // esi@54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2117 int v21; // edx@56
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2118 int v22; // ecx@59
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2119 int v23; // edx@59
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2120 int v24; // ecx@60
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2121 int v25; // esi@63
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2122 unsigned int v26; // [sp+Ch] [bp-14h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2123 int v27; // [sp+10h] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2124 int v28; // [sp+14h] [bp-Ch]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2125 int v29; // [sp+14h] [bp-Ch]@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2126 unsigned int uClickX; // [sp+18h] [bp-8h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2127 unsigned int uClickY; // [sp+1Ch] [bp-4h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2128
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2129 v1 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2130 v26 = _this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2131 v27 = uNumVisibleWindows;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2132 if ( uNumVisibleWindows < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2133 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2134 v2 = pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2135 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2136 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2137 v3 = pVisibleWindowsIdxs[v27] - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2138 if ( pWindowList[v3].field_44 == v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2139 goto LABEL_47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2140 if ( v26 != 34 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2141 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2142 if ( pWindowList[v3].field_30 != v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2143 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2144 pMouse->GetClickPos(&uClickX, &uClickY);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2145 v4 = pWindowList[v3].field_38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2146 v29 = v4 + pWindowList[v3].field_28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2147 if ( v4 < v4 + pWindowList[v3].field_28 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2148 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2149 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2150 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2151 v14 = pWindowList[v3].pControlsHead;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2152 if ( v4 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2153 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2154 v15 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2155 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2156 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2157 v14 = v14->pNext;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2158 --v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2159 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2160 while ( v15 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2161 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2162 if ( (signed int)uClickX >= (signed int)v14->uX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2163 && (signed int)uClickX <= (signed int)v14->uZ
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2164 && (signed int)uClickY >= (signed int)v14->uY
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2165 && (signed int)uClickY <= (signed int)v14->uW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2166 goto LABEL_66;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2167 ++v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2168 if ( v4 >= v29 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2169 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2170 LABEL_45:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2171 v1 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2172 goto LABEL_46;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2173 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2174 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2175 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2176 goto LABEL_46;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2177 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2178 LABEL_47:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2179 --v27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2180 if ( v27 < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2181 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2182 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2183 if ( v26 == 37 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2184 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2185 v12 = pWindowList[v3].field_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2186 if ( pWindowList[v3].field_2C_focus_id - pWindowList[v3].field_38 - v12 >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2187 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2188 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
2189 pWindowList[v3].field_2C_focus_id -= v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2190 if ( v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2191 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2192 pAudioPlayer->PlaySound((SoundID)66, v1, v1, -1, v1, v1, v1, v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2193 v2 = pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2194 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2195 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2196 if ( pWindowList[v3].field_30 != v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2197 goto LABEL_47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2198 v9 = pWindowList[v3].pControlsHead;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2199 v13 = pWindowList[v3].field_2C_focus_id;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2200 if ( v13 > (signed int)v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2201 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2202 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2203 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2204 v9 = v9->pNext;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2205 --v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2206 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2207 while ( v13 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2208 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2209 LABEL_26:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2210 v11 = v9->uControlParam;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2211 if ( (signed int)v2 < 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2212 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2213 pMessageQueue_50CBD0->pMessages[v2].eType = (UIMessageType)v9->uControlID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2214 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2215 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2216 v2 = pMessageQueue_50CBD0->uNumMessages + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2217 ++pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2218 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2219 goto LABEL_47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2220 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2221 if ( v26 != 38 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2222 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2223 if ( v26 == 39 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2224 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2225 v7 = pWindowList[v3].field_2C_focus_id + pWindowList[v3].field_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2226 if ( v7 < pWindowList[v3].field_28 + pWindowList[v3].field_38 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2227 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2228 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
2229 pWindowList[v3].field_2C_focus_id = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2230 if ( v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2231 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2232 pAudioPlayer->PlaySound((SoundID)66, v1, v1, -1, v1, v1, v1, v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2233 v2 = pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2234 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2235 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2236 if ( pWindowList[v3].field_30 != v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2237 goto LABEL_47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2238 v9 = pWindowList[v3].pControlsHead;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2239 v10 = pWindowList[v3].field_2C_focus_id;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2240 if ( v10 > (signed int)v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2241 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2242 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2243 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2244 v9 = v9->pNext;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2245 --v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2246 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2247 while ( v10 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2248 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2249 goto LABEL_26;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2250 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2251 if ( v26 == 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2252 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2253 v17 = pWindowList[v3].field_38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2254 v18 = pWindowList[v3].field_2C_focus_id;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2255 if ( v18 >= pWindowList[v3].field_28 + v17 - 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2256 pWindowList[v3].field_2C_focus_id = v17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2257 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2258 pWindowList[v3].field_2C_focus_id = v18 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2259 if ( pWindowList[v3].field_30 != v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2260 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2261 v19 = pWindowList[v3].pControlsHead;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2262 v20 = pWindowList[v3].field_2C_focus_id;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2263 if ( v20 > (signed int)v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2264 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2265 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2266 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2267 v19 = v19->pNext;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2268 --v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2269 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2270 while ( v20 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2271 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2272 goto LABEL_56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2273 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2274 if ( v26 == 41 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2275 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2276 pMouse->GetClickPos(&uClickX, &uClickY);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2277 v4 = pWindowList[v3].field_38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2278 v28 = v4 + pWindowList[v3].field_28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2279 if ( v4 < v4 + pWindowList[v3].field_28 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2280 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2281 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2282 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2283 v5 = pWindowList[v3].pControlsHead;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2284 if ( v4 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2285 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2286 v6 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2287 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2288 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2289 v5 = v5->pNext;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2290 --v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2291 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2292 while ( v6 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2293 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2294 if ( (signed int)uClickX >= (signed int)v5->uX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2295 && (signed int)uClickX <= (signed int)v5->uZ
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2296 && (signed int)uClickY >= (signed int)v5->uY
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2297 && (signed int)uClickY <= (signed int)v5->uW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2298 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2299 ++v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2300 if ( v4 >= v28 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2301 goto LABEL_45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2302 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2303 LABEL_66:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2304 pWindowList[v3].field_2C_focus_id = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2305 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2306 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2307 LABEL_46:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2308 v2 = pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2309 goto LABEL_47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2310 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2311 goto LABEL_47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2312 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2313 v22 = pWindowList[v3].field_2C_focus_id;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2314 v23 = pWindowList[v3].field_38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2315 if ( v22 <= v23 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2316 v24 = pWindowList[v3].field_28 + v23 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2317 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2318 v24 = v22 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2319 v8 = pWindowList[v3].field_30 == v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2320 pWindowList[v3].field_2C_focus_id = v24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2321 if ( !v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2322 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2323 v19 = pWindowList[v3].pControlsHead;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2324 v25 = pWindowList[v3].field_2C_focus_id;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2325 if ( v25 > (signed int)v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2326 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2327 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2328 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2329 v19 = v19->pNext;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2330 --v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2331 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2332 while ( v25 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2333 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2334 LABEL_56:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2335 v21 = v19->uControlParam;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2336 if ( (signed int)v2 < 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2337 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2338 pMessageQueue_50CBD0->pMessages[v2].eType = (UIMessageType)v19->uControlID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2339 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2340 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2341 ++pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2342 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2343 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2344 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2345
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2346 //----- (0041D20D) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2347 char __fastcall sub_41D20D_buff_remaining_time_string(int ecx0, GUIWindow *edx0, __int64 a3, GUIFont *a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2348 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2349 unsigned int v4; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2350 unsigned int v5; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2351 unsigned int v6; // ebp@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2352 unsigned int v7; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2353 signed __int64 v8; // ST34_8@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2354 signed __int64 v9; // kr00_8@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2355 char *v10; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2356 char *v11; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2357 char *v12; // eax@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2358 char *v13; // eax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2359 int uY; // [sp+0h] [bp-20h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2360 GUIWindow *a1; // [sp+4h] [bp-1Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2361 signed __int64 v17; // [sp+10h] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2362 signed __int64 v18; // [sp+18h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2363 unsigned int v19; // [sp+24h] [bp+4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2364
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2365 a1 = edx0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2366 uY = ecx0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2367 v4 = (unsigned __int64)(signed __int64)((double)a3 * 0.234375) >> 32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2368 v5 = (signed __int64)((double)a3 * 0.234375);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2369 v6 = (unsigned __int64)((signed __int64)((double)a3 * 0.234375) / 60) >> 32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2370 v7 = (signed __int64)((double)a3 * 0.234375) / 60;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2371 v8 = (signed __int64)((double)a3 * 0.234375) / 60 / 60;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2372 v19 = (unsigned int)v8 / 0x18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2373 v18 = (signed __int64)__PAIR__(v4, v5) % 60;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2374 v17 = (signed __int64)__PAIR__(v6, v7) % 60;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2375 v9 = v8 % 24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2376 strcpy(pTmpBuf, "\r020");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2377 if ( (unsigned int)v8 / 0x18 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2378 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2379 v10 = pGlobalTXT_LocalizationStrings[57]; // Days
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2380 if ( v19 <= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2381 v10 = pGlobalTXT_LocalizationStrings[56]; // Day
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2382 sprintfex(pTmpBuf2, "%d %s ", v19, v10);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2383 strcat(pTmpBuf, pTmpBuf2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2384 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2385 if ( v9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2386 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2387 if ( v9 <= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2388 v11 = pGlobalTXT_LocalizationStrings[109];// Hour
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2389 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2390 v11 = pGlobalTXT_LocalizationStrings[110];// Hours
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2391 sprintfex(pTmpBuf2, "%d %s ", v9, v11);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2392 strcat(pTmpBuf, pTmpBuf2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2393 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2394 if ( v17 && !v19 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2395 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2396 if ( v17 <= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2397 v12 = pGlobalTXT_LocalizationStrings[437];// Minute
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2398 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2399 v12 = pGlobalTXT_LocalizationStrings[436];// Minutes
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2400 sprintfex(pTmpBuf2, "%d %s ", v17, v12);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2401 strcat(pTmpBuf, pTmpBuf2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2402 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2403 if ( v18 && !v9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2404 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2405 if ( v18 <= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2406 v13 = pGlobalTXT_LocalizationStrings[439];// Second
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2407 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2408 v13 = pGlobalTXT_LocalizationStrings[438];// Seconds
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2409 sprintfex(pTmpBuf2, "%d %s ", v18, v13);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2410 strcat(pTmpBuf, pTmpBuf2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2411 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2412 return a1->DrawText(a2, 32, uY, 0, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2413 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2414
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2415
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2416 //----- (0041D895) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2417 void __thiscall GameUI_DrawItemInfo(ItemGen *ecx0)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2418 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2419 ItemGen *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2420 unsigned int v2; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2421 char *v3; // edi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2422 unsigned int v4; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2423 unsigned int v5; // esi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2424 signed int v6; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2425 int v7; // edx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2426 ItemGen *v8; // ecx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2427 unsigned int v9; // eax@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2428 char v10; // zf@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2429 ItemGen *v11; // eax@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2430 ItemGen *v12; // eax@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2431 unsigned int v13; // ecx@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2432 unsigned int v14; // eax@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2433 Render *v15; // edi@33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2434 const char *v16; // eax@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2435 int v17; // eax@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2436 int v18; // esi@37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2437 unsigned __int16 v19; // ax@37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2438 char v20; // al@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2439 char v21; // al@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2440 char v22; // al@48
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2441 char v23; // al@51
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2442 int v24; // eax@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2443 int v25; // eax@57
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2444 int v26; // eax@60
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2445 int v27; // eax@67
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2446 const char *v28; // edi@69
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2447 int v29; // eax@70
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2448 char *v30; // edi@78
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2449 const char *v31; // eax@78
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2450 int v32; // ecx@81
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2451 unsigned int v33; // eax@81
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2452 int v34; // esi@81
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2453 const char *v35; // eax@85
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2454 const char *v36; // eax@87
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2455 unsigned int v37; // eax@109
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2456 unsigned int v38; // eax@109
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2457 int v39; // eax@113
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2458 GUIFont *v40; // edx@113
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2459 signed int v41; // [sp-20h] [bp-298h]@113
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2460 int v42; // [sp-1Ch] [bp-294h]@113
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2461 char *v43; // [sp-18h] [bp-290h]@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2462 unsigned int v44; // [sp-18h] [bp-290h]@113
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2463 int v45; // [sp-14h] [bp-28Ch]@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2464 const char *v46; // [sp-14h] [bp-28Ch]@58
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2465 char *v47; // [sp-14h] [bp-28Ch]@110
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2466 char *v48; // [sp-10h] [bp-288h]@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2467 const char *v49; // [sp-10h] [bp-288h]@56
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2468 char *v50; // [sp-10h] [bp-288h]@58
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2469 int v51; // [sp-10h] [bp-288h]@110
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2470 const char *v52; // [sp-Ch] [bp-284h]@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2471 int v53; // [sp-Ch] [bp-284h]@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2472 char *v54; // [sp-Ch] [bp-284h]@56
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2473 int v55; // [sp-Ch] [bp-284h]@58
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2474 int v56; // [sp-Ch] [bp-284h]@110
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2475 unsigned int v57; // [sp-8h] [bp-280h]@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2476 int v58; // [sp-8h] [bp-280h]@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2477 int v59; // [sp-8h] [bp-280h]@56
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2478 int v60; // [sp-8h] [bp-280h]@58
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2479 unsigned int v61; // [sp-8h] [bp-280h]@110
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2480 char a1[100]; // [sp+8h] [bp-270h]@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2481 char Dest[100]; // [sp+6Ch] [bp-20Ch]@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2482 char v64[100]; // [sp+D0h] [bp-1A8h]@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2483 char v65[120]; // [sp+134h] [bp-144h]@92
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2484 char Source[40]; // [sp+1ACh] [bp-CCh]@49
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2485 int v67; // [sp+1D4h] [bp-A4h]@91
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2486 int v68; // [sp+1D8h] [bp-A0h]@106
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2487 int v69; // [sp+1DCh] [bp-9Ch]@101
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2488 int v70; // [sp+1E0h] [bp-98h]@97
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2489 int v71; // [sp+1E8h] [bp-90h]@93
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2490 int v72; // [sp+1ECh] [bp-8Ch]@91
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2491 int var88; // [sp+1F0h] [bp-88h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2492 Texture *v73; // [sp+1F4h] [bp-84h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2493 unsigned int v75; // [sp+1F8h] [bp-80h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2494 char *v76; // [sp+1FCh] [bp-7Ch]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2495 int v77; // [sp+200h] [bp-78h]@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2496 int v78; // [sp+204h] [bp-74h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2497 GUIWindow v79; // [sp+208h] [bp-70h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2498 POINT a2; // [sp+25Ch] [bp-1Ch]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2499 int v81; // [sp+264h] [bp-14h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2500 GUIFont *v82; // [sp+268h] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2501 char *v83; // [sp+26Ch] [bp-Ch]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2502 char *Str; // [sp+270h] [bp-8h]@65
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2503 ItemGen *_this; // [sp+274h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2504
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2505 v1 = ecx0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2506 _this = ecx0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2507 var88 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2508 v82 = pFontComic;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2509 if ( v1->uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2510 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2511 v79.str_48 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2512 v79.uFrameWidth = 384;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2513 v79.uFrameHeight = 180;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2514 v79.uFrameY = 40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2515 if ( pMouse->GetCursorPos(&a2)->x <= 320 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2516 v2 = pMouse->GetCursorPos(&a2)->x + 30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2517 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2518 v2 = pMouse->GetCursorPos(&a2)->x - v79.uFrameWidth - 30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2519 v79.uFrameX = v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2520 v3 = (char *)&pItemsTable->pItems[_this->uItemID].pIconName;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2521 v76 = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2522 v4 = pIcons_LOD->LoadTexture(*(const char **)v3, TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2523 v5 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2524 v4 *= 72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2525 v75 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2526 v73 = (struct Texture *)((char *)pIcons_LOD->pTextures + v4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2527 v6 = 100 - *(unsigned __int16 *)((char *)&pIcons_LOD->pTextures[0].uTextureWidth + v4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2528 v7 = v73->uTextureHeight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2529 v78 = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2530 v81 = 144 - v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2531 if ( v6 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2532 v78 = v6 >> 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2533 if ( v81 <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2534 v81 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2535 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2536 v81 >>= 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2537 v8 = _this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2538 if ( !v3[46] )
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
2539 _this->uAttributes |= 1u;
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
2540 v9 = v8->uAttributes;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2541 v77 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2542 a2.y = v9 & 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2543 if ( pItemsTable->pItems[v8->uItemID].uEquipType == 18 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2544 v77 = v8->uAdditionalValue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2545 if ( uActiveCharacter )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2546 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2547 if ( !(v9 & 1) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2548 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2549 v10 = pPlayers[uActiveCharacter]->CanIdentify(_this) == 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2550 v11 = _this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2551 if ( v10 )
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
2552 _this->uAttributes |= 1u;
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
2553 v10 = (v11->uAttributes & 1) == 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2554 v83 = (char *)9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2555 if ( v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2556 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2557 ShowStatusBarString(pGlobalTXT_LocalizationStrings[446], 2u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2558 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2559 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2560 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2561 v83 = (char *)8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2562 if ( _this->GetValue() < 100 * (pPlayers[uActiveCharacter]->uLevel + 5) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2563 v83 = (char *)7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2564 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2565 if ( dword_4E455C )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2566 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2567 pPlayers[uActiveCharacter]->PlaySound((int)v83, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2568 dword_4E455C = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2569 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2570 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2571 _this->UpdateTempBonus(pParty->uTimePlayed);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2572 if ( a2.y )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2573 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2574 v10 = pPlayers[uActiveCharacter]->CanRepair(_this) == 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2575 v12 = _this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2576 if ( v10 )
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
2577 _this->uAttributes = _this->uAttributes & 0xFFFFFFFD | 1;
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
2578 v10 = (v12->uAttributes & 2) == 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2579 v83 = (char *)11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2580 if ( v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2581 v83 = (char *)10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2582 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2583 ShowStatusBarString(pGlobalTXT_LocalizationStrings[448], 2u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2584 if ( dword_4E455C )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2585 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2586 pPlayers[uActiveCharacter]->PlaySound((int)v83, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2587 dword_4E455C = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2588 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2589 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2590 }
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
2591 v13 = _this->uAttributes;
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
2592 v14 = _this->uAttributes & 1;
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
2593 a2.y = _this->uAttributes & 1;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2594 if ( v13 & 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2595 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2596 v79._415551(0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2597 //v15 = &;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2598 pRenderer->Clip(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2599 v79.uFrameX + 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2600 v79.uFrameY + 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2601 v79.uFrameX + v79.uFrameWidth - 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2602 v79.uFrameY + v79.uFrameHeight - 12);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2603 v79.uFrameWidth -= 24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2604 v79.uFrameHeight -= 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2605 v79.uFrameZ = v79.uFrameX + v79.uFrameWidth - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2606 v79.uFrameW = v79.uFrameY + v79.uFrameHeight - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2607 pRenderer->_4A6776(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2608 v79.uFrameX + v78,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2609 v81 + v79.uFrameY + 30,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2610 (Texture *)(v5 != -1 ? (int)((char *)pIcons_LOD->pTextures + v75) : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2611 if ( a2.y )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2612 v16 = _this->GetIdentifiedName();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2613 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2614 v16 = (const char *)*((int *)v76 + 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2615 v79.DrawText2(pFontArrus, 0, 0xCu, var88, v16, 3u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2616 v17 = pFontArrus->CalcTextHeight(pGlobalTXT_LocalizationStrings[32], &v79, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2617 v57 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2618 v52 = pGlobalTXT_LocalizationStrings[32];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2619 goto LABEL_37;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2620 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2621 if ( !v14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2622 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2623 v79._415551(0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2624 v15 = pRenderer;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2625 pRenderer->Clip(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2626 v79.uFrameX + 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2627 v79.uFrameY + 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2628 v79.uFrameX + v79.uFrameWidth - 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2629 v79.uFrameY + v79.uFrameHeight - 12);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2630 v79.uFrameWidth -= 24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2631 v79.uFrameHeight -= 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2632 v79.uFrameZ = v79.uFrameX + v79.uFrameWidth - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2633 v79.uFrameW = v79.uFrameY + v79.uFrameHeight - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2634 pRenderer->DrawTextureTransparent(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2635 v79.uFrameX + v78,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2636 v81 + v79.uFrameY + 30,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2637 (Texture *)(v5 != -1 ? (int)((char *)pIcons_LOD->pTextures + v75) : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2638 v79.DrawText2(pFontArrus, 0, 0xCu, var88, *((const char **)v76 + 2), 3u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2639 v17 = pFontArrus->CalcTextHeight(pGlobalTXT_LocalizationStrings[232], &v79, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2640 v57 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2641 v52 = pGlobalTXT_LocalizationStrings[232];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2642 LABEL_37:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2643 v18 = v17 >> 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2644 v19 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0x19u, 0x19u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2645 v79.DrawText2(pFontArrus, 0x64u, ((signed int)v79.uFrameHeight >> 1) - v18, v19, v52, v57);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2646 goto LABEL_116;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2647 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2648 sprintfex(a1, pGlobalTXT_LocalizationStrings[463], *((int *)v3 + 2));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2649 strcpy(Dest, nullstring);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2650 strcpy(v64, nullstring);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2651 v20 = v3[28];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2652 if ( (unsigned __int8)v20 <= 1u )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2653 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2654 v58 = (unsigned __int8)v3[31];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2655 v53 = (unsigned __int8)v3[30];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2656 v48 = pGlobalTXT_LocalizationStrings[53];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2657 v45 = (unsigned __int8)v3[32];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2658 v43 = pGlobalTXT_LocalizationStrings[18];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2659 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2660 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2661 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2662 if ( v20 != 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2663 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2664 if ( (unsigned __int8)v20 > 2u )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2665 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2666 if ( (unsigned __int8)v20 <= 0xBu )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2667 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2668 v21 = v3[30];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2669 if ( v21 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2670 sprintfex(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2671 Dest,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2672 "%s: +%d",
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2673 pGlobalTXT_LocalizationStrings[11],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2674 (unsigned __int8)v21 + (unsigned __int8)v3[32]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2675 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2676 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2677 goto LABEL_50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2678 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2679 v58 = (unsigned __int8)v3[31];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2680 v53 = (unsigned __int8)v3[30];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2681 v48 = pGlobalTXT_LocalizationStrings[53];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2682 v45 = (unsigned __int8)v3[32];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2683 v43 = pGlobalTXT_LocalizationStrings[203];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2684 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2685 sprintfex(Dest, "%s: +%d %s: %dd%d", v43, v45, v48, v53, v58);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2686 v22 = v3[32];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2687 if ( v22 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2688 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2689 sprintfex(Source, " +%d", (unsigned __int8)v22);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2690 strcat(Dest, Source);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2691 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2692 LABEL_50:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2693 if ( v77 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2694 goto LABEL_65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2695 v23 = v3[28];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2696 if ( v23 == 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2697 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2698 v24 = _this->_bonus_type;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2699 if ( v24 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2700 goto LABEL_56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2701 LABEL_65:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2702 v79.uFrameWidth -= 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2703 a2.y = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2704 v79.uFrameZ = v79.uFrameX + v79.uFrameWidth - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2705 v79.uFrameW = v79.uFrameY + v79.uFrameHeight - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2706 Str = (char *)(3 * (LOBYTE(pFontArrus->uFontHeight) + 8));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2707 v83 = a1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2708 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2709 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2710 if ( *v83 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2711 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2712 v27 = v82->CalcTextHeight(v83, &v79, 100, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2713 Str += v27 + 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2714 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2715 v83 += 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2716 --a2.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2717 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2718 while ( a2.y );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2719 v28 = (const char *)*((int *)v3 + 3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2720 if ( *v28 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2721 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2722 v29 = pFontSmallnum->CalcTextHeight(v28, &v79, 100, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2723 Str += v29;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2724 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2725 v79.uFrameHeight = v73->uTextureHeight + v81 + 54;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2726 if ( (signed int)Str > (signed int)v79.uFrameHeight )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2727 v79.uFrameHeight = (unsigned int)Str;
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
2728 if ( _this->uAttributes & 8 && (_this->uAdditionalValue || _this->_bonus_type) )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2729 v79.uFrameHeight += LOBYTE(v82->uFontHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2730 v83 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2731 if ( LOBYTE(pFontArrus->uFontHeight) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2732 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2733 v79.uFrameWidth -= 24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2734 v30 = (char *)LOBYTE(pFontArrus->uFontHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2735 v31 = _this->GetIdentifiedName();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2736 if ( pFontArrus->CalcTextHeight(v31, &v79, 0, 0) / (signed int)v30 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2737 v83 = v30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2738 v79.uFrameWidth += 24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2739 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2740 v79.uFrameWidth += 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2741 v79.uFrameHeight += (unsigned int)v83;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2742 v79.uFrameW = v79.uFrameY + v79.uFrameHeight - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2743 v79.uFrameZ = v79.uFrameX + v79.uFrameWidth - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2744 v79._415551(0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2745 v15 = pRenderer;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2746 pRenderer->Clip(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2747 v79.uFrameX + 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2748 v79.uFrameY + 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2749 v79.uFrameX + v79.uFrameWidth - 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2750 v79.uFrameY + v79.uFrameHeight - 12);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2751 v79.uFrameWidth -= 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2752 v32 = v73->uTextureHeight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2753 v33 = v79.uFrameHeight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2754 v79.uFrameHeight -= 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2755 v79.uFrameZ = v79.uFrameX + v79.uFrameWidth - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2756 v79.uFrameW = v79.uFrameY + v79.uFrameHeight - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2757 pRenderer->DrawTextureTransparent(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2758 v79.uFrameX + v78,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2759 v79.uFrameY + (signed int)(v33 - v32) / 2,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2760 (Texture *)(v5 != -1 ? (int)((char *)pIcons_LOD->pTextures + v75) : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2761 a2.y = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2762 v34 = (int)(v83 + 35);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2763 Str = a1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2764 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2765 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2766 if ( *Str )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2767 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2768 v79.DrawText(v82, 100, v34, 0, Str, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2769 v34 += v82->CalcTextHeight(Str, &v79, 100, 0) + 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2770 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2771 Str += 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2772 --a2.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2773 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2774 while ( a2.y );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2775 v35 = (const char *)*((int *)v76 + 3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2776 if ( *v35 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2777 v79.DrawText(pFontSmallnum, 100, v34, 0, v35, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2778 v79.uFrameX += 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2779 v79.uFrameWidth -= 24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2780 v36 = _this->GetIdentifiedName();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2781 v79.DrawText2(pFontArrus, 0, 0xCu, var88, v36, 3u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2782 v79.uFrameWidth += 24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2783 v79.uFrameX -= 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2784 if ( v77 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2785 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2786 sprintfex(pTmpBuf, "%s: %lu", pGlobalTXT_LocalizationStrings[465], v77);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2787 v40 = v82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2788 v61 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2789 v56 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2790 v51 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2791 v47 = pTmpBuf;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2792 v44 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2793 v42 = v79.uFrameHeight - LOBYTE(v82->uFontHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2794 v41 = 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2795 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2796 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2797 {
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
2798 if ( _this->uAttributes & 8 && (_this->uAdditionalValue || _this->_bonus_type) )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2799 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2800 sub_493F79((stru351 *)&v67, _this->uExpireTime - pParty->uTimePlayed);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2801 strcpy(pTmpBuf, "Duration:");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2802 Str = (char *)(v72 - 1168);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2803 if ( v72 != 1168 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2804 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2805 sprintfex(v65, " %d:yr", v72 - 1168);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2806 strcat(pTmpBuf, v65);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2807 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2808 if ( (((v71 || Str) && ((sprintfex(v65, " %d:mo", v71), strcat(pTmpBuf, v65), v71) || Str) || v70)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2809 && ((sprintfex(v65, " %d:dy", v70), strcat(pTmpBuf, v65), v71) || Str || v70)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2810 || v69)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2811 && ((sprintfex(v65, " %d:hr", v69), strcat(pTmpBuf, v65), v71) || Str || v70 || v69)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2812 || v68 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2813 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2814 sprintfex(v65, " %d:mn", v68);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2815 strcat(pTmpBuf, v65);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2816 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2817 v79.DrawText(v82, 100, v79.uFrameHeight - 2 * LOBYTE(v82->uFontHeight), 0, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2818 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2819 v37 = _this->GetValue();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2820 sprintfex(pTmpBuf, "%s: %lu", pGlobalTXT_LocalizationStrings[465], v37);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2821 v79.DrawText(v82, 100, v79.uFrameHeight - LOBYTE(v82->uFontHeight), 0, pTmpBuf, 0, 0, 0);
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
2822 v38 = _this->uAttributes;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2823 if ( BYTE1(v38) & 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2824 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2825 v61 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2826 v56 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2827 v51 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2828 v47 = pGlobalTXT_LocalizationStrings[187];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2829 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2830 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2831 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2832 if ( !(BYTE1(v38) & 2) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2833 goto LABEL_116;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2834 v61 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2835 v56 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2836 v51 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2837 v47 = pGlobalTXT_LocalizationStrings[651];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2838 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2839 LOWORD(v38) = LOWORD(pRenderer->uTargetRMask);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2840 v44 = v38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2841 v42 = v79.uFrameHeight - LOBYTE(v82->uFontHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2842 v39 = v82->GetLineWidth(pTmpBuf);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2843 v40 = v82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2844 v41 = v39 + 132;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2845 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2846 v79.DrawText(v40, v41, v42, v44, v47, v51, v56, v61);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2847 LABEL_116:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2848 pRenderer->ResetClip();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2849 if ( !areWeLoadingTexture )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2850 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2851 v73->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2852 pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2853 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2854 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2855 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2856 if ( v23 == 13 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2857 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2858 v24 = pItemsTable->pItems[_this->uItemID].uDamageDice;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2859 LABEL_56:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2860 v59 = v24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2861 v54 = pGlobalTXT_LocalizationStrings[449];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2862 v49 = "%s: %d";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2863 LABEL_64:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2864 sprintfex(v64, v49, v54, v59);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2865 goto LABEL_65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2866 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2867 v25 = _this->_bonus_type;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2868 if ( v25 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2869 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2870 v60 = _this->_bonus_strength;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2871 v55 = *((int *)&pItemsTable->pItems[799].uDamageMod + 5 * v25);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2872 v50 = pGlobalTXT_LocalizationStrings[210];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2873 v46 = "%s: %s +%d";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2874 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2875 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2876 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2877 v26 = _this->uAdditionalValue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2878 if ( !v26 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2879 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2880 if ( _this->uNumCharges )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2881 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2882 v59 = _this->uNumCharges;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2883 v54 = pGlobalTXT_LocalizationStrings[464];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2884 v49 = "%s: %lu";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2885 goto LABEL_64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2886 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2887 goto LABEL_65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2888 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2889 v60 = _this->_bonus_strength;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2890 v55 = *((int *)&pItemsTable->pEnchantments[23].pName + 7 * v26);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2891 v50 = pGlobalTXT_LocalizationStrings[210];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2892 v46 = "%s: %s";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2893 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2894 sprintfex(v64, v46, v50, v55, v60);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2895 goto LABEL_65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2896 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2897 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2898 // 4E455C: using guessed type int dword_4E455C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2899 // 506128: using guessed type int areWeLoadingTexture;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2900
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2901 //----- (0041E360) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2902 char *__fastcall MonsterPopup_Draw(unsigned int uActorID, GUIWindow *edx0)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2903 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2904 unsigned int v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2905 Actor *v3; // esi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2906 int v4; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2907 unsigned int v5; // ecx@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2908 NPCData *v6; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2909 unsigned __int16 v7; // cx@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2910 int v8; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2911 unsigned __int16 v9; // dx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2912 SpriteFrame *v10; // edi@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2913 int v11; // esi@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2914 unsigned int v12; // ecx@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2915 Sprite *v13; // edi@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2916 int v14; // ecx@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2917 int v15; // edx@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2918 int v16; // edx@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2919 int v17; // eax@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2920 unsigned int v18; // ecx@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2921 unsigned int v19; // eax@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2922 char *v20; // esi@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2923 int v21; // edx@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2924 unsigned __int16 *v22; // ecx@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2925 int v23; // eax@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2926 int v24; // eax@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2927 int v25; // esi@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2928 char *v26; // edx@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2929 unsigned __int8 v27; // sf@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2930 unsigned __int8 v28; // of@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2931 int v29; // esi@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2932 char *v30; // ecx@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2933 int v31; // eax@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2934 int v32; // esi@43
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2935 unsigned __int16 v33; // ax@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2936 int v34; // edx@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2937 int v35; // eax@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2938 int v36; // eax@49
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2939 char *v37; // eax@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2940 int v38; // eax@55
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2941 unsigned __int16 v39; // ax@59
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2942 SpellBuff *v40; // eax@60
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2943 int v41; // edi@61
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2944 unsigned int v42; // eax@61
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2945 int v43; // eax@62
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2946 int v44; // eax@63
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2947 signed int v45; // edi@65
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2948 unsigned __int16 v46; // ax@73
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2949 Player *v47; // ecx@77
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2950 unsigned int v48; // eax@85
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2951 GUIFont *v49; // edi@90
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2952 int v50; // edi@90
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2953 SpellBuff *v51; // eax@91
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2954 char *v52; // ecx@98
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2955 char *v53; // ecx@101
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2956 char *v54; // ST0C_4@118
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2957 unsigned int v55; // eax@118
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2958 GUIFont *v56; // edi@124
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2959 unsigned __int8 v57; // al@128
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2960 int v58; // eax@132
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2961 Actor *v59; // ecx@133
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2962 unsigned __int8 v60; // dl@138
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2963 char *v61; // eax@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2964 char *v62; // eax@147
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2965 int v63; // eax@152
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2966 char *result; // eax@152
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2967 int v65; // eax@155
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2968 const char *v66; // [sp-10h] [bp-1FCh]@121
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2969 const char *v67; // [sp-10h] [bp-1FCh]@125
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2970 const char *v68; // [sp-10h] [bp-1FCh]@142
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2971 int v69; // [sp-Ch] [bp-1F8h]@121
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2972 char *v70; // [sp-Ch] [bp-1F8h]@125
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2973 char *v71; // [sp-Ch] [bp-1F8h]@142
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2974 char *v72; // [sp-8h] [bp-1F4h]@54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2975 int v73; // [sp-8h] [bp-1F4h]@79
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2976 int v74; // [sp-8h] [bp-1F4h]@121
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2977 int v75; // [sp-8h] [bp-1F4h]@125
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2978 int v76; // [sp-8h] [bp-1F4h]@142
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2979 size_t v77; // [sp-4h] [bp-1F0h]@54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2980 unsigned int v78; // [sp-4h] [bp-1F0h]@121
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2981 unsigned int v79; // [sp-4h] [bp-1F0h]@125
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2982 char *v80; // [sp-4h] [bp-1F0h]@142
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2983 char *v81; // [sp-4h] [bp-1F0h]@148
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2984 DDBLTFX Dst; // [sp+Ch] [bp-1E0h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2985 DDSURFACEDESC2 pDesc; // [sp+70h] [bp-17Ch]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2986 RECT v84; // [sp+ECh] [bp-100h]@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2987 char *v85; // [sp+FCh] [bp-F0h]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2988 char *v86; // [sp+100h] [bp-ECh]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2989 char *v87; // [sp+104h] [bp-E8h]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2990 char *v88; // [sp+108h] [bp-E4h]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2991 char *v89; // [sp+10Ch] [bp-E0h]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2992 char *v90; // [sp+110h] [bp-DCh]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2993 char *v91; // [sp+114h] [bp-D8h]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2994 char *v92; // [sp+118h] [bp-D4h]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2995 char *v93; // [sp+11Ch] [bp-D0h]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2996 char *v94; // [sp+120h] [bp-CCh]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2997 char *v95; // [sp+124h] [bp-C8h]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2998 char *v96; // [sp+128h] [bp-C4h]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2999 char *v97; // [sp+12Ch] [bp-C0h]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3000 char *v98; // [sp+130h] [bp-BCh]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3001 char *v99; // [sp+134h] [bp-B8h]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3002 char *v100; // [sp+138h] [bp-B4h]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3003 char *v101; // [sp+13Ch] [bp-B0h]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3004 char *v102; // [sp+140h] [bp-ACh]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3005 char *v103; // [sp+144h] [bp-A8h]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3006 char *v104; // [sp+148h] [bp-A4h]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3007 char *v105; // [sp+14Ch] [bp-A0h]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3008 RenderBillboardTransform_local0 v106; // [sp+150h] [bp-9Ch]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3009 unsigned int v107; // [sp+1A0h] [bp-4Ch]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3010 unsigned __int16 *v108; // [sp+1A4h] [bp-48h]@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3011 unsigned int v109; // [sp+1A8h] [bp-44h]@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3012 LPVOID v110; // [sp+1ACh] [bp-40h]@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3013 unsigned int v111; // [sp+1B0h] [bp-3Ch]@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3014 char **v112; // [sp+1B4h] [bp-38h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3015 IDirectDrawSurface *v222; // [sp+1B8h] [bp-34h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3016 unsigned __int8 v114; // [sp+1BFh] [bp-2Dh]@133
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3017 int v115; // [sp+1C0h] [bp-2Ch]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3018 unsigned int v116; // [sp+1C4h] [bp-28h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3019 int i; // [sp+1C8h] [bp-24h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3020 Player *a2; // [sp+1CCh] [bp-20h]@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3021 int v119; // [sp+1D0h] [bp-1Ch]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3022 SpellBuff *v120; // [sp+1D4h] [bp-18h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3023 Actor *v121; // [sp+1D8h] [bp-14h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3024 int a5; // [sp+1DCh] [bp-10h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3025 GUIWindow *a1; // [sp+1E0h] [bp-Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3026 int v124; // [sp+1E4h] [bp-8h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3027 char *a4; // [sp+1E8h] [bp-4h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3028
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3029 a1 = edx0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3030 v2 = uActorID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3031
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3032 static Actor pMonsterInfoUI_Doll;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3033 /*if ( !(bMonsterInfoUI_bDollInitialized & 1) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3034 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3035 bMonsterInfoUI_bDollInitialized |= 1u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3036 Actor::Actor(&pMonsterInfoUI_Doll);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3037 atexit(nullsub_3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3038 }*/
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3039 v106.uParentBillboardID = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3040 v3 = &pActors[v2];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3041 v121 = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3042 v4 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xE1u, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3043 v5 = v3->uNPC_ID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3044 a5 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3045 v6 = GetNPCData(v5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3046 v7 = v3->pMonsterInfo.uID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3047 v112 = (char **)v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3048 v115 = byte_4E2B70[((signed __int16)v7 - 1) / 3] - 40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3049 if ( v7 == pMonsterInfoUI_Doll.pMonsterInfo.uID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3050 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3051 v9 = pMonsterInfoUI_Doll.uCurrentActionLength;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3052 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3053 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3054 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3055 memcpy(&pMonsterInfoUI_Doll, v3, sizeof(pMonsterInfoUI_Doll));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3056 pMonsterInfoUI_Doll.uCurrentActionAnimation = 7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3057 pMonsterInfoUI_Doll.uCurrentActionTime = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3058 v8 = rand();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3059 v3 = v121;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3060 v9 = v8 % 256 + 128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3061 pMonsterInfoUI_Doll.uCurrentActionLength = v8 % 256 + 128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3062 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3063 if ( (signed int)pMonsterInfoUI_Doll.uCurrentActionTime > (signed __int16)v9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3064 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3065 pMonsterInfoUI_Doll.uCurrentActionTime = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3066 if ( pMonsterInfoUI_Doll.uCurrentActionAnimation == 7 || pMonsterInfoUI_Doll.uCurrentActionAnimation == 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3067 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3068 pMonsterInfoUI_Doll.uCurrentActionAnimation = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3069 pMonsterInfoUI_Doll.uCurrentActionLength = rand() % 128 + 128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3070 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3071 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3072 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3073 rand();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3074 pMonsterInfoUI_Doll.uCurrentActionAnimation = 7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3075 if ( (pMonsterInfoUI_Doll.pMonsterInfo.uID < 115 || pMonsterInfoUI_Doll.pMonsterInfo.uID > 186)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3076 && (pMonsterInfoUI_Doll.pMonsterInfo.uID < 232 || pMonsterInfoUI_Doll.pMonsterInfo.uID > 249)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3077 && rand() % 30 < 100 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3078 pMonsterInfoUI_Doll.uCurrentActionAnimation = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3079 pMonsterInfoUI_Doll.uCurrentActionLength = 8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3080 * pSpriteFrameTable->pSpriteSFrames[v3->pSpriteIDs[(signed __int16)pMonsterInfoUI_Doll.uCurrentActionAnimation]].uAnimLength;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3081 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3082 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3083 v10 = pSpriteFrameTable->GetFrame(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3084 v3->pSpriteIDs[(signed __int16)pMonsterInfoUI_Doll.uCurrentActionAnimation],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3085 pMonsterInfoUI_Doll.uCurrentActionTime);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3086 v11 = 40 * v10->pHwSpriteIDs[0] + 7218180;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3087 v106.pTarget = pRenderer->pTargetSurface;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3088 v106.pTargetZ = pRenderer->pActiveZBuffer;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3089 v106.uTargetPitch = pRenderer->uTargetSurfacePitch;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3090 v12 = a1->uFrameY + 52;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3091 v106.uViewportX = a1->uFrameX + 13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3092 v106.uViewportY = v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3093 v106.uViewportW = v12 + 128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3094 v106.uViewportZ = v106.uViewportX + 128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3095 v106.field_8 = (signed int)(v106.uViewportX + 128 + v106.uViewportX) / 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3096 v106.field_10 = 65536;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3097 v106.field_14 = 65536;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3098 v106.field_C = v115 + v12 + *(short *)(v11 + 18);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3099 v106.pPalette = PaletteManager::Get_Dark_or_Red_LUT(v10->uPaletteIndex, 0, 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3100 v106.field_28 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3101 v106.uFlags = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3102 pRenderer->Clip_v2(0, 0, 0x27Fu, 0x1DFu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3103 pRenderer->FillRect(v106.uViewportX - 1, v106.uViewportY - 1, v106.uViewportX + 129, v106.uViewportY - 1, a5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3104 pRenderer->FillRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3105 v106.uViewportX + 129,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3106 v106.uViewportY - 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3107 v106.uViewportX + 129,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3108 v106.uViewportW + 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3109 a5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3110 pRenderer->FillRect(v106.uViewportX + 129, v106.uViewportW + 1, v106.uViewportX - 1, v106.uViewportW + 1, a5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3111 pRenderer->FillRect(v106.uViewportX - 1, v106.uViewportW + 1, v106.uViewportX - 1, v106.uViewportY - 1, a5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3112 if ( pRenderer->pRenderD3D )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3113 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3114 v13 = &pSprites_LOD->pHardwareSprites[v10->pHwSpriteIDs[0]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3115 v106.field_C = v115 + v106.uViewportY + v13->uBufferHeight;
1
ac0fb48cd27a Texture, hwl loading, video player
Nomad
parents: 0
diff changeset
3116 v222 = (IDirectDrawSurface *)v13->pTextureSurface;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3117 memset(&Dst, 0, 0x64u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3118 Dst.dwSize = 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3119 Dst.dwFillColor = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3120 memset(&pDesc, 0, 0x7Cu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3121 pDesc.dwSize = 124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3122 v222->GetSurfaceDesc((LPDDSURFACEDESC)&pDesc);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3123 v14 = v13->uBufferHeight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3124 v120 = (SpellBuff *)v13->uBufferWidth;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3125 v107 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3126 v15 = v13->uAreaX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3127 v119 = (signed int)v120 / 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3128 i = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3129 a4 = (char *)(v106.field_8 + v15 - (signed int)v120 / 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3130 v115 = v13->uAreaY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3131 v16 = v13->uAreaWidth + (signed int)v120 / 2 + v15 - (int)v120;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3132 v124 = v106.field_C + v115 - v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3133 v17 = v13->uAreaHeight + v115 - v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3134 v116 = v106.field_8 + v16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3135 v119 = v106.field_C + v17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3136 if ( (signed int)a4 < (signed int)v106.uViewportX )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3137 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3138 v18 = v106.uViewportX - (int)a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3139 a4 = (char *)v106.uViewportX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3140 v107 = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3141 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3142 if ( v124 < (signed int)v106.uViewportY )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3143 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3144 v19 = v106.uViewportY - v124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3145 v124 = v106.uViewportY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3146 i = v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3147 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3148 if ( (signed int)v116 > (signed int)v106.uViewportZ )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3149 v116 = v106.uViewportZ;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3150 if ( v119 > (signed int)v106.uViewportW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3151 v119 = v106.uViewportW;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3152 pRenderer->FillRect2(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3153 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3154 v106.uViewportX,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3155 v106.uViewportY,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3156 v106.uViewportZ - v106.uViewportX,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3157 v106.uViewportW - v106.uViewportY,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3158 LOWORD(pRenderer->uTargetBMask) | LOWORD(pRenderer->uTargetGMask));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3159 pRenderer->FillRect2(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3160 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3161 v106.uViewportX,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3162 v106.uViewportY,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3163 v106.uViewportZ - v106.uViewportX,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3164 v106.uViewportW - v106.uViewportY,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3165 LOWORD(pRenderer->uTargetBMask) | LOWORD(pRenderer->uTargetGMask));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3166 v84.left = v106.uViewportX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3167 v84.top = v106.uViewportY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3168 v84.right = v106.uViewportZ;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3169 v84.bottom = v106.uViewportW;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3170 ErrD3D(pRenderer->pBackBuffer4->Blt(&v84, 0, 0, 16778240u, &Dst));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3171 if ( pRenderer->uTargetGBits == 5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3172 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3173 memset(&pDesc, 0, 0x7Cu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3174 pDesc.dwSize = 124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3175 if ( !pRenderer->LockSurface_DDraw4((IDirectDrawSurface4 *)v222, &pDesc, 1u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3176 goto LABEL_51;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3177 v20 = (char *)v124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3178 v110 = pDesc.lpSurface;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3179 a2 = (Player *)v124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3180 if ( v124 < v119 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3181 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3182 v111 = 2 * pRenderer->uTargetSurfacePitch;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3183 v21 = (int)a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3184 v22 = &pRenderer->pTargetSurface[(int)&a4[v124 * pRenderer->uTargetSurfacePitch]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3185 v23 = i - v124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3186 v120 = (SpellBuff *)&pRenderer->pTargetSurface[(int)&a4[v124 * pRenderer->uTargetSurfacePitch]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3187 v115 = i - v124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3188 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3189 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3190 v124 = v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3191 if ( v21 < (signed int)v116 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3192 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3193 v24 = (int)&v20[v23];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3194 v25 = v107 - v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3195 v109 = v24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3196 for ( i = v107 - v21; ; v25 = i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3197 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3198 v108 = (unsigned __int16 *)((pDesc.lPitch >> 1) * pDesc.dwHeight * v109 / v13->uAreaHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3199 v26 = (char *)v108 + pDesc.dwWidth * (v25 + v124++) / v13->uAreaWidth;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3200 *v22 = *((short *)v110 + (int)v26);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3201 ++v22;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3202 if ( v124 >= (signed int)v116 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3203 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3204 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3205 v23 = v115;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3206 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3207 v22 = (unsigned __int16 *)((char *)v120 + v111);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3208 v20 = (char *)&a2->pConditions[0] + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3209 v28 = __OFSUB__((int)&a2->pConditions[0] + 1, v119);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3210 v27 = (signed int)((char *)&a2->pConditions[0] + -v119 + 1) < 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3211 a2 = (Player *)((char *)a2 + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3212 v120 = (SpellBuff *)((char *)v120 + v111);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3213 if ( !(v27 ^ v28) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3214 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3215 v21 = (int)a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3216 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3217 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3218 goto LABEL_37;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3219 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3220 memset(&pDesc, 0, 0x7Cu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3221 pDesc.dwSize = 124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3222 if ( pRenderer->LockSurface_DDraw4((IDirectDrawSurface4 *)v222, &pDesc, 1u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3223 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3224 v108 = (unsigned __int16 *)pDesc.lpSurface;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3225 a2 = (Player *)v124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3226 if ( v124 < v119 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3227 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3228 v109 = 2 * pRenderer->uTargetSurfacePitch;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3229 v29 = (int)a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3230 v30 = (char *)&pRenderer->pTargetSurface[(int)&a4[v124 * pRenderer->uTargetSurfacePitch]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3231 v31 = i - v124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3232 v120 = (SpellBuff *)&pRenderer->pTargetSurface[(int)&a4[v124 * pRenderer->uTargetSurfacePitch]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3233 v115 = i - v124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3234 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3235 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3236 v124 = v29;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3237 if ( v29 < (signed int)v116 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3238 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3239 v32 = v107 - (int)a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3240 v111 = (unsigned int)((char *)a2 + v31);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3241 for ( i = v107 - (int)a4; ; v32 = i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3242 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3243 v110 = (LPVOID)((pDesc.lPitch >> 1) * pDesc.dwHeight * v111 / v13->uAreaHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3244 v33 = v108[(int)((char *)v110 + pDesc.dwWidth * (v32 + v124) / v13->uAreaWidth)];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3245 v34 = v33 & 0x1F | 2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3246 * (unsigned __int16)(v108[(int)((char *)v110
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3247 + pDesc.dwWidth * (v32 + v124++) / v13->uAreaWidth)] & 0xFFE0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3248 v35 = v124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3249 *(short *)v30 = v34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3250 v30 += 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3251 if ( v35 >= (signed int)v116 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3252 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3253 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3254 v31 = v115;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3255 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3256 a2 = (Player *)((char *)a2 + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3257 v30 = (char *)v120 + v109;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3258 v120 = (SpellBuff *)((char *)v120 + v109);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3259 if ( (signed int)a2 >= v119 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3260 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3261 v29 = (int)a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3262 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3263 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3264 LABEL_37:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3265 v222->Unlock(0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3266 goto LABEL_51;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3267 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3268 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3269 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3270 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3271 pRenderer->FillRect2(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3272 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3273 v106.uViewportX,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3274 v106.uViewportY,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3275 v106.uViewportZ - v106.uViewportX,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3276 v106.uViewportW - v106.uViewportY,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3277 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3278 v36 = v10->pHwSpriteIDs[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3279 if ( v36 >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3280 pSprites_LOD->pSpriteHeaders[v36]._4ACC38(&v106, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3281 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3282 LABEL_51:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3283 if ( v121->uNPC_ID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3284 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3285 v37 = v112[6];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3286 if ( v37 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3287 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3288 sprintfex(pTmpBuf, pGlobalTXT_LocalizationStrings[429], *v112, aNPCProfessionNames[(signed int)v37]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3289 goto LABEL_59;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3290 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3291 v77 = 2000;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3292 v72 = *v112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3293 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3294 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3295 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3296 v38 = v121->dword_000334_unique_name;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3297 v77 = 2000;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3298 if ( v38 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3299 v72 = (char *)*(&pMonsterStats->pPlacement.uNumStrings + v38);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3300 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3301 v72 = pMonsterStats->pInfos[v121->pMonsterInfo.uID].pName;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3302 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3303 strncpy(pTmpBuf, v72, v77);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3304 LABEL_59:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3305 v39 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3306 a1->DrawText2(pFontComic, 0, 0xCu, v39, pTmpBuf, 3u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3307 Actor::DrawHealthBar(v121, a1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3308 v119 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3309 pMonsterInfoUI_Doll.uCurrentActionTime += pMiscTimer->uTimeElapsed;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3310 v115 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3311 v116 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3312 i = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3313 v112 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3314 if ( !uActiveCharacter )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3315 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3316 v45 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3317 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3318 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3319 LOBYTE(v40) = pPlayers[uActiveCharacter]->GetActualSkillLevel(PLAYER_SKILL_MONSTER_ID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3320 v120 = v40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3321 if ( !v40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3322 goto LABEL_72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3323 v41 = (unsigned __int8)v40 & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3324 v42 = SkillToMastery((unsigned __int16)v40) - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3325 if ( !v42 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3326 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3327 if ( v41 + 10 >= v121->pMonsterInfo.uLevel )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3328 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3329 v45 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3330 v119 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3331 goto LABEL_73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3332 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3333 goto LABEL_72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3334 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3335 v43 = v42 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3336 if ( !v43 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3337 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3338 if ( 2 * v41 + 10 >= v121->pMonsterInfo.uLevel )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3339 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3340 v45 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3341 v119 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3342 v116 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3343 goto LABEL_73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3344 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3345 goto LABEL_72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3346 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3347 v44 = v43 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3348 if ( !v44 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3349 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3350 if ( 3 * v41 + 10 >= v121->pMonsterInfo.uLevel )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3351 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3352 v45 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3353 v119 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3354 v116 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3355 i = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3356 goto LABEL_73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3357 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3358 LABEL_72:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3359 v45 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3360 goto LABEL_73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3361 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3362 if ( v44 != 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3363 goto LABEL_72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3364 v45 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3365 v119 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3366 v116 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3367 i = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3368 v112 = (char **)1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3369 LABEL_73:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3370 v46 = v121->uAIState;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3371 if ( v46 != 5 && v46 != 4 && !dword_507BF0_is_there_popup_onscreen && v120 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3372 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3373 v47 = pPlayers[uActiveCharacter];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3374 if ( v119 | v116 | i | (unsigned int)v112 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3375 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3376 if ( v121->pMonsterInfo.uLevel >= v47->uLevel - 5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3377 v73 = 105;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3378 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3379 v73 = 104;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3380 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3381 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3382 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3383 v73 = 106;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3384 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3385 v47->PlaySound(v73, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3386 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3387 LABEL_84:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3388 a2 = pParty->pPlayers;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3389 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3390 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3391 LOBYTE(v48) = a2->GetActualSkillLevel(PLAYER_SKILL_MONSTER_ID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3392 v111 = v48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3393 v120 = (SpellBuff *)138;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3394 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3395 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3396 if ( (signed int)SkillToMastery(v111) >= 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3397 v115 = v45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3398 v120 = (SpellBuff *)((char *)v120 - 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3399 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3400 while ( v120 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3401 ++a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3402 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3403 while ( (signed int)a2 < (signed int)pParty->pHirelings );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3404 v49 = pFontSmallnum;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3405 a2 = (Player *)pFontSmallnum;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3406 a1->DrawText(pFontSmallnum, 12, 196, a5, pGlobalTXT_LocalizationStrings[631], 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3407 v50 = LOBYTE(v49->uFontHeight) + 193;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3408 if ( !v115 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3409 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3410 v78 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3411 v74 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3412 v69 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3413 v66 = pGlobalTXT_LocalizationStrings[630];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3414 goto LABEL_123;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3415 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3416 a4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3417 v51 = &v121->pActorBuffs[1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3418 v222 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3419 v120 = &v121->pActorBuffs[1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3420 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3421 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3422 if ( (signed __int64)v51->uExpireTime > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3423 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3424 switch ( (int)v51 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3425 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3426 case 0u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3427 v124 = 60;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3428 a4 = pGlobalTXT_LocalizationStrings[591];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3429 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3430 case 1u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3431 v124 = 82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3432 a4 = pGlobalTXT_LocalizationStrings[649];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3433 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3434 case 2u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3435 v124 = 92;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3436 a4 = pGlobalTXT_LocalizationStrings[592];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3437 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3438 case 3u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3439 v124 = 63;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3440 a4 = pGlobalTXT_LocalizationStrings[4];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3441 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3442 case 4u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3443 v52 = pGlobalTXT_LocalizationStrings[220];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3444 goto LABEL_100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3445 case 5u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3446 v52 = pGlobalTXT_LocalizationStrings[162];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3447 LABEL_100:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3448 a4 = v52;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3449 v124 = 81;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3450 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3451 case 6u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3452 v53 = pGlobalTXT_LocalizationStrings[593];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3453 v124 = 35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3454 goto LABEL_103;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3455 case 8u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3456 v53 = pGlobalTXT_LocalizationStrings[608];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3457 v124 = 62;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3458 LABEL_103:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3459 a4 = v53;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3460 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3461 case 7u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3462 case 9u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3463 a4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3464 v124 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3465 goto LABEL_119;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3466 case 0xAu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3467 v124 = 47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3468 a4 = pGlobalTXT_LocalizationStrings[221];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3469 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3470 case 0xBu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3471 v124 = 66;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3472 a4 = pGlobalTXT_LocalizationStrings[607];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3473 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3474 case 0xCu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3475 v124 = 85;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3476 a4 = pGlobalTXT_LocalizationStrings[610];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3477 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3478 case 0xDu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3479 v124 = 86;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3480 a4 = pGlobalTXT_LocalizationStrings[609];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3481 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3482 case 0xEu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3483 v124 = 17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3484 a4 = pGlobalTXT_LocalizationStrings[279];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3485 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3486 case 0xFu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3487 v124 = 38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3488 a4 = pGlobalTXT_LocalizationStrings[442];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3489 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3490 case 0x10u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3491 v124 = 46;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3492 a4 = pGlobalTXT_LocalizationStrings[443];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3493 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3494 case 0x11u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3495 v124 = 51;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3496 a4 = pGlobalTXT_LocalizationStrings[440];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3497 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3498 case 0x12u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3499 v124 = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3500 a4 = pGlobalTXT_LocalizationStrings[441];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3501 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3502 case 0x13u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3503 v124 = 95;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3504 a4 = pGlobalTXT_LocalizationStrings[229];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3505 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3506 case 0x14u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3507 v124 = 73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3508 a4 = pGlobalTXT_LocalizationStrings[228];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3509 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3510 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3511 a4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3512 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3513 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3514 if ( a4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3515 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3516 v54 = a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3517 v55 = GetSpellColor(v124);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3518 a1->DrawText((GUIFont *)a2, 28, v50, v55, v54, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3519 v50 = v50 + BYTE5(a2->pConditions[0]) - 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3520 v51 = v120;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3521 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3522 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3523 LABEL_119:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3524 ++v51;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3525 v222 = (IDirectDrawSurface *)((char *)v222 + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3526 v120 = v51;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3527
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3528 __debugbreak(); // fix condition
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3529 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3530 //while ( (signed int)((char *)&v222->lpVtbl + 1) < 22 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3531 while (true);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3532 if ( !a4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3533 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3534 v78 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3535 v74 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3536 v69 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3537 v66 = pGlobalTXT_LocalizationStrings[153];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3538 LABEL_123:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3539 a1->DrawText((GUIFont *)a2, 28, v50, a5, v66, v69, v74, v78);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3540 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3541 v56 = pFontSmallnum;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3542 a4 = (char *)v106.uViewportY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3543 if ( v119 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3544 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3545 sprintfex(pTmpBuf, "%s", pGlobalTXT_LocalizationStrings[108], 0, v121->pMonsterInfo.uHP);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3546 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3547 a4 = &a4[LOBYTE(v56->uFontHeight) - 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3548 v79 = v121->pMonsterInfo.uAC;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3549 v75 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3550 v70 = pGlobalTXT_LocalizationStrings[12];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3551 v67 = "%s";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3552 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3553 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3554 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3555 sprintfex(pTmpBuf, "%s", pGlobalTXT_LocalizationStrings[108], 0, pGlobalTXT_LocalizationStrings[630]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3556 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3557 v79 = (unsigned int)pGlobalTXT_LocalizationStrings[630];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3558 v75 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3559 v70 = pGlobalTXT_LocalizationStrings[12];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3560 a4 = &a4[LOBYTE(v56->uFontHeight) - 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3561 v67 = "%s";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3562 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3563 sprintfex(pTmpBuf, v67, v70, v75, v79);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3564 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3565 a4 = &a4[LOBYTE(v56->uFontHeight) - 6] + LOBYTE(v56->uFontHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3566 v95 = pGlobalTXT_LocalizationStrings[87];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3567 v96 = pGlobalTXT_LocalizationStrings[6];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3568 v97 = pGlobalTXT_LocalizationStrings[240];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3569 v98 = pGlobalTXT_LocalizationStrings[70];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3570 v99 = pGlobalTXT_LocalizationStrings[624];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3571 v100 = pGlobalTXT_LocalizationStrings[138];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3572 v101 = pGlobalTXT_LocalizationStrings[214];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3573 v102 = pGlobalTXT_LocalizationStrings[142];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3574 v103 = pGlobalTXT_LocalizationStrings[29];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3575 v104 = pGlobalTXT_LocalizationStrings[133];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3576 v105 = pGlobalTXT_LocalizationStrings[54];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3577 if ( v116 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3578 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3579 sprintfex(pTmpBuf, "%s", pGlobalTXT_LocalizationStrings[18], 0, (&v95)[4 * v121->pMonsterInfo.uAttack1Type]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3580 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3581 a4 = &a4[LOBYTE(v56->uFontHeight) - 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3582 v57 = v121->pMonsterInfo.uAttack1DamageBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3583 if ( v57 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3584 sprintfex(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3585 pTmpBuf,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3586 "%s",
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3587 pGlobalTXT_LocalizationStrings[53],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3588 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3589 v121->pMonsterInfo.uAttack1DamageDiceRolls,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3590 v121->pMonsterInfo.uAttack1DamageDiceSides,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3591 v57);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3592 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3593 sprintfex(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3594 pTmpBuf,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3595 "%s",
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3596 pGlobalTXT_LocalizationStrings[53],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3597 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3598 v121->pMonsterInfo.uAttack1DamageDiceRolls,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3599 v121->pMonsterInfo.uAttack1DamageDiceSides);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3600 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3601 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3602 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3603 sprintfex(pTmpBuf, "%s", pGlobalTXT_LocalizationStrings[18], 0, pGlobalTXT_LocalizationStrings[630]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3604 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3605 a4 = &a4[LOBYTE(v56->uFontHeight) - 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3606 sprintfex(pTmpBuf, "%s", pGlobalTXT_LocalizationStrings[53], 0, pGlobalTXT_LocalizationStrings[630]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3607 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3608 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3609 v58 = LOBYTE(v56->uFontHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3610 a4 = &a4[v58 - 6] + v58;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3611 if ( !i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3612 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3613 v80 = pGlobalTXT_LocalizationStrings[630];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3614 v76 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3615 v71 = pGlobalTXT_LocalizationStrings[628];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3616 v68 = "%s";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3617 goto LABEL_144;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3618 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3619 v120 = (SpellBuff *)pGlobalTXT_LocalizationStrings[628];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3620 v59 = v121;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3621 v114 = v121->pMonsterInfo.uSpell1ID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3622 if ( v114 && v121->pMonsterInfo.uSpell2ID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3623 v120 = (SpellBuff *)pGlobalTXT_LocalizationStrings[629];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3624 if ( v114 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3625 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3626 sprintfex(pTmpBuf, "%s", v120, 0, pSpellStats->pInfos[v114].pShortName);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3627 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3628 v58 = LOBYTE(v56->uFontHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3629 a4 = &a4[v58 - 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3630 v59 = v121;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3631 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3632 v60 = v59->pMonsterInfo.uSpell2ID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3633 if ( v60 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3634 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3635 sprintfex(pTmpBuf, &byte_4E3318, 0, pSpellStats->pInfos[v60].pShortName);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3636 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3637 v58 = LOBYTE(v56->uFontHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3638 a4 = &a4[v58 - 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3639 v59 = v121;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3640 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3641 if ( !v59->pMonsterInfo.uSpell1ID && !v59->pMonsterInfo.uSpell2ID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3642 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3643 v80 = pGlobalTXT_LocalizationStrings[153];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3644 v76 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3645 v71 = pGlobalTXT_LocalizationStrings[628];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3646 v68 = "%s";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3647 LABEL_144:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3648 sprintfex(pTmpBuf, v68, v71, v76, v80);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3649 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3650 v58 = LOBYTE(v56->uFontHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3651 a4 = &a4[v58 - 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3652 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3653 a4 = &a4[v58 - 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3654 a1->DrawText(v56, 150, (int)a4, a5, pGlobalTXT_LocalizationStrings[626], 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3655 a4 = &a4[LOBYTE(v56->uFontHeight) - 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3656 v85 = pGlobalTXT_LocalizationStrings[87];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3657 v86 = pGlobalTXT_LocalizationStrings[6];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3658 v87 = pGlobalTXT_LocalizationStrings[240];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3659 v88 = pGlobalTXT_LocalizationStrings[70];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3660 v89 = pGlobalTXT_LocalizationStrings[142];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3661 v90 = pGlobalTXT_LocalizationStrings[214];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3662 v91 = pGlobalTXT_LocalizationStrings[29];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3663 v92 = pGlobalTXT_LocalizationStrings[133];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3664 v93 = pGlobalTXT_LocalizationStrings[54];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3665 v94 = pGlobalTXT_LocalizationStrings[624];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3666 v96 = (char *)v121->pMonsterInfo.uResFire;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3667 v97 = (char *)v121->pMonsterInfo.uResAir;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3668 v98 = (char *)v121->pMonsterInfo.uResWater;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3669 v99 = (char *)v121->pMonsterInfo.uResEarth;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3670 v100 = (char *)v121->pMonsterInfo.uResMind;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3671 v101 = (char *)v121->pMonsterInfo.uResSpirit;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3672 v102 = (char *)v121->pMonsterInfo.uResBody;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3673 v103 = (char *)v121->pMonsterInfo.uResLight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3674 v61 = (char *)v121->pMonsterInfo.uResPhysical;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3675 v104 = (char *)v121->pMonsterInfo.uResDark;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3676 v105 = v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3677 if ( v112 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3678 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3679 v124 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3680 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3681 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3682 v62 = (&v96)[v124];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3683 if ( v62 == (char *)200 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3684 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3685 v81 = pGlobalTXT_LocalizationStrings[625];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3686 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3687 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3688 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3689 if ( v62 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3690 v81 = pGlobalTXT_LocalizationStrings[627];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3691 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3692 v81 = pGlobalTXT_LocalizationStrings[153];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3693 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3694 sprintfex(pTmpBuf, "%s", (&v85)[v124], 0, v81);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3695 a1->DrawText(v56, 170, (int)a4, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3696 v63 = LOBYTE(v56->uFontHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3697 v124 += 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3698 result = &a4[v63 - 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3699 a4 = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3700 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3701 while ( v124 < 40 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3702 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3703 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3704 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3705 i = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3706 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3707 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3708 sprintfex(pTmpBuf, "%s", (&v85)[4 * i], 0, pGlobalTXT_LocalizationStrings[630]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3709 a1->DrawText(v56, 170, (int)a4, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3710 v65 = LOBYTE(v56->uFontHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3711 ++i;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3712 result = &a4[v65 - 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3713 a4 = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3714 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3715 while ( i < 10 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3716 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3717 if ( (signed __int64)pParty->pPartyBuffs[3].uExpireTime > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3718 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3719 sprintfex(pTmpBuf, "%s: %d", pGlobalTXT_LocalizationStrings[650], v121->sCurrentHP);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3720 pFontSmallnum->GetLineWidth(pTmpBuf);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3721 result = a1->DrawText2(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3722 pFontSmallnum,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3723 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3724 a1->uFrameHeight - LOBYTE(pFontSmallnum->uFontHeight) - 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3725 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3726 pTmpBuf,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3727 3u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3728 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3729 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3730 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3731
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3732
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3733
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3734 //----- (0041F54A) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3735 void __cdecl LoadActualSkyFrame()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3736 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3737 if ( pTexture_RestUI_CurrentSkyFrame )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3738 pTexture_RestUI_CurrentSkyFrame->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3739 if ( pTexture_RestUI_CurrentHourglassFrame )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3740 pTexture_RestUI_CurrentHourglassFrame->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3741 pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3742 sprintfex(pTmpBuf, "TERRA%03d", pParty->uCurrentMinute / 6 + 10 * pParty->uCurrentHour);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3743 pTexture_RestUI_CurrentSkyFrame = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture(pTmpBuf, TEXTURE_16BIT_PALETTE)];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3744 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3745
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3746 //----- (0041F5BE) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3747 void __cdecl Sleep6Hours()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3748 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3749 if ( _506F18_num_hours_to_sleep < 6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3750 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3751 pParty->pPlayers[3].pConditions[2] = 0i64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3752 pParty->pPlayers[2].pConditions[2] = 0i64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3753 pParty->pPlayers[1].pConditions[2] = 0i64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3754 pParty->pPlayers[0].pConditions[2] = 0i64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3755 if ( _506F18_num_hours_to_sleep )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3756 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3757 Rest(_506F18_num_hours_to_sleep);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3758 _506F18_num_hours_to_sleep = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3759 LoadActualSkyFrame();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3760 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3761 if ( dword_506F14 == 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3762 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3763 pGUIWindow_CurrentMenu->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3764 pEventTimer->Resume();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3765 if ( pTexture_RestUI_CurrentSkyFrame )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3766 pTexture_RestUI_CurrentSkyFrame->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3767 if ( pTexture_RestUI_CurrentHourglassFrame )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3768 pTexture_RestUI_CurrentHourglassFrame->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3769 pTexture_RestUI_CurrentHourglassFrame = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3770 pTexture_RestUI_CurrentSkyFrame = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3771 pIcons_LOD->_4114F2();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3772 pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3773 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
3774 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3775 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3776 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3777 pOutdoor->UpdateSunlightVectors();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3778 pOutdoor->UpdateFog();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3779 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3780 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3781 dword_506F14 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3782 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3783 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3784 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3785 Rest(6u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3786 _506F18_num_hours_to_sleep -= 6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3787 LoadActualSkyFrame();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3788 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3789 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3790 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3791
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3792 //----- (0041F6C1) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3793 void __cdecl RestUI_Initialize()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3794 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3795 char *v0; // eax@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3796
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3797 if ( !dword_506F14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3798 pAudioPlayer->StopChannels(-1, -1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3799 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
3800 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3801 pGUIWindow_CurrentMenu->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3802 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
3803 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3804 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3805 pEventTimer->Pause();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3806 if ( dword_506F14 != 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3807 GUIWindow::Create(518u, 450u, 0, 0, (enum WindowType)90, (int)ptr_5079FC, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3808 _506F18_num_hours_to_sleep = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3809 dword_506F14 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3810 uRestUI_FoodRequiredToRest = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3811 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3812 uRestUI_FoodRequiredToRest = pOutdoor->GetNumFoodRequiredToRestInCurrentPos(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3813 pParty->vPosition.x,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3814 pParty->vPosition.z,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3815 pParty->vPosition.y);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3816 if ( sub_476387() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3817 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3818 v0 = (char *)&pParty->pPlayers[0].uClass;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3819 while ( *v0 != 31 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3820 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3821 v0 += 6972;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3822 if ( (signed int)v0 >= (signed int)((char *)&pParty->pPickedItem.uExpireTime + 5) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3823 goto LABEL_15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3824 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3825 ++uRestUI_FoodRequiredToRest;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3826 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3827 LABEL_15:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3828 if ( CheckHiredNPCSpeciality(0x1Du) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3829 --uRestUI_FoodRequiredToRest;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3830 if ( CheckHiredNPCSpeciality(0x1Eu) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3831 uRestUI_FoodRequiredToRest -= 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3832 if ( CheckHiredNPCSpeciality(0x30u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3833 --uRestUI_FoodRequiredToRest;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3834 if ( uRestUI_FoodRequiredToRest < 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3835 uRestUI_FoodRequiredToRest = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3836 if ( !_strcmpi(pCurrentMapName, "d29.blv") && (unsigned __int16)_449B57_test_bit(pParty->_award_bits, 98) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3837 uRestUI_FoodRequiredToRest = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3838 ++pIcons_LOD->uTexturePacksCount;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3839 if ( !pIcons_LOD->uNumPrevLoadedFiles )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3840 pIcons_LOD->uNumPrevLoadedFiles = pIcons_LOD->uNumLoadedFiles;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3841 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
3842 _507CD4_RestUI_hourglass_anim_controller = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3843 uTextureID_RestUI_restmain = pIcons_LOD->LoadTexture("restmain", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3844 uTextureID_RestUI_restb1 = pIcons_LOD->LoadTexture("restb1", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3845 uTextureID_RestUI_restb2 = pIcons_LOD->LoadTexture("restb2", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3846 uTextureID_RestUI_restb3 = pIcons_LOD->LoadTexture("restb3", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3847 uTextureID_RestUI_restb4 = pIcons_LOD->LoadTexture("restb4", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3848 uTextureID_RestUI_restexit = pIcons_LOD->LoadTexture("restexit", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3849 LoadActualSkyFrame();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3850 pGUIWindow_CurrentMenu = GUIWindow::Create(0, 0, 640u, 480u, (enum WindowType)16, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3851 pButton_RestUI_Exit = pGUIWindow_CurrentMenu->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3852 280u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3853 297u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3854 154u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3855 37u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3856 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3857 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3858 0xA7u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3859 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3860 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3861 nullstring,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3862 (Texture *)(uTextureID_RestUI_restexit != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_RestUI_restexit] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3863 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3864 pButton_RestUI_507634 = pGUIWindow_CurrentMenu->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3865 24u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3866 154u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3867 225u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3868 37u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3869 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3870 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3871 0x61u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3872 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3873 0x52u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3874 nullstring,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3875 (Texture *)(uTextureID_RestUI_restb4 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_RestUI_restb4] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3876 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3877 pButton_RestUI_WaitUntilDawn = pGUIWindow_CurrentMenu->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3878 61u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3879 232u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3880 154u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3881 33u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3882 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3883 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3884 0x6Du,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3885 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3886 0x44u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3887 nullstring,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3888 (Texture *)(uTextureID_RestUI_restb1 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_RestUI_restb1] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3889 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3890 pButton_RestUI_Wait1Hour = pGUIWindow_CurrentMenu->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3891 61u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3892 264u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3893 154u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3894 33u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3895 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3896 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3897 0x60u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3898 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3899 0x48u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3900 nullstring,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3901 (Texture *)(uTextureID_RestUI_restb2 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_RestUI_restb2] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3902 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3903 pButton_RestUI_Wait5Minutes = pGUIWindow_CurrentMenu->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3904 61u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3905 296u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3906 154u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3907 33u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3908 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3909 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3910 0x5Fu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3911 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3912 0x4Du,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3913 nullstring,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3914 (Texture *)(uTextureID_RestUI_restb3 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_RestUI_restb3] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3915 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3916 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3917
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3918 //----- (0041FA01) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3919 void __cdecl RestUI_Draw()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3920 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3921 int v0; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3922 Player **ppPlayers; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3923 Player *pPlayer; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3924 unsigned int v3; // eax@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3925 char v4; // al@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3926 bool v5; // eax@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3927 GUIButton Dst; // [sp+8h] [bp-DCh]@19
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
3928 //double v7; // [sp+C4h] [bp-20h]@17
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3929 float v8; // [sp+CCh] [bp-18h]@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3930 __int64 v9; // [sp+D0h] [bp-14h]@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3931 unsigned int v10; // [sp+D8h] [bp-Ch]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3932 __int16 a9[2]; // [sp+DCh] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3933 int a5; // [sp+E0h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3934
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3935 v0 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3936 a5 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xAu, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3937 *(int *)a9 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xE6u, 0xD6u, 0xC1u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3938 ppPlayers = &pPlayers[1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3939 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3940 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3941 pPlayer = *ppPlayers;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3942 if ( !(*ppPlayers)->pConditions[14] && !pPlayer->pConditions[16] && pPlayer->sHealth > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3943 ++v0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3944 ++ppPlayers;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3945 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3946 while ( (signed int)ppPlayers <= (signed int)&pPlayers[4] );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3947 if ( v0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3948 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3949 pRenderer->DrawTextureIndexed(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3950 8u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3951 8u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3952 (Texture *)(uTextureID_RestUI_restmain != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_RestUI_restmain] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3953 v10 = pParty->uCurrentHour;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3954 dword_506F1C = pGUIWindow_CurrentMenu->field_2C_focus_id;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3955 if ( (signed int)pParty->uCurrentHour <= 12 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3956 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3957 if ( !v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3958 v10 = 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3959 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3960 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3961 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3962 v10 -= 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3963 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3964 pRenderer->DrawTextureIndexed(16u, 26u, pTexture_RestUI_CurrentSkyFrame);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3965 if ( pTexture_RestUI_CurrentHourglassFrame )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3966 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3967 pTexture_RestUI_CurrentHourglassFrame->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3968 pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3969 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3970 v3 = pEventTimer->uTimeElapsed + _507CD4_RestUI_hourglass_anim_controller;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3971 _507CD4_RestUI_hourglass_anim_controller += pEventTimer->uTimeElapsed;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3972 if ( (unsigned int)_507CD4_RestUI_hourglass_anim_controller >= 512 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3973 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3974 v3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3975 _507CD4_RestUI_hourglass_anim_controller = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3976 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3977 v9 = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3978 v8 = (double)v3 * 0.001953125 * 120.0;
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
3979 //v7 = v8 + 6.7553994e15;
3
540178ef9b18 Main menu functionality
Nomad
parents: 2
diff changeset
3980 HIDWORD(v9) = floorf(v8 + 0.5f);//LODWORD(v7);
540178ef9b18 Main menu functionality
Nomad
parents: 2
diff changeset
3981 v4 = (int)floorf(v8 + 0.5f) % 256 + 1;//LOBYTE(v7) + 1;
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
3982 byte_4E2BC8 = v4;
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
3983 if ( (unsigned __int8)(v4) >= 0x78u )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3984 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3985 v4 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3986 byte_4E2BC8 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3987 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3988 sprintfex(pTmpBuf, "hglas%03d", (unsigned __int8)v4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3989 pTexture_RestUI_CurrentHourglassFrame = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture(pTmpBuf, TEXTURE_16BIT_PALETTE)];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3990 pRenderer->DrawTextureIndexed(0x10Bu, 0x9Fu, pTexture_RestUI_CurrentHourglassFrame);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3991 memset(&Dst, 0, 0xBCu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3992 Dst.uX = 24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3993 Dst.uY = 154;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3994 Dst.uWidth = 171;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3995 Dst.uHeight = 37;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3996 Dst.uZ = 194;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3997 Dst.uW = 190;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3998 Dst.pParent = pButton_RestUI_WaitUntilDawn->pParent;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3999 Dst.DrawLabel(pGlobalTXT_LocalizationStrings[183], pFontCreate, a5, *(int **)a9);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4000 Dst.pParent = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4001 sprintfex(pTmpBuf, "\r408%d", uRestUI_FoodRequiredToRest);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4002 pGUIWindow_CurrentMenu->DrawText(pFontCreate, 0, 164, a5, pTmpBuf, 0, 0, *(unsigned int *)a9);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4003 pButton_RestUI_WaitUntilDawn->DrawLabel(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4004 pGlobalTXT_LocalizationStrings[237],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4005 pFontCreate,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4006 a5,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4007 *(int **)a9);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4008 pButton_RestUI_Wait1Hour->DrawLabel(pGlobalTXT_LocalizationStrings[239], pFontCreate, a5, *(int **)a9);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4009 pButton_RestUI_Wait5Minutes->DrawLabel(pGlobalTXT_LocalizationStrings[238], pFontCreate, a5, *(int **)a9);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4010 pButton_RestUI_Exit->DrawLabel(pGlobalTXT_LocalizationStrings[81], pFontCreate, a5, *(int **)a9);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4011 memset(&Dst, 0, 0xBCu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4012 Dst.uX = 45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4013 Dst.uY = 199;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4014 Dst.uWidth = 185;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4015 Dst.uHeight = 30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4016 Dst.uZ = 229;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4017 Dst.uW = 228;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4018 Dst.pParent = pButton_RestUI_WaitUntilDawn->pParent;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4019 Dst.DrawLabel(pGlobalTXT_LocalizationStrings[236], pFontCreate, a5, *(int **)a9);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4020 Dst.pParent = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4021 v5 = pParty->uCurrentHour >= 0xC && pParty->uCurrentHour < 0x18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4022 sprintfex(pTmpBuf, "%d:%02d %s", v10, pParty->uCurrentMinute, aAMPMNames[v5]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4023 pGUIWindow_CurrentMenu->DrawText(pFontCreate, 368, 168, a5, pTmpBuf, 0, 0, *(unsigned int *)a9);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4024 sprintfex(pTmpBuf, "%s\r190%d", pGlobalTXT_LocalizationStrings[56], pParty->uDaysPlayed + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4025 pGUIWindow_CurrentMenu->DrawText(pFontCreate, 350, 190, a5, pTmpBuf, 0, 0, *(unsigned int *)a9);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4026 sprintfex(pTmpBuf, "%s\r190%d", pGlobalTXT_LocalizationStrings[146], pParty->uCurrentMonth + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4027 pGUIWindow_CurrentMenu->DrawText(pFontCreate, 350, 222, a5, pTmpBuf, 0, 0, *(unsigned int *)a9);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4028 sprintfex(pTmpBuf, "%s\r190%d", pGlobalTXT_LocalizationStrings[245], pParty->uCurrentYear);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4029 pGUIWindow_CurrentMenu->DrawText(pFontCreate, 350, 254, a5, pTmpBuf, 0, 0, *(unsigned int *)a9);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4030 if ( dword_506F14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4031 Sleep6Hours();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4032 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4033 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4034 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4035 GUIWindow::Create(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4036 pButton_RestUI_Exit->uX,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4037 pButton_RestUI_Exit->uY,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4038 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4039 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4040 (enum WindowType)96,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4041 (int)pButton_RestUI_Exit,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4042 (int)pGlobalTXT_LocalizationStrings[81]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4043 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4044 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4045 // 4E2BC8: using guessed type char byte_4E2BC8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4046 // 506F14: using guessed type int dword_506F14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4047 // 506F1C: using guessed type int dword_506F1C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4048 // 50765C: using guessed type int uTextureID_RestUI_restmain;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4049 // 507CD4: using guessed type int 507CD4_RestUI_hourglass_anim_controller;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4050
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4051 //----- (0041FE71) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4052 int Chest::CanPlaceItemAt(signed int a1, int a2, unsigned int uChestID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4053 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4054 int v3; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4055 unsigned int v4; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4056 Texture *v5; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4057 signed int v6; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4058 signed int v7; // edi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4059 signed int v8; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4060 int v9; // edi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4061 int v10; // ebx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4062 int v11; // esi@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4063 int v12; // edx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4064 int v13; // ecx@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4065 char *v14; // eax@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4066 int v16; // [sp+Ch] [bp-Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4067 signed int v17; // [sp+10h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4068 signed int v18; // [sp+14h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4069
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4070 v17 = a1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4071 v3 = pChests[uChestID].uChestBitmapID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4072 v16 = pChestHeightsByType[v3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4073 v18 = pChestWidthsByType[v3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4074 v4 = pIcons_LOD->LoadTexture(pItemsTable->pItems[a2].pIconName, TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4075 v5 = (Texture *)(v4 != -1 ? (int)&pIcons_LOD->pTextures[v4] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4076 v6 = (v4 != -1 ? pIcons_LOD->pTextures[v4].uTextureWidth : 24);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4077 if ( v6 < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4078 v6 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4079 v7 = v6 - 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4080 v8 = v5->uTextureHeight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4081 v9 = (v7 >> 5) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4082 if ( v8 < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4083 v8 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4084 v10 = ((v8 - 14) >> 5) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4085 if ( !areWeLoadingTexture )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4086 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4087 v5->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4088 pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4089 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4090 if ( v9 + v17 % v18 <= v18 && v10 + v17 / v18 <= v16 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4091 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4092 v11 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4093 if ( v10 <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4094 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4095 v12 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4096 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4097 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4098 v13 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4099 if ( v9 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4100 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4101 LABEL_15:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4102 v12 += v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4103 ++v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4104 if ( v11 >= v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4105 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4106 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4107 v14 = (char *)&pChests[0].pInventoryIndices[v17 + v12 + 2662 * uChestID];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4108 while ( !*(short *)v14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4109 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4110 ++v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4111 v14 += 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4112 if ( v13 >= v9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4113 goto LABEL_15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4114 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4115 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4116 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4117 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4118 // 506128: using guessed type int areWeLoadingTexture;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4119
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4120 //----- (0041FF64) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4121 int Chest::_41FF64(unsigned int uChestID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4122 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4123 unsigned int v1; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4124 signed int result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4125 int v3; // edx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4126 ItemGen *pItem; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4128 v1 = uChestID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4129 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4130 v3 = pChestWidthsByType[pChests[v1].uChestBitmapID] * pChestHeightsByType[pChests[v1].uChestBitmapID];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4131 if ( v3 <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4132 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4133 LABEL_5:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4134 result = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4135 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4136 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4137 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4138 pItem = pChests[v1].mm7__vector_pItems;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4139 while ( pItem->uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4140 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4141 ++result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4142 ++pItem;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4143 if ( result >= v3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4144 goto LABEL_5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4145 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4146 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4147 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4148 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4149
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4150 //----- (0041FFA2) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4151 int Chest::_41FFA2(int a1, ItemGen *a2, unsigned int uChestID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4152 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4153 int v3; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4154 ItemGen *v4; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4155 int v5; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4156 int result; // eax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4157 unsigned int v7; // eax@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4158 int v8; // edx@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4159 int v9; // ecx@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4160 signed int v10; // eax@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4161 signed int v11; // edi@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4162 unsigned int v12; // esi@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4163 int v13; // edi@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4164 void *v14; // edi@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4165 int v15; // edi@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4166 int i; // ecx@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4167 ItemGen *Src; // [sp+Ch] [bp-18h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4168 signed int v18; // [sp+10h] [bp-14h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4169 int v19; // [sp+14h] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4170 int v20; // [sp+18h] [bp-Ch]@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4171 signed int v21; // [sp+1Ch] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4172 signed int v22; // [sp+20h] [bp-4h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4173 int v23; // [sp+20h] [bp-4h]@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4174
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4175 v21 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4176 v3 = pChests[uChestID].uChestBitmapID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4177 v4 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4178 v5 = pChestWidthsByType[v3] * pChestHeightsByType[v3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4179 Src = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4180 v19 = pChestWidthsByType[v3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4181 if ( a1 == -1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4182 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4183 v18 = _41FF64(uChestID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4184 if ( v18 == -1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4185 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4186 v22 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4187 if ( v5 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4188 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4189 while ( !Chest::CanPlaceItemAt(v22, v4->uItemID, (unsigned int)ptr_507BB8->ptr_1C) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4190 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4191 ++v22;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4192 if ( v22 >= v5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4193 goto LABEL_8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4194 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4195 v21 = v22;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4196 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4197 LABEL_8:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4198 if ( v22 == v5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4199 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4200 if ( uActiveCharacter )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4201 pPlayers[uActiveCharacter]->PlaySound(15, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4202 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4203 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4204 v7 = pIcons_LOD->LoadTexture(pItemsTable->pItems[v4->uItemID].pIconName, TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4205 HIWORD(v8) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4206 v9 = v7 != -1 ? (int)&pIcons_LOD->pTextures[v7] : 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4207 v10 = (v7 != -1 ? pIcons_LOD->pTextures[v7].uTextureWidth : 24);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4208 if ( v10 < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4209 v10 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4210 v11 = *(short *)(v9 + 26);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4211 v12 = ((v10 - 14) >> 5) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4212 if ( v11 < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4213 v11 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4214 v13 = ((v11 - 14) >> 5) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4215 if ( !areWeLoadingTexture )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4216 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4217 ((Texture *)v9)->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4218 pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4219 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4220 if ( v13 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4221 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4222 v23 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4223 v20 = v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4224 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4225 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4226 if ( (signed int)v12 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4227 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4228 v14 = &pChests[0].pInventoryIndices[v21 + v23 + 2662 * uChestID];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4229 LOWORD(v8) = -1 - v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4230 v8 <<= 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4231 LOWORD(v8) = -1 - v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4232 memset32(v14, v8, v12 >> 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4233 v15 = (int)((char *)v14 + 4 * (v12 >> 1));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4234 for ( i = v12 & 1; i; --i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4235 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4236 *(short *)v15 = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4237 v15 += 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4238 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4239 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4240 v23 += v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4241 --v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4242 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4243 while ( v20 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4244 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4245 pChests[0].pInventoryIndices[v21 + 2662 * uChestID] = v18 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4246 memcpy(&pChests[uChestID].mm7__vector_pItems[v18], Src, 0x24u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4247 result = v21 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4248 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4249 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4250 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4251 result = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4252 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4253 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4254 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4255 // 506128: using guessed type int areWeLoadingTexture;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4256
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4257 //----- (0042013E) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4258 unsigned int Chest::PlaceItemAt(unsigned int a1, unsigned int uItemIdx, unsigned int uChestID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4259 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4260 int v3; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4261 unsigned int v4; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4262 int uItemID; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4263 int v6; // edx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4264 unsigned int v7; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4265 Texture *v8; // ecx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4266 signed int v9; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4267 signed int v10; // edi@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4268 unsigned int v11; // ebx@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4269 int v12; // edi@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4270 int v13; // edx@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4271 void *v14; // edi@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4272 int v15; // edi@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4273 int i; // ecx@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4274 unsigned int result; // eax@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4275 __int16 v18; // [sp+Ch] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4276 int v19; // [sp+10h] [bp-Ch]@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4277 int v20; // [sp+14h] [bp-8h]@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4278 unsigned int v21; // [sp+18h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4279
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4280 v3 = 5324 * uChestID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4281 v21 = a1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4282 v4 = 5324 * uChestID + 36 * uItemIdx;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4283 v18 = uItemIdx;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4284 uItemID = *(unsigned int *)((char *)&pChests[0].mm7__vector_pItems[0].uItemID + v4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4285 pItemsTable->SetSpecialBonus((ItemGen *)((char *)pChests[0].mm7__vector_pItems + v4));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4286 if ( uItemID >= 135 && uItemID <= 159 && !*(int *)((char *)&pChests[0].mm7__vector_pItems[0].uNumCharges + v4) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4287 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4288 v6 = rand() % 21 + 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4289 *(int *)((char *)&pChests[0].mm7__vector_pItems[0].uNumCharges + v4) = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4290 *(&pChests[0].mm7__vector_pItems[0].uMaxCharges + v4) = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4291 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4292 v7 = pIcons_LOD->LoadTexture(pItemsTable->pItems[uItemID].pIconName, TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4293 v8 = (Texture *)(v7 != -1 ? (int)&pIcons_LOD->pTextures[v7] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4294 v9 = (v7 != -1 ? pIcons_LOD->pTextures[v7].uTextureWidth : 24);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4295 if ( v9 < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4296 v9 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4297 v10 = v8->uTextureHeight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4298 v11 = ((v9 - 14) >> 5) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4299 if ( v10 < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4300 v10 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4301 v12 = ((v10 - 14) >> 5) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4302 if ( !areWeLoadingTexture )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4303 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4304 v8->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4305 pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4306 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4307 v19 = pChestWidthsByType[*(unsigned __int16 *)((char *)&pChests[0].uChestBitmapID + v3)];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4308 if ( v12 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4309 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4310 v13 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4311 v20 = v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4312 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4313 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4314 if ( (signed int)v11 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4315 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4316 v14 = &pChests[0].pInventoryIndices[v21 + v13 + 2662 * uChestID];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4317 LOWORD(v3) = -1 - v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4318 v3 <<= 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4319 LOWORD(v3) = -1 - v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4320 memset32(v14, v3, v11 >> 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4321 v15 = (int)((char *)v14 + 4 * (v11 >> 1));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4322 for ( i = v11 & 1; i; --i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4323 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4324 *(short *)v15 = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4325 v15 += 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4326 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4327 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4328 v13 += v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4329 --v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4330 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4331 while ( v20 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4332 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4333 result = v21 + 2662 * uChestID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4334 pChests[0].pInventoryIndices[result] = v18 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4335 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4336 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4337 // 506128: using guessed type int areWeLoadingTexture;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4338
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4339 //----- (00420284) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4340 char *Chest::_420284(unsigned int uChestID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4341 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4342 int v1; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4343 unsigned int v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4344 unsigned int v3; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4345 int uChestArea; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4346 int v5; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4347 int v6; // ebx@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4348 char *result; // eax@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4349 char Dst[144]; // [sp+Ch] [bp-A0h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4350 int v9; // [sp+9Ch] [bp-10h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4351 unsigned int v10; // [sp+A0h] [bp-Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4352 unsigned int v11; // [sp+A4h] [bp-8h]@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4353 unsigned int *v12; // [sp+A8h] [bp-4h]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4354
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4355 v1 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4356 v2 = uChestID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4357 v10 = uChestID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4358 pRenderer->ClearZBuffer(0, 479);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4359 v3 = v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4360 uChestArea = pChestWidthsByType[pChests[v3].uChestBitmapID] * pChestHeightsByType[pChests[v3].uChestBitmapID];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4361 memset(Dst, 0, 0x90u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4362 if ( uChestArea > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4363 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4364 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4365 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4366 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4367 v5 = (unsigned __int8)rand();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4368 while ( v5 >= uChestArea );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4369 while ( Dst[v5] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4370 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4371 ++v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4372 if ( v5 == uChestArea )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4373 v5 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4374 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4375 Dst[v5] = v1++;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4376 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4377 while ( v1 < uChestArea );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4378 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4379 v11 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4380 if ( uChestArea > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4381 {
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
4382 v12 = &pChests[v3].mm7__vector_pItems[0].uAttributes;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4383 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4384 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4385 v9 = *(v12 - 5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4386 if ( v9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4387 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4388 v6 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4389 while ( !Chest::CanPlaceItemAt((unsigned __int8)Dst[v6], v9, v10) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4390 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4391 ++v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4392 if ( v6 >= uChestArea )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4393 goto LABEL_17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4394 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4395 Chest::PlaceItemAt((unsigned __int8)Dst[v6], v11, v10);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4396 if ( pChests[v3].uFlags & 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4397 *v12 |= 1u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4398 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4399 LABEL_17:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4400 ++v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4401 v12 += 9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4402 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4403 while ( (signed int)v11 < uChestArea );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4404 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4405 result = (char *)&pChests[v3].uFlags;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4406 pChests[v3].uFlags = pChests[v3].uFlags & 0xFFFB | 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4407 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4408 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4409 // 420284: using guessed type char Dst[144];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4410
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4411 //----- (0042038D) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4412 void __cdecl sub_42038D()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4413 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4414 POINT *v0; // esi@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4415 int v1; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4416 const char *v2; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4417 POINT v3; // [sp+0h] [bp-10h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4418 POINT a2; // [sp+8h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4419
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4420 if ( pMouse->GetCursorPos(&a2)->y < 350 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4421 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4422 v0 = pMouse->GetCursorPos(&a2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4423 v1 = pRenderer->pActiveZBuffer[v0->x + pSRZBufferLineOffsets[pMouse->GetCursorPos(&v3)->y]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4424 if ( v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4425 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4426 auto _w = (ItemGen *)(&pOtherOverlayList->pOverlays[49].field_4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4427 + 2662 * (unsigned int)ptr_507BB8->ptr_1C
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4428 + 18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4429 * *((short *)&pChests[0].mm7__vector_pItems[139].uExpireTime
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4430 + v1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4431 + 2662 * (unsigned int)ptr_507BB8->ptr_1C
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4432 + 3));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4433 v2 = _w->GetDisplayName();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4434 sub_41C0B8_set_status_string(v2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4435 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4436 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4437 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4438
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4439 //----- (0042041E) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4440 bool Chest::Open(unsigned int uChestID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4441 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4442 char *v1; // edi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4443 unsigned int v2; // eax@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4444 GUIWindow *v3; // eax@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4445 int v5; // edx@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4446 int v6; // eax@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4447 ODMFace *v7; // eax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4448 int v8; // edx@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4449 int v9; // edi@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4450 signed int v10; // ebx@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4451 int v11; // ecx@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4452 int v12; // eax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4453 BLVFace *v13; // eax@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4454 int v14; // ebx@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4455 int v15; // edi@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4456 int v16; // ecx@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4457 __int64 v17; // qax@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4458 double v18; // st7@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4459 double v19; // st6@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4460 double v20; // st7@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4461 int v21; // ecx@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4462 char v22[12]; // ST4C_12@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4463 unsigned int *v23; // edi@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4464 unsigned __int16 v24; // di@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4465 signed int v25; // ecx@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4466 char *v26; // edx@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4467 unsigned __int16 v27; // ax@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4468 //LayingItem a1; // [sp+14h] [bp-B0h]@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4469 int v29; // [sp+84h] [bp-40h]@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4470 int v30; // [sp+88h] [bp-3Ch]@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4471 int v31; // [sp+8Ch] [bp-38h]@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4472 int v32; // [sp+90h] [bp-34h]@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4473 float v33; // [sp+94h] [bp-30h]@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4474 char *v34; // [sp+98h] [bp-2Ch]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4475 int v35; // [sp+9Ch] [bp-28h]@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4476 Vec3_int_ pOut; // [sp+A0h] [bp-24h]@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4477 int a4; // [sp+ACh] [bp-18h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4478 int v38; // [sp+B0h] [bp-14h]@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4479 int sRotX; // [sp+B4h] [bp-10h]@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4480 float v40; // [sp+B8h] [bp-Ch]@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4481 float v41; // [sp+BCh] [bp-8h]@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4482 int sRotY; // [sp+C0h] [bp-4h]@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4483
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4484 a4 = uChestID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4485 if ( (uChestID & 0x80000000u) != 0 || (signed int)uChestID >= 20 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4486 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4487 ++pIcons_LOD->uTexturePacksCount;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4488 if ( !pIcons_LOD->uNumPrevLoadedFiles )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4489 pIcons_LOD->uNumPrevLoadedFiles = pIcons_LOD->uNumLoadedFiles;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4490 v1 = (char *)&pChests[uChestID].uFlags;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4491 v34 = v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4492 if ( !(*v1 & CHEST_ITEMS_PLACED) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4493 Chest::_420284(uChestID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4494 if ( !uActiveCharacter )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4495 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4496 *(float *)&sRotY = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4497 v2 = pMapStats->GetMapInfo(pCurrentMapName);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4498 if ( !(*v1 & 1) || !v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4499 goto LABEL_12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4500 if ( pPlayers[uActiveCharacter]->GetDisarmTrap() < 2 * pMapStats->pInfos[v2].field_2D )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4501 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4502 v29 = 811;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4503 v30 = 812;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4504 v31 = 813;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4505 v32 = 814;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4506 v5 = rand() % 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4507 v6 = dword_5B5920 >> 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4508 v35 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4509 if ( (dword_5B5920 & 7) == 5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4510 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4511 v16 = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4512 v14 = pLevelDecorations[v6].vPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4513 v38 = pLevelDecorations[v6].vPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4514 v17 = pDecorationList->pDecorations[pLevelDecorations[v6].uDecorationDescID].uDecorationHeight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4515 v15 = pLevelDecorations[v16].vPosition.z + (((signed int)v17 - HIDWORD(v17)) >> 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4516 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4517 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4518 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4519 if ( (dword_5B5920 & 7) != 6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4520 goto LABEL_12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4521 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4522 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4523 v7 = &pOutdoor->pBModels[dword_5B5920 >> 9].pFaces[(dword_5B5920 >> 3) & 0x3F];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4524 v8 = v7->pBoundingBox.y1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4525 v9 = v7->pBoundingBox.z2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4526 v10 = v7->pBoundingBox.x1 + v7->pBoundingBox.x2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4527 v11 = v7->pBoundingBox.y2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4528 v12 = v7->pBoundingBox.z1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4529 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4530 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4531 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4532 v13 = &pIndoor->pFaces[v6];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4533 v8 = v13->pBounding.y1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4534 v9 = v13->pBounding.z2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4535 v10 = v13->pBounding.x1 + v13->pBounding.x2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4536 v11 = v13->pBounding.y2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4537 v12 = v13->pBounding.z1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4538 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4539 v14 = v10 >> 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4540 v38 = (v8 + v11) >> 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4541 v15 = (v12 + v9) >> 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4542 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4543 v18 = (double)pParty->vPosition.x - (double)v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4544 *(float *)&a4 = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4545 v19 = (double)pParty->vPosition.z - (double)v38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4546 v33 = v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4547 v41 = (double)pParty->sEyelevel + (double)pParty->vPosition.y - (double)v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4548 *(float *)&sRotY = v19 * v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4549 *(float *)&sRotX = v18 * v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4550 v20 = sqrt(v41 * v41 + *(float *)&sRotX + *(float *)&sRotY);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4551 v40 = v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4552 if ( v20 <= 1.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4553 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4554 *(float *)&sRotX = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4555 *(float *)&sRotY = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4556 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4557 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4558 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4559 sRotY = (signed __int64)sqrt(*(float *)&sRotX + *(float *)&sRotY);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4560 sRotX = stru_5C6E00->Atan2((signed __int64)*(float *)&a4, (signed __int64)v33);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4561 sRotY = stru_5C6E00->Atan2(sRotY, (signed __int64)v41);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4562 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4563 v21 = 256;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4564 if ( v40 < 256.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4565 v21 = (signed __int64)v40 / 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4566 *(int *)&v22[8] = v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4567 *(_QWORD *)v22 = __PAIR__(v38, v14);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4568 Vec3_int_::Rotate(v21, sRotX, sRotY, *(Vec3_int_ *)v22, &pOut.x, &pOut.z, &pOut.y);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4569 v23 = (unsigned int *)(&v29 + v35);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4570 sub_42F7EB_DropItemAt(*v23, pOut.x, pOut.z, pOut.y, 0, 1, 0, 0x30u, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4571
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4572 LayingItem a1; // [sp+14h] [bp-B0h]@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4573 //LayingItem::LayingItem(&a1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4574
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4575 a1.stru_24.Reset();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4576 v24 = *(short *)v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4577 v25 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4578 a1.field_50 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4579 a1.field_4C = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4580 a1.field_48 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4581 a1.field_54 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4582 a1.uItemType = v24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4583 if ( (signed int)pObjectList->uNumObjects <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4584 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4585 LABEL_32:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4586 v27 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4587 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4588 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4589 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4590 v26 = (char *)&pObjectList->pObjects->uObjectID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4591 while ( v24 != *(short *)v26 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4592 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4593 ++v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4594 v26 += 56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4595 if ( v25 >= (signed int)pObjectList->uNumObjects )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4596 goto LABEL_32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4597 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4598 v27 = v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4599 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4600 a1.uObjectDescID = v27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4601 a1.vPosition.y = pOut.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4602 a1.vPosition.x = pOut.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4603 a1.vPosition.z = pOut.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4604 a1.uSoundID = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4605 a1.uAttributes = 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4606 a1.uSectorID = pIndoor->GetSector(pOut.x, pOut.z, pOut.y);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4607 a1.uSpriteFrameID = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4608 a1.field_58 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4609 a1.field_5C = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4610 a1.uFacing = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4611 a1.Create(0, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4612 pAudioPlayer->PlaySound(SOUND_8, 0, 0, -1, 0, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4613 a1._438E35();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4614 *v34 &= 0xFEu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4615 if ( uActiveCharacter && !qword_A750D8 && !dword_507CD8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4616 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4617 qword_A750D8 = 256i64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4618 word_A750E0 = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4619 word_A750E2 = uActiveCharacter;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4620 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4621 pIcons_LOD->_4114F2();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4622 dword_507CD8 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4623 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4624 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4625 *v1 &= 0xFEu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4626 sRotY = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4627 LABEL_12:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4628 pAudioPlayer->StopChannels(-1, -1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4629 pAudioPlayer->PlaySound((SoundID)208, 0, 0, -1, 0, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4630 if ( *(float *)&sRotY != 0.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4631 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4632 if ( !dword_507CD8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4633 pPlayers[uActiveCharacter]->PlaySound(4, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4634 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4635 dword_507CD8 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4636 v3 = GUIWindow::Create(0, 0, 640u, 480u, WINDOW_Chest, a4, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4637 pGUIWindow_CurrentMenu = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4638 ptr_507BB8 = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4639 ptr_5076F4 = v3->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4640 0x1D7u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4641 0x1BDu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4642 0xA9u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4643 0x23u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4644 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4645 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4646 0x71u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4647 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4648 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4649 pGlobalTXT_LocalizationStrings[79],// Exit
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4650 (Texture *)(uTextureID_506438 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_506438] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4651 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4652 ptr_507BB8->CreateButton(7u, 8u, 460u, 343u, 1, 0, 0xCu, 0, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4653 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
4654 pEventTimer->Pause();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4655 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4656 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4657
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4658 //----- (0042092D) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4659 void Chest::DrawChestUI(unsigned int uChestID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4660 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4661 Render *v1; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4662 unsigned int v2; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4663 unsigned int v3; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4664 int v4; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4665 unsigned int v5; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4666 int v6; // ecx@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4667 unsigned int v7; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4668 Texture *v8; // esi@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4669 signed int v9; // ecx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4670 signed int v10; // edx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4671 signed int v11; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4672 int v12; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4673 int v13; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4674 unsigned int v14; // ST34_4@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4675 int v15; // edi@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4676 int *v16; // [sp+Ch] [bp-28h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4677 int v17; // [sp+10h] [bp-24h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4678 int v18; // [sp+14h] [bp-20h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4679 signed int v19; // [sp+18h] [bp-1Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4680 int v20; // [sp+1Ch] [bp-18h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4681 signed int v21; // [sp+20h] [bp-14h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4682 char *v22; // [sp+2Ch] [bp-8h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4683 signed int v23; // [sp+30h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4684
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4685 v1 = pRenderer;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4686 v2 = uChestID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4687 v16 = pRenderer->pActiveZBuffer;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4688 pRenderer->ClearZBuffer(0, 479);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4689 v3 = v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4690 v4 = pChests[v3].uChestBitmapID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4691 v20 = pChestSmthn1ByType[v4];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4692 v18 = pChestSmthn2ByType[v4];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4693 v21 = pChestWidthsByType[v4];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4694 v19 = pChestHeightsByType[v4];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4695 sprintfex(pTmpBuf, "chest%02d", pChestList->pChests[pChests[v3].uChestBitmapID].uTextureID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4696 v5 = pIcons_LOD->LoadTexture(pTmpBuf, TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4697 pRenderer->DrawTextureIndexed(8u, 8u, (Texture *)(v5 != -1 ? (int)&pIcons_LOD->pTextures[v5] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4698 v23 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4699 if ( v21 * v19 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4700 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4701 v22 = (char *)pChests[v3].pInventoryIndices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4702 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4703 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4704 v6 = *(short *)v22;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4705 if ( v6 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4706 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4707 v17 = v18 + 32 * v23 / v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4708 v7 = pIcons_LOD->LoadTexture(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4709 pItemsTable->pItems[*(int *)((char *)&pOtherOverlayList->pOverlays[49].field_4 + 36 * v6 + v3 * 5324)].pIconName,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4710 TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4711 v8 = (Texture *)(v7 != -1 ? &pIcons_LOD->pTextures[v7] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4712 v9 = (v7 != -1 ? pIcons_LOD->pTextures[v7].uTextureWidth : 24);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4713 v10 = (v7 != -1 ? pIcons_LOD->pTextures[v7].uTextureHeight : 26);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4714 v11 = (v7 != -1 ? pIcons_LOD->pTextures[v7].uTextureWidth : 24);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4715 if ( v9 < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4716 v11 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4717 v12 = v11 - 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4718 LOBYTE(v12) = v12 & 0xE0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4719 v13 = v12 + 32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4720 if ( (signed int)v8->uTextureHeight < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4721 v10 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4722 v14 = v20 + 32 * v23 % v21 + ((v13 - v9) >> 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4723 v15 = v17 + ((((v10 - 14) & 0xFFFFFFE0) - v8->uTextureHeight + 32) >> 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4724 pRenderer->DrawTextureTransparent(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4725 v14,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4726 v17 + ((((v10 - 14) & 0xFFFFFFE0) - v8->uTextureHeight + 32) >> 1),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4727 v8);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4728 sub_40F92A(&v16[v14 + pSRZBufferLineOffsets[v15]], v8, v23 + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4729 v1 = pRenderer;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4730 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4731 ++v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4732 v22 += 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4733 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4734 while ( v23 < v21 * v19 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4735 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4736 pRenderer->DrawTextureIndexed(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4737 ptr_5076F4->uX,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4738 ptr_5076F4->uY,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4739 (Texture *)(uTextureID_506438 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_506438] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4740 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4741
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4742 //----- (00420B13) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4743 void __fastcall sub_420B13(int a1, int a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4744 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4745 void *v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4746 ItemGen *v3; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4747 unsigned int v4; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4748 Texture *v5; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4749 signed int v6; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4750 signed int v7; // edi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4751 signed int v8; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4752 int v9; // edi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4753 int v10; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4754 int v11; // esi@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4755 unsigned int v12; // ecx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4756 void *v13; // edi@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4757 unsigned __int8 v14; // cf@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4758 int v15; // edi@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4759 int i; // ecx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4760 int v17; // [sp+Ch] [bp-14h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4761 int v18; // [sp+10h] [bp-10h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4762 int v19; // [sp+14h] [bp-Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4763 void *v20; // [sp+18h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4764 int v21; // [sp+1Ch] [bp-4h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4765 int v22; // [sp+1Ch] [bp-4h]@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4766
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4767 v19 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4768 v2 = ptr_507BB8->ptr_1C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4769 v20 = v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4770 v2 = (void *)(5324 * (int)v2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4771 v3 = (ItemGen *)((char *)v2 + 36 * a1 + (int)((char *)pChests + 4));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4772 v17 = pChestWidthsByType[*(short *)((char *)v2 + (int)pChests)];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4773 v4 = pIcons_LOD->LoadTexture(pItemsTable->pItems[v3->uItemID].pIconName, TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4774 v5 = (Texture *)(v4 != -1 ? (int)&pIcons_LOD->pTextures[v4] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4775 v6 = (v4 != -1 ? pIcons_LOD->pTextures[v4].uTextureWidth : 24);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4776 if ( v6 < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4777 v6 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4778 v7 = v6 - 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4779 v8 = v5->uTextureHeight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4780 v9 = (v7 >> 5) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4781 v18 = v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4782 if ( v8 < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4783 v8 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4784 v10 = ((v8 - 14) >> 5) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4785 v21 = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4786 if ( !areWeLoadingTexture )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4787 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4788 v5->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4789 pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4790 v10 = v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4791 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4792 if ( v10 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4793 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4794 v11 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4795 v22 = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4796 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4797 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4798 if ( v9 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4799 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4800 v12 = v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4801 v13 = &pChests[0].pInventoryIndices[v19 + v11 + 2662 * (int)v20];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4802 v14 = v12 & 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4803 v12 >>= 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4804 memset(v13, 0, 4 * v12);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4805 v15 = (int)((char *)v13 + 4 * v12);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4806 for ( i = v14; i; --i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4807 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4808 *(short *)v15 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4809 v15 += 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4810 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4811 v9 = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4812 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4813 v11 += v17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4814 --v22;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4815 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4816 while ( v22 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4817 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4818 v3->Reset();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4819 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4820 // 506128: using guessed type int areWeLoadingTexture;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4821
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4822 //----- (00420C05) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4823 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
4824 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4825 unsigned int v2; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4826 int v3; // ebp@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4827 unsigned int v4; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4828 int v5; // ecx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4829 NPCData *v6; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4830 signed int v7; // edx@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4831 signed int v8; // ebx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4832 char *v9; // edi@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4833 signed int v10; // ecx@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4834 int v11; // eax@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4835 NPCData *v12; // ecx@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4836 unsigned int v13; // ecx@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4837 signed int v14; // [sp+Ch] [bp-4h]@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4838
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4839 v2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4840 v3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4841 v4 = uNumGold;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4842 if ( _1_dont_share_with_followers___2_the_same_but_without_a_message__else_normal )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4843 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4844 if ( _1_dont_share_with_followers___2_the_same_but_without_a_message__else_normal == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4845 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4846 sprintfex(pTmpBuf2, pGlobalTXT_LocalizationStrings[467], uNumGold);// You found %lu gold!
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4847 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4848 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4849 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4850 if ( _1_dont_share_with_followers___2_the_same_but_without_a_message__else_normal == 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4851 pTmpBuf2[0] = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4852 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4853 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4854 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4855 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4856 v14 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4857 v5 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4858 v6 = pParty->pHirelings;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4859 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4860 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4861 if ( v6->pName )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4862 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4863 v7 = v14++;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4864 pTmpBuf[v7] = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4865 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4866 ++v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4867 ++v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4868 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4869 while ( (signed int)v6 < (signed int)&pParty->pPickedItem );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4870 v8 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4871 if ( (signed int)pNPCStats->uNumNewNPCs > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4872 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4873 v9 = (char *)pNPCStats->pNewNPCData;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4874 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4875 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4876 if ( v9[8] & 0x80
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4877 && (!pParty->pHirelings[0].pName || strcmp(*(const char **)v9, pParty->pHirelings[0].pName))
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4878 && (!pParty->pHirelings[1].pName || strcmp(*(const char **)v9, pParty->pHirelings[1].pName)) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4879 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4880 v10 = v14++;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4881 pTmpBuf[v10] = v8 + 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4882 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4883 ++v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4884 v9 += 76;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4885 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4886 while ( v8 < (signed int)pNPCStats->uNumNewNPCs );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4887 v2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4888 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4889 if ( v14 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4890 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4891 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4892 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4893 v11 = (unsigned __int8)pTmpBuf[v2];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4894 v12 = &pNPCStats->pNPCData[v11 + 499];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4895 if ( (unsigned __int8)pTmpBuf[v2] < 2u )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4896 v12 = &pParty->pHirelings[v11];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4897 v13 = v12->uProfession;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4898 if ( v13 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4899 v3 += *(&pNPCStats->field_13A58 + 5 * v13);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4900 ++v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4901 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4902 while ( (signed int)v2 < v14 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4903 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4904 if ( CheckHiredNPCSpeciality(0x1Fu) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4905 v4 += (signed int)(10 * v4) / 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4906 if ( CheckHiredNPCSpeciality(0x20u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4907 v4 += (signed int)(20 * v4) / 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4908 if ( CheckHiredNPCSpeciality(0x2Du) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4909 v4 += (signed int)(10 * v4) / 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4910 if ( v3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4911 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4912 v3 = (signed int)(v4 * v3 / 100) / 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4913 if ( v3 < 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4914 v3 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4915 sprintfex(pTmpBuf2, pGlobalTXT_LocalizationStrings[466], v4, v3);// You found %lu gold (followers take %lu)!
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4916 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4917 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4918 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4919 sprintfex(pTmpBuf2, pGlobalTXT_LocalizationStrings[467], v4);// You found %lu gold!
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4920 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4921 v2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4922 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4923 pParty->uNumGold += v4 - v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4924 pUIAnim_Gold->uAnimTime = v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4925 pUIAnim_Gold->uAnimLength = 8 * pIconsFrameTable->pIcons[(signed __int16)pUIAnim_Gold->uIconID].uAnimLength;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4926 if ( pTmpBuf2[0] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4927 ShowStatusBarString(pTmpBuf2, 2u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4928 pAudioPlayer->PlaySound(SOUND_GoldReceived, v2, v2, -1, v2, v2, v2, v2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4929 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4930
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4931 //----- (00420E01) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4932 void __cdecl sub_420E01()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4933 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4934 void *v0; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4935 POINT *v1; // esi@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4936 int v2; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4937 int v3; // ebx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4938 int v4; // esi@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4939 int v5; // ecx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4940 //LayingItem v6; // [sp+Ch] [bp-80h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4941 char v7; // [sp+7Ch] [bp-10h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4942 POINT a2; // [sp+84h] [bp-8h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4943
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4944 LayingItem v6; // [sp+Ch] [bp-80h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4945 //LayingItem::LayingItem(&v6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4946
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4947 v0 = pGUIWindow_CurrentMenu->ptr_1C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4948 if ( pParty->pPickedItem.uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4949 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4950 if ( Chest::_41FFA2(-1, &pParty->pPickedItem, (unsigned int)pGUIWindow_CurrentMenu->ptr_1C) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4951 pMouse->RemoveHoldingItem();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4952 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4953 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4954 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4955 v1 = pMouse->GetCursorPos(&a2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4956 v2 = pRenderer->pActiveZBuffer[v1->x + pSRZBufferLineOffsets[pMouse->GetCursorPos((POINT *)&v7)->y]] & 0xFFFF;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4957 if ( v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4958 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4959 if ( v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4960 v3 = v2 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4961 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4962 v3 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4963 v4 = pChests[0].pInventoryIndices[v3 + 2662 * (int)v0] - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4964 v5 = 5324 * (int)v0 + 36 * v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4965 if ( pItemsTable->pItems[*(unsigned int *)((char *)&pChests[0].mm7__vector_pItems[0].uItemID + v5)].uEquipType == 18 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4966 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4967 party_finds_gold(*(int *)((char *)&pChests[0].mm7__vector_pItems[0].uAdditionalValue + v5), 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4968 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4969 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4970 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4971 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4972 pParty->SetHoldingItem((ItemGen *)((char *)pChests[0].mm7__vector_pItems + v5));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4973 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4974 sub_420B13(v4, v3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4975 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4976 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4977 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4978
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4979 //----- (00420EFF) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4980 void __cdecl GameUI_WritePointedObjectStatusString()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4981 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4982 unsigned int zero; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4983 int v1; // ebx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4984 GUIWindow *v2; // edi@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4985 GUIButton *i; // ecx@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4986 Player *v4; // eax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4987 char v5; // cl@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4988 unsigned int v6; // eax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4989 int v7; // ecx@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4990 __int16 v8; // fps@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4991 unsigned __int8 v9; // c0@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4992 unsigned __int8 v10; // c3@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4993 enum UIMessageType v11; // esi@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4994 int v12; // edx@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4995 char *v13; // ecx@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4996 int v14; // eax@41
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4997 ItemGen *v15; // ecx@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4998 int v16; // ecx@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4999 const char *v17; // eax@49
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5000 signed int v18; // eax@55
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5001 signed int v19; // ecx@63
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5002 BLVFace *pFace; // eax@69
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5003 __int16 v21; // ax@70
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5004 const char *v22; // eax@72
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5005 LevelDecoration *v23; // ecx@75
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5006 LevelDecoration *v24; // esi@75
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5007 __int16 v25; // ax@75
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5008 const char *v26; // ecx@79
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5009 Actor *pActor; // ecx@82
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5010 char *v28; // esi@82
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5011 int v29; // eax@82
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5012 signed int v30; // ecx@88
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5013 const char *v31; // eax@91
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5014 __int16 v32; // fps@109
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5015 unsigned __int8 v33; // c0@109
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5016 unsigned __int8 v34; // c3@109
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5017 enum UIMessageType v35; // esi@110
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5018 int v36; // edx@111
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5019 enum UIMessageType v37; // edx@117
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5020 int v38; // ecx@118
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5021 const char *v39; // [sp-8h] [bp-E8h]@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5022 char *v40; // [sp-8h] [bp-E8h]@83
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5023 int v41; // [sp-4h] [bp-E4h]@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5024 char Str1[200]; // [sp+Ch] [bp-D4h]@129
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5025 unsigned int pX; // [sp+D4h] [bp-Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5026 unsigned int pY; // [sp+D8h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5027 unsigned int v45; // [sp+DCh] [bp-4h]@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5028
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5029 zero = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5030 pMouse->uPointingObjectID = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5031 pMouse->GetClickPos(&pX, &pY);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5032 if ( (pX & 0x80000000u) != 0 || (signed int)pX > 639 || (pY & 0x80000000u) != 0 || (signed int)pY > 479 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5033 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5034 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
5035 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5036 if ( (signed int)pX > 467 || (signed int)pY > 351 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5037 goto _click_on_game_ui;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5038 if ( pRenderer->pRenderD3D )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5039 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5040 v18 = pGame->pVisInstance->get_picked_object_zbuf_val();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5041 if ( (signed int)pX < (signed int)pViewport->uScreenX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5042 || (signed int)pX > (signed int)pViewport->uScreenZ
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5043 || (signed int)pY < (signed int)pViewport->uScreenY
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5044 || (signed int)pY > (signed int)pViewport->uScreenW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5045 v18 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5046 if ( v18 == -1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5047 goto LABEL_61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5048 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5049 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5050 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5051 v18 = pRenderer->pActiveZBuffer[pX + pSRZBufferLineOffsets[pY]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5052 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5053 pMouse->uPointingObjectID = (unsigned __int16)v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5054 v19 = (signed int)(unsigned __int16)v18 >> 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5055 if ( (v18 & 7) == OBJECT_Item )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5056 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5057 v30 = v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5058 if ( pObjectList->pObjects[pLayingItems[v30].uObjectDescID].uFlags & 0x10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5059 goto LABEL_73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5060 if ( v18 >= (signed int)0x2000000u || pParty->pPickedItem.uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5061 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5062 v22 = pLayingItems[v30].stru_24.GetDisplayName();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5063 LABEL_93:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5064 v26 = v22;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5065 goto LABEL_87;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5066 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5067 v31 = pLayingItems[v30].stru_24.GetDisplayName();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5068 v28 = pTmpBuf;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5069 sprintfex(pTmpBuf, pGlobalTXT_LocalizationStrings[470], v31);// "Get %s"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5070 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5071 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5072 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5073 if ( (v18 & 7) != OBJECT_Actor )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5074 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5075 if ( (v18 & 7) == OBJECT_Decoration )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5076 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5077 v23 = &pLevelDecorations[v19];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5078 v24 = v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5079 v25 = v23->field_16_event_id;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5080 if ( !v25 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5081 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5082 if ( v23->IsInteractive() )
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
5083 v26 = pNPCTopics[stru_5E4C90.field_0[v24->field_1C] + 379].pTopic;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5084 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5085 v26 = pDecorationList->pDecorations[v24->uDecorationDescID].field_20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5086 goto LABEL_87;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5087 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5088 v22 = _444732_GetEventHintString(v25);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5089 if ( !v22 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5090 goto _return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5091 goto LABEL_93;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5092 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5093 if ( (v18 & 7) == 6 ) // bmodel
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5094 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5095 if ( v18 < (signed int)0x2000000u )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5096 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5097 if ( uCurrentlyLoadedLevelType != LEVEL_Indoor)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5098 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5099 v21 = pOutdoor->pBModels[(signed int)(unsigned __int16)v18 >> 9].pFaces[v19 & 0x3F].sCogTriggeredID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5100 goto LABEL_71;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5101 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5102 pFace = &pIndoor->pFaces[v19];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5103 if ( BYTE3(pFace->uAttributes) & 6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5104 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5105 v21 = pIndoor->pFaceExtras[pFace->uFaceExtraID].uEventID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5106 LABEL_71:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5107 if ( !v21 || (v22 = _444732_GetEventHintString(v21)) == 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5108 goto LABEL_73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5109 goto LABEL_93;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5110 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5111 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5112 LABEL_73:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5113 pMouse->uPointingObjectID = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5114 goto LABEL_50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5115 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5116 LABEL_61:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5117 pMouse->uPointingObjectID = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5118 goto _return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5119 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5120 if ( v18 >= 335544320 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5121 goto LABEL_61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5122 pActor = &pActors[v19];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5123 v28 = pTmpBuf;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5124 v29 = pActor->dword_000334_unique_name;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5125 if ( v29 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5126 v40 = (char *)*(&pMonsterStats->pPlacement.uNumStrings + v29);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5127 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5128 v40 = pMonsterStats->pInfos[pActor->pMonsterInfo.uID].pName;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5129 strncpy(pTmpBuf, v40, 0x7D0u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5130 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5131 v26 = v28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5132 LABEL_87:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5133 sub_41C0B8_set_status_string(v26);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5134 goto _return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5135 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5136 v1 = uNumVisibleWindows;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5137 if ( uNumVisibleWindows <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5138 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5139 LABEL_38:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5140 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
5141 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5142 sub_42038D();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5143 goto _return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5144 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5145 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
5146 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5147 if ( dword_F8B19C != 2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5148 || (v16 = pRenderer->pActiveZBuffer[pX + pSRZBufferLineOffsets[pY]], v16 == zero)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5149 || v16 == -65536 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5150 goto _return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5151 v15 = (ItemGen *)((char *)&pParty->pPickedItem + 36 * (v16 + 12 * (unsigned int)ptr_507BC0->ptr_1C) + 4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5152 LABEL_49:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5153 v17 = v15->GetDisplayName();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5154 sub_41C0B8_set_status_string(v17);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5155 LABEL_50:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5156 uLastPointedObjectID = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5157 _return:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5158 if ( pMouse->uPointingObjectID == zero )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5159 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5160 if ( uLastPointedObjectID != zero )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5161 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5162 pStatusBarString[0] = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5163 bForceDrawStatusBar = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5164 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5165 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5166 uLastPointedObjectID = pMouse->uPointingObjectID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5167 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5168 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5169 if ( (signed int)pY < 350 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5170 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5171 v14 = pRenderer->pActiveZBuffer[pX + pSRZBufferLineOffsets[pY]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5172 if ( v14 == zero || v14 == -65536 || (unsigned int)v14 >= 0x1388 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5173 goto _return;
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
5174 v15 = (ItemGen *)&pPlayers[uActiveCharacter]->spellbook.pDarkSpellbook.bIsSpellAvailable[36 * v14 + 5];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5175 goto LABEL_49;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5176 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5177 _click_on_game_ui:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5178 if ( (signed int)pX >= (signed int)pWindowList[0].uFrameX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5179 && (signed int)pX <= (signed int)pWindowList[0].uFrameZ
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5180 && (signed int)pY >= (signed int)pWindowList[0].uFrameY
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5181 && (signed int)pY <= (signed int)pWindowList[0].uFrameW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5182 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5183 for ( i = pWindowList[0].pControlsHead; i != (GUIButton *)zero; i = i->pNext )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5184 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5185 if ( i->uButtonType == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5186 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5187 if ( (signed int)pX >= (signed int)i->uX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5188 && (signed int)pX <= (signed int)i->uZ
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5189 && (signed int)pY >= (signed int)i->uY
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5190 && (signed int)pY <= (signed int)i->uW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5191 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5192 v37 = (UIMessageType)i->field_1C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5193 if ( v37 == zero )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5194 goto LABEL_28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5195 v38 = i->uControlParam;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5196 if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5197 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5198 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = v37;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5199 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5200 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = zero;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5201 ++pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5202 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5203 goto LABEL_131;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5204 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5205 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5206 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5207 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5208 if ( i->uButtonType == 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5209 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5210 v45 = pX - i->uX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5211 v45 = pY - i->uY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5212 if ( (double)(signed int)i->uWidth != 0.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5213 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5214 if ( (double)(signed int)i->uHeight != 0.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5215 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5216 //UNDEF(v32);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5217 if ( v33 | v34 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5218 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5219 v35 = (UIMessageType)i->field_1C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5220 if ( v35 != zero )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5221 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5222 v36 = i->uControlParam;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5223 if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5224 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5225 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = v35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5226 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v36;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5227 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = zero;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5228 goto LABEL_27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5229 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5230 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5231 goto LABEL_28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5232 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5233 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5234 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5235 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5236 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5237 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5238 if ( i->uButtonType == 3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5239 && (signed int)pX >= (signed int)i->uX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5240 && (signed int)pX <= (signed int)i->uZ
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5241 && (signed int)pY >= (signed int)i->uY
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5242 && (signed int)pY <= (signed int)i->uW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5243 goto LABEL_19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5244 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5245 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5246 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5247 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5248 pMouse->uPointingObjectID = sub_46A99B();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5249 goto _return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5250 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5251 while ( 1 ) // some other fullscreen ui
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5252 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5253 v2 = &pWindowList[pVisibleWindowsIdxs[v1] - 1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5254 if ( (signed int)pX >= (signed int)v2->uFrameX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5255 && (signed int)pX <= (signed int)v2->uFrameZ
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5256 && (signed int)pY >= (signed int)v2->uFrameY
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5257 && (signed int)pY <= (signed int)v2->uFrameW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5258 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5259 for ( i = v2->pControlsHead; ; i = i->pNext )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5260 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5261 if ( !i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5262 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5263 if ( i->uButtonType == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5264 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5265 if ( (signed int)pX >= (signed int)i->uX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5266 && (signed int)pX <= (signed int)i->uZ
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5267 && (signed int)pY >= (signed int)i->uY
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5268 && (signed int)pY <= (signed int)i->uW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5269 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5270 LABEL_24:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5271 v11 = (UIMessageType)i->field_1C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5272 if ( v11 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5273 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5274 v12 = i->uControlParam;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5275 if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5276 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5277 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5278 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5279 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5280 LABEL_27:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5281 ++pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5282 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5283 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5284 LABEL_28:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5285 v13 = i->pButtonName;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5286 _set_status_and_ret:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5287 sub_41C0B8_set_status_string(v13);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5288 LABEL_131:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5289 uLastPointedObjectID = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5290 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5291 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5292 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5293 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5294 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5295 if ( i->uButtonType == 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5296 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5297 v45 = pX - i->uX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5298 v45 = pY - i->uY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5299 if ( (double)(signed int)i->uWidth != 0.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5300 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5301 if ( (double)(signed int)i->uHeight != 0.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5302 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5303 //UNDEF(v8);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5304 if ( v9 | v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5305 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5306 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5307 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5308 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5309 else // click on skill
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5310 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5311 if ( i->uButtonType == 3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5312 && (signed int)pX >= (signed int)i->uX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5313 && (signed int)pX <= (signed int)i->uZ
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5314 && (signed int)pY >= (signed int)i->uY
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5315 && (signed int)pY <= (signed int)i->uW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5316 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5317 LABEL_19:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5318 v4 = pPlayers[uActiveCharacter];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5319 v5 = LOBYTE(v4->pActiveSkills[i->uControlParam]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5320 v6 = v4->uSkillPoints;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5321 v7 = (v5 & 0x3F) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5322 if ( v6 < v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5323 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5324 v41 = v7 - v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5325 v39 = pGlobalTXT_LocalizationStrings[469];// "You need %d more Skill Points to advance here"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5326 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5327 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5328 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5329 v41 = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5330 v39 = pGlobalTXT_LocalizationStrings[468];// "Clicking here will spend %d Skill Points"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5331 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5332 sprintfex(Str1, v39, v41);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5333 v13 = Str1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5334 goto _set_status_and_ret;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5335 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5336 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5337 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5338 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5339 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5340 if ( v2->uFrameHeight == 480 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5341 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5342 --v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5343 if ( v1 <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5344 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5345 zero = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5346 goto LABEL_38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5347 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5348 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5349 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5350 // 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
5351 // 506578: using guessed type int uLastPointedObjectID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5352 // 5075E0: using guessed type int pVisibleWindowsIdxs[20];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5353 // 5C35BC: using guessed type int bForceDrawStatusBar;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5354 // F8B19C: using guessed type int dword_F8B19C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5355
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5356 //----- (00421626) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5357 GUIWindow *GameUI_InitializeCharacterWindow(unsigned int _this)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5358 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5359 unsigned int v1; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5360 GUIWindow *v2; // edi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5361
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5362 ++pIcons_LOD->uTexturePacksCount;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5363 v1 = _this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5364 if ( !pIcons_LOD->uNumPrevLoadedFiles )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5365 pIcons_LOD->uNumPrevLoadedFiles = pIcons_LOD->uNumLoadedFiles;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5366 pEventTimer->Pause();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5367 pAudioPlayer->StopChannels(-1, -1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5368 bRingsShownInCharScreen = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5369 CharacterUI_LoadPaperdollTextures();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5370 uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions = v1;
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
5371 v2 = GUIWindow::Create(0, 0, 640, 480, WINDOW_CharacterRecord, uActiveCharacter, 0);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5372 pCharacterScreen_StatsBtn = v2->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5373 pViewport->uViewportX + 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5374 pViewport->uViewportY + 308,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5375 (papredoll_dbrds[9] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[9]].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5376 (papredoll_dbrds[9] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[9]].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5377 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5378 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5379 0x73u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5380 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5381 0x53u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5382 pGlobalTXT_LocalizationStrings[216],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5383 (Texture *)(papredoll_dbrds[10] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[10]] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5384 papredoll_dbrds[9] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[9]] : 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5385 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5386 pCharacterScreen_SkillsBtn = v2->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5387 pViewport->uViewportX + 102,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5388 pViewport->uViewportY + 308,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5389 (papredoll_dbrds[7] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[7]].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5390 (papredoll_dbrds[7] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[7]].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5391 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5392 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5393 0x72u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5394 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5395 0x4Bu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5396 pGlobalTXT_LocalizationStrings[205],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5397 (Texture *)(papredoll_dbrds[8] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[8]] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5398 papredoll_dbrds[7] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[7]] : 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5399 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5400 pCharacterScreen_InventoryBtn = v2->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5401 pViewport->uViewportX + 192,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5402 pViewport->uViewportY + 308,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5403 (papredoll_dbrds[5] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[5]].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5404 (papredoll_dbrds[5] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[5]].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5405 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5406 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5407 0x74u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5408 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5409 0x49u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5410 pGlobalTXT_LocalizationStrings[120],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5411 (Texture *)(papredoll_dbrds[6] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[6]] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5412 papredoll_dbrds[5] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[5]] : 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5413 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5414 pCharacterScreen_AwardsBtn = v2->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5415 pViewport->uViewportX + 282,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5416 pViewport->uViewportY + 308,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5417 (papredoll_dbrds[3] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[3]].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5418 (papredoll_dbrds[3] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[3]].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5419 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5420 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5421 0x75u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5422 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5423 0x41u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5424 pGlobalTXT_LocalizationStrings[22],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5425 (Texture *)(papredoll_dbrds[4] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[4]] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5426 papredoll_dbrds[3] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[3]] : 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5427 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5428 ptr_50767C = v2->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5429 pViewport->uViewportX + 371,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5430 pViewport->uViewportY + 308,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5431 (papredoll_dbrds[1] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[1]].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5432 (papredoll_dbrds[1] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[1]].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5433 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5434 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5435 0xA8u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5436 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5437 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5438 pGlobalTXT_LocalizationStrings[79],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5439 (Texture *)(papredoll_dbrds[2] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[2]] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5440 papredoll_dbrds[1] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[1]] : 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5441 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5442 v2->CreateButton(0, 0, 0x1DCu, 0x159u, 1, 122, 0x78u, 0, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5443 ptr_507694 = v2->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5444 0x258u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5445 0x12Cu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5446 0x1Eu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5447 0x1Eu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5448 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5449 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5450 0x55u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5451 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5452 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5453 pGlobalTXT_LocalizationStrings[64],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5454 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5455 ptr_507690 = v2->CreateButton(0x1DCu, 0, 0xA4u, 0x159u, 1, 0, 0x85u, 0, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5456 v2->CreateButton(0x3Du, 0x1A8u, 0x1Fu, 0, 2, 94, 0x6Eu, 1u, 0x31u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5457 v2->CreateButton(0xB1u, 0x1A8u, 0x1Fu, 0, 2, 94, 0x6Eu, 2u, 0x32u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5458 v2->CreateButton(0x124u, 0x1A8u, 0x1Fu, 0, 2, 94, 0x6Eu, 3u, 0x33u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5459 v2->CreateButton(0x197u, 0x1A8u, 0x1Fu, 0, 2, 94, 0x6Eu, 4u, 0x34u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5460 v2->CreateButton(0, 0, 0, 0, 1, 0, 0xB0u, 0, 9u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5461 sub_419100();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5462 return v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5463 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5464
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5465
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5466
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5467 //----- (004219BE) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5468 GUIWindow *stru277::sub_4219BE()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5469 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5470 int v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5471 GUIWindow *v2; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5472
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5473 auto a4 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5474 v1 = (int)a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5475 pEventTimer->Pause();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5476 pAudioPlayer->StopChannels(-1, -1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5477 bRingsShownInCharScreen = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5478 CharacterUI_LoadPaperdollTextures();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5479 uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions = 23;
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
5480 v2 = GUIWindow::Create(0, 0, 640, 480, (WindowType)(WINDOW_HouseInterior|WINDOW_Options), v1, 0);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5481 ptr_50767C = v2->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5482 394u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5483 318u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5484 75u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5485 33u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5486 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5487 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5488 0xA8u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5489 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5490 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5491 pGlobalTXT_LocalizationStrings[79],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5492 (Texture *)(papredoll_dbrds[2] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[2]] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5493 papredoll_dbrds[1] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[1]] : 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5494 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5495 v2->CreateButton(0, 0, 0x1DCu, 0x159u, 1, 122, 0x78u, 0, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5496 ptr_507690 = v2->CreateButton(0x1DCu, 0, 0xA4u, 0x159u, 1, 0, 0x85u, 0, 0, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5497 v2->CreateButton(61u, 424u, 0x1Fu, 0, 2, 94, 0x6Eu, 1u, 0x31u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5498 v2->CreateButton(177u, 424u, 0x1Fu, 0, 2, 94, 0x6Eu, 2u, 0x32u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5499 v2->CreateButton(292u, 424u, 0x1Fu, 0, 2, 94, 0x6Eu, 3u, 0x33u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5500 v2->CreateButton(407u, 424u, 0x1Fu, 0, 2, 94, 0x6Eu, 4u, 0x34u, nullstring, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5501 return v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5502 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5503
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5504
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5505 //----- (00421B2C) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5506 bool __cdecl sub_421B2C_PlaceInInventory_or_DropPickedItem()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5507 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5508 unsigned int v0; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5509 Texture *v1; // ebx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5510 int v2; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5511 Player *v3; // esi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5512 int v4; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5513 unsigned __int16 v5; // dx@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5514 signed int v6; // eax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5515 char *v7; // edi@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5516 __int16 v8; // ax@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5517 LayingItem a1; // [sp+4h] [bp-78h]@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5518 int v11; // [sp+74h] [bp-8h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5519 int v12; // [sp+78h] [bp-4h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5520
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5521 if ( !pParty->pPickedItem.uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5522 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5523 v0 = pIcons_LOD->LoadTexture(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5524 pItemsTable->pItems[pParty->pPickedItem.uItemID].pIconName,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5525 TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5526 v1 = (Texture *)(v0 != -1 ? (int)&pIcons_LOD->pTextures[v0] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5527 v11 = areWeLoadingTexture;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5528 if ( uActiveCharacter
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5529 && (v2 = pPlayers[uActiveCharacter]->AddItem(0xFFFFFFFFu, pParty->pPickedItem.uItemID)) != 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5530 {
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
5531 memcpy(&pPlayers[uActiveCharacter]->spellbook.pDarkSpellbook.bIsSpellAvailable[36 * v2 + 5], &pParty->pPickedItem, 0x24u);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5532 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5533 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5534 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5535 v12 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5536 v3 = pParty->pPlayers;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5537 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5538 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5539 v4 = v3->AddItem(0xFFFFFFFFu, pParty->pPickedItem.uItemID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5540 if ( v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5541 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5542 ++v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5543 ++v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5544 if ( (signed int)v3 >= (signed int)pParty->pHirelings )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5545 goto LABEL_10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5546 }
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
5547 memcpy(&pParty->pPlayers[v12].spellbook.pDarkSpellbook.bIsSpellAvailable[36 * v4 + 5], &pParty->pPickedItem, 0x24u);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5548 pMouse->RemoveHoldingItem();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5549 LABEL_10:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5550 if ( v12 != 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5551 goto LABEL_18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5552 v5 = pItemsTable->pItems[pParty->pPickedItem.uItemID].uSpriteID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5553 v6 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5554 a1.uItemType = pItemsTable->pItems[pParty->pPickedItem.uItemID].uSpriteID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5555 if ( (signed int)pObjectList->uNumObjects <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5556 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5557 LABEL_15:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5558 LOWORD(v6) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5559 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5560 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5561 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5562 v7 = (char *)&pObjectList->pObjects->uObjectID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5563 while ( v5 != *(short *)v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5564 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5565 ++v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5566 v7 += 56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5567 if ( v6 >= (signed int)pObjectList->uNumObjects )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5568 goto LABEL_15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5569 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5570 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5571 a1.field_58 = 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5572 a1.uObjectDescID = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5573 a1.vPosition.y = pParty->vPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5574 a1.vPosition.x = pParty->vPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5575 a1.vPosition.z = pParty->sEyelevel + pParty->vPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5576 a1.uSoundID = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5577 a1.uFacing = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5578 a1.uAttributes = 8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5579 v8 = pIndoor->GetSector(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5580 pParty->vPosition.x,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5581 pParty->vPosition.z,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5582 pParty->sEyelevel + pParty->vPosition.y);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5583 a1.uSpriteFrameID = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5584 a1.uSectorID = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5585 memcpy(&a1.stru_24, &pParty->pPickedItem, sizeof(a1.stru_24));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5586 a1.Create(pParty->sRotationY, 184, 200, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5587 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5588 pMouse->RemoveHoldingItem();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5589 LABEL_18:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5590 if ( !v11 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5591 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5592 v1->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5593 pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5594 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5595 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5596 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5597
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5598
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5599 //----- (00421D00) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5600 void __fastcall GameUI_OnPlayerPortraitLeftClick(unsigned int uPlayerID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5601 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5602 unsigned int v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5603 int v2; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5604 Player *v3; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5605 Player *v4; // ecx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5606 unsigned int v5; // [sp-4h] [bp-10h]@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5607
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5608 v1 = uPlayerID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5609 if ( pParty->pPickedItem.uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5610 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5611 v2 = pPlayers[uPlayerID]->AddItem(0xFFFFFFFFu, pParty->pPickedItem.uItemID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5612 v3 = pPlayers[v1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5613 if ( v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5614 {
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
5615 memcpy(&v3->spellbook.pDarkSpellbook.bIsSpellAvailable[36 * v2 + 5], &pParty->pPickedItem, 0x24u);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5616 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5617 pMouse->RemoveHoldingItem();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5618 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5619 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5620 if ( v3->CanAct() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5621 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5622 v4 = pPlayers[v1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5623 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5624 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5625 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5626 if ( !pPlayers[uActiveCharacter]->CanAct() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5627 goto LABEL_9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5628 v4 = pPlayers[uActiveCharacter];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5629 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5630 v4->PlaySound(15, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5631 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5632 LABEL_9:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5633 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
5634 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5635 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5636 if ( uActiveCharacter != v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5637 goto LABEL_27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5638 v5 = 7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5639 LABEL_22:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5640 pGUIWindow_CurrentMenu = GameUI_InitializeCharacterWindow(v5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5641 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5642 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5643 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
5644 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5645 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
5646 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5647 LABEL_23:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5648 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5649 if ( uActiveCharacter == v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5650 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5651 pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] = 103;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5652 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
5653 goto LABEL_28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5654 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5655 LABEL_27:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5656 if ( pPlayers[v1]->uTimeToRecovery )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5657 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5658 goto LABEL_28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5659 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5660 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
5661 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5662 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
5663 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5664 LABEL_28:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5665 uActiveCharacter = v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5666 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5667 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5668 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
5669 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5670 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5671 uActiveCharacter = v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5672 if ( pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] == 102 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5673 sub_419100();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5674 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5675 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5676 goto LABEL_23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5677 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5678 if ( ptr_507BC0->field_40 == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5679 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5680 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5681 if ( uActiveCharacter != v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5682 goto LABEL_28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5683 if ( dword_F8B19C == 2 || dword_F8B19C == 6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5684 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5685 pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] = 103;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5686 v5 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5687 goto LABEL_22;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5688 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5689 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5690 // 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
5691 // F8B19C: using guessed type int dword_F8B19C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5692
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5693 //----- (00421EA6) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5694 void __cdecl sub_421EA6_OnInventoryLeftClick()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5695 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5696 Player *v0; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5697 signed int v1; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5698 signed int v2; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5699 int v3; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5700 char v4; // sf@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5701 int v5; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5702 unsigned int v6; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5703 unsigned int v7; // esi@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5704 unsigned int v8; // eax@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5705 unsigned int v9; // eax@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5706 unsigned int v10; // eax@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5707 ItemGen this_; // [sp+Ch] [bp-3Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5708 POINT a2; // [sp+30h] [bp-18h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5709 unsigned int v13; // [sp+38h] [bp-10h]@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5710 unsigned int pY; // [sp+3Ch] [bp-Ch]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5711 unsigned int pX; // [sp+40h] [bp-8h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5712 int a4; // [sp+44h] [bp-4h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5713
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5714 v0 = pPlayers[uActiveCharacter];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5715 if ( pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] != 103
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5716 || (pMouse->GetClickPos(&pX, &pY),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5717 v1 = pY - 17,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5718 v2 = pX - 14,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5719 pY = v1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5720 pX = v2,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5721 v3 = 14 * (v1 >> 5),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5722 v2 >>= 5,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5723 v4 = v2 + v3 < 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5724 v5 = v2 + v3,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5725 a4 = v5,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5726 v4)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5727 || v5 > 126
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5728 || pMouse->GetCursorPos(&a2)->x >= 462
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5729 || pMouse->GetCursorPos(&a2)->x < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5730 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5731 if ( unk_50C9A0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5732 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5733 v6 = v0->GetItemIDAtInventoryIndex(&a4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5734 if ( v6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5735 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5736 *((char *)ptr_507BD4->ptr_1C + 8) &= 0x7Fu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5737 *((short *)ptr_507BD4->ptr_1C + 2) = uActiveCharacter - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5738 *((int *)ptr_507BD4->ptr_1C + 3) = v6 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5739 *((short *)ptr_507BD4->ptr_1C + 3) = a4;
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
5740 ptr_50C9A4 = (ItemGen *)&v0->spellbook.pDarkSpellbook.bIsSpellAvailable[36 * v6 + 5];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5741 unk_50C9A0 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5742 if ( pMessageQueue_50CBD0->uNumMessages )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5743 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5744 pMouse->SetCursorBitmap("MICON1");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5745 dword_50C9D0 = 113;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5746 dword_50C9D4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5747 dword_50C9D8 = 256;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5748 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5749 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5750 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5751 if ( ptr_50C9A4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5752 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5753 v7 = pParty->pPickedItem.uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5754 v8 = v0->GetItemIDAtInventoryIndex(&a4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5755 if ( !v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5756 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5757 if ( !v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5758 return;
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
5759 memcpy(&pParty->pPickedItem, &v0->spellbook.pDarkSpellbook.bIsSpellAvailable[36 * v8 + 5], sizeof(pParty->pPickedItem));
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5760 v0->RemoveItemAtInventoryIndex(a4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5761 v9 = pParty->pPickedItem.uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5762 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5763 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5764 v13 = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5765 if ( v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5766 {
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
5767 a2.y = (LONG)&v0->spellbook.pDarkSpellbook.bIsSpellAvailable[36 * v8 + 5];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5768 memcpy(&this_, (const void *)a2.y, sizeof(this_));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5769 v0->RemoveItemAtInventoryIndex(a4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5770 pX = v0->AddItem2(a4, &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 pX = v0->AddItem2(0xFFFFFFFFu, &pParty->pPickedItem);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5774 if ( !pX )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5775 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5776 v0->_49298B(&this_, v13 - 1, a4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5777 memcpy((void *)a2.y, &this_, sizeof(ItemGen));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5778 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5779 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5780 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5781 v9 = this_.uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5782 memcpy(&pParty->pPickedItem, &this_, sizeof(pParty->pPickedItem));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5783 LABEL_24:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5784 pMouse->SetCursorBitmap(pItemsTable->pItems[v9].pIconName);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5785 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5786 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5787 v10 = v0->AddItem(a4, v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5788 pX = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5789 if ( v10 || (v10 = v0->AddItem(0xFFFFFFFFu, pParty->pPickedItem.uItemID), (pX = v10) != 0) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5790 {
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
5791 memcpy(&v0->spellbook.pDarkSpellbook.bIsSpellAvailable[36 * v10 + 5], &pParty->pPickedItem, 0x24u);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5792 pMouse->RemoveHoldingItem();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5793 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5794 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5795
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5796
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5797 //----- (0042213C) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5798 void __cdecl OnGameViewportClick()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5799 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5800 signed int v0; // ebx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5801 POINT *v1; // esi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5802 signed int v2; // eax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5803 BLVFace *v3; // eax@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5804 unsigned int v4; // eax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5805 unsigned __int16 v5; // dx@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5806 signed int v6; // eax@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5807 char *v7; // esi@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5808 int *v8; // eax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5809 int v9; // eax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5810 unsigned int v10; // eax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5811 int v11; // ecx@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5812 ODMFace *v12; // eax@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5813 LevelDecoration *v13; // esi@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5814 __int16 v14; // ax@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5815 int v15; // ecx@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5816 signed int v16; // edx@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5817 Actor *v17; // esi@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5818 int v18; // ebx@47
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5819 unsigned __int16 v19; // ax@50
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5820 const char *v20; // eax@51
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5821 signed int v21; // eax@58
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5822 ItemGen *v22; // esi@62
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5823 unsigned int v23; // eax@62
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5824 LayingItem a1; // [sp+Ch] [bp-80h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5825 POINT v25; // [sp+7Ch] [bp-10h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5826 POINT a2; // [sp+84h] [bp-8h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5827
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5828 if ( pRenderer->pRenderD3D )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5829 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5830 v0 = pGame->pVisInstance->get_picked_object_zbuf_val();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5831 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5832 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5833 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5834 v1 = pMouse->GetCursorPos(&a2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5835 v0 = pRenderer->pActiveZBuffer[v1->x + pSRZBufferLineOffsets[pMouse->GetCursorPos(&v25)->y]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5836 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5837 if ( (v0 & 7) == 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5838 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5839 a2.y = (signed int)(unsigned __int16)v0 >> 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5840 v21 = (signed int)(unsigned __int16)v0 >> 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5841 if ( !(pObjectList->pObjects[pLayingItems[v21].uObjectDescID].uFlags & 0x10)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5842 && a2.y < 1000
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5843 && pLayingItems[v21].uObjectDescID
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5844 && (unsigned int)v0 < 0x2000000 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5845 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5846 v22 = &pLayingItems[v21].stru_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5847 v23 = pLayingItems[v21].stru_24.uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5848 if ( pItemsTable->pItems[v23].uEquipType == 18 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5849 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5850 party_finds_gold(v22->uAdditionalValue, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5851 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5852 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5853 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5854 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5855 sprintfex(pTmpBuf2, pGlobalTXT_LocalizationStrings[471], pItemsTable->pItems[v23].pUnidentifiedName);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5856 ShowStatusBarString(pTmpBuf2, 2u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5857 if ( v22->uItemID == 506 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5858 _449B7E_toggle_bit((char *)pParty->_award_bits, 184, 1u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5859 if ( v22->uItemID == 455 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5860 _449B7E_toggle_bit((char *)pParty->_award_bits, 185, 1u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5861 if ( !pParty->AddItem(v22) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5862 pParty->SetHoldingItem(v22);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5863 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5864 LayingItem::_42F933(a2.y);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5865 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5866 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5867 goto LABEL_13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5868 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5869 if ( (v0 & 7) != 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5870 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5871 if ( (v0 & 7) == 5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5872 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5873 v13 = &pLevelDecorations[(signed int)(unsigned __int16)v0 >> 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5874 if ( (signed int)(((unsigned int)v0 >> 16) - pDecorationList->pDecorations[v13->uDecorationDescID].uRadius) >= 512 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5875 goto LABEL_13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5876 v14 = v13->field_16_event_id;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5877 if ( !v14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5878 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5879 if ( pLevelDecorations[(signed int)(unsigned __int16)v0 >> 3].IsInteractive() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5880 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5881 v15 = stru_5E4C90.field_0[v13->field_1C] + 380;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5882 _5C3420_pDecoration = &pLevelDecorations[(signed int)(unsigned __int16)v0 >> 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5883 EventProcessor(v15, 0, 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5884 _5C3420_pDecoration = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5885 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5886 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5887 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5888 v11 = v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5889 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5890 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5891 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5892 if ( (v0 & 7) != 6 || (unsigned int)v0 >= 0x2000000 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5893 goto LABEL_13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5894 v2 = (signed int)(unsigned __int16)v0 >> 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5895 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5896 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5897 v3 = &pIndoor->pFaces[v2];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5898 if ( !(v3->uAttributes & 0x2000000) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5899 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5900 LABEL_11:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5901 v4 = pParty->pPickedItem.uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5902 if ( pParty->pPickedItem.uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5903 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5904 LABEL_14:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5905 v5 = pItemsTable->pItems[v4].uSpriteID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5906 v6 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5907 a1.uItemType = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5908 if ( (signed int)pObjectList->uNumObjects <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5909 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5910 LABEL_18:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5911 LOWORD(v6) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5912 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5913 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5914 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5915 v7 = (char *)&pObjectList->pObjects->uObjectID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5916 while ( v5 != *(short *)v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5917 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5918 ++v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5919 v7 += 56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5920 if ( v6 >= (signed int)pObjectList->uNumObjects )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5921 goto LABEL_18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5922 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5923 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5924 a1.uObjectDescID = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5925 a1.vPosition.y = pParty->vPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5926 a1.field_58 = 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5927 a1.vPosition.x = pParty->vPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5928 a1.vPosition.z = pParty->sEyelevel + pParty->vPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5929 a1.uSoundID = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5930 a1.uFacing = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5931 a1.uAttributes = 8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5932 a1.uSectorID = pIndoor->GetSector(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5933 pParty->vPosition.x,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5934 pParty->vPosition.z,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5935 pParty->sEyelevel + pParty->vPosition.y);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5936 a1.uSpriteFrameID = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5937 memcpy(&a1.stru_24, &pParty->pPickedItem, 0x24u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5938 v8 = (int *)pMouse->GetCursorPos(&v25);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5939 v9 = UnprojectX(*v8);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5940 a1.Create(pParty->sRotationY + v9, 184, 200, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5941 v10 = pIcons_LOD->LoadTexture(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5942 pItemsTable->pItems[pParty->pPickedItem.uItemID].pIconName,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5943 TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5944 if (v10 != -1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5945 pIcons_LOD->pTextures[v10].Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5946 pMouse->RemoveHoldingItem();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5947 pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5948 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5949 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5950 ShowNothingHereStatus();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5951 LABEL_13:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5952 v4 = pParty->pPickedItem.uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5953 if ( !pParty->pPickedItem.uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5954 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5955 goto LABEL_14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5956 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5957 v11 = pIndoor->pFaceExtras[v3->uFaceExtraID].uEventID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5958 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5959 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5960 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5961 v12 = &pOutdoor->pBModels[(signed int)(unsigned __int16)v0 >> 9].pFaces[v2 & 0x3F];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5962 if ( !(v12->uFaceAttributes & 0x2000000) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5963 goto LABEL_11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5964 v11 = v12->sCogTriggeredID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5965 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5966 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5967 EventProcessor(v11, (unsigned __int16)v0, 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5968 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5969 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5970 v16 = (signed int)(unsigned __int16)v0 >> 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5971 a2.y = v16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5972 v17 = &pActors[v16];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5973 if ( v17->uAIState == 5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5974 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5975 if ( (unsigned int)v0 < 0x2000000 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5976 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5977 stru_50C198.LootActor(&pActors[v16]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5978 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5979 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5980 goto LABEL_13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5981 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5982 if ( GetAsyncKeyState(VK_SHIFT) >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5983 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5984 if ( !v17->GetActorsRelation(0) && !(BYTE2(v17->uAttributes) & 8) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5985 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5986 if ( (unsigned int)v0 >= 0x2000000 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5987 goto LABEL_13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5988 if ( !v17->CanAct() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5989 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5990 v18 = a2.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5991 Actor::FaceObject(a2.y, 4u, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5992 if ( !v17->uNPC_ID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5993 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5994 v19 = pNPCStats->pGroups_copy[v17->uGroup];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5995 if ( v19 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5996 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5997 v20 = pNPCStats->pCatchPhrases[v19];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5998 if ( v20 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5999 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6000 pParty->uFlags |= 2u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6001 strcpy(byte_5B0938, v20);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6002 sub_4451A8_press_any_key(0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6003 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6004 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6005 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6006 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6007 if ( (signed int)pMessageQueue_50CBD0->uNumMessages >= 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6008 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6009 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = (UIMessageType)161;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6010 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6011 LABEL_42:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6012 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6013 ++pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6014 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6015 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6016 if ( pParty->bTurnBasedModeOn == 1 && pTurnEngine->field_4 == 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6017 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6018 pTurnEngine->field_18 |= 8u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6019 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6020 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6021 if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6022 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6023 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = (UIMessageType)23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6024 goto LABEL_41;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6025 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6026 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6027 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6028 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6029 if ( pParty->bTurnBasedModeOn == 1 && pTurnEngine->field_4 == 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6030 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6031 pParty->uFlags |= 8u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6032 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6033 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6034 if ( uActiveCharacter
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6035 && sub_427769_spell(pPlayers[uActiveCharacter]->uQuickSpell)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6036 && (signed int)pMessageQueue_50CBD0->uNumMessages < 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6037 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6038 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = (UIMessageType)25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6039 LABEL_41:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6040 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6041 goto LABEL_42;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6042 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6043 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6044 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6045
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6046 //----- (004226C2) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6047 bool __cdecl sub_4226C2()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6048 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6049 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
6050 && 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
6051 && 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
6052 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6053 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
6054 return pVideoPlayer->pSmackerMovie != 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6055 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
6056 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6057 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6058 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6059 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6060 // 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
6061
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6062 //----- (004226EF) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6063 void __fastcall SetUserInterface(int a1, bool bReplace)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6064 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6065 int v2; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6066 unsigned int v3; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6067 unsigned __int16 v4; // dx@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6068 unsigned __int16 v5; // cx@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6069 unsigned __int16 v6; // [sp-4h] [bp-14h]@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6070
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6071 if ( a1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6072 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6073 v2 = a1 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6074 if ( v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6075 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6076 if ( v2 != 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6077 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6078 if ( bReplace )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6079 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6080 pTexture_RightFrame->Reload("ib-r-C.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6081 pTexture_BottomFrame->Reload("ib-b-C.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6082 pTexture_TopFrame->Reload("ib-t-C.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6083 pTexture_LeftFrame->Reload("ib-l-C.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6084 pTexture_StatusBar->Reload("IB-Foot-c.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6085 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_right_panel], "ib-mb-C", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6086 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079D8], "ib-autmask-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6087 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079B4], "IB-COMP-C", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6088 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079D0], "IB-InitG-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6089 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079C8], "IB-InitY-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6090 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079CC], "IB-InitR-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6091 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507990], "IB-NPCLD-C", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6092 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50798C], "IB-NPCRD-C", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6093 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507980], "ib-autout-C", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6094 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507984], "ib-autin-C", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6095 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_50C98C], "IB-selec-C", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6096 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50797C], "ib-m1d-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6097 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507978], "ib-m2d-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6098 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507974], "ib-m3d-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6099 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507970], "ib-m4d-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6100 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_50796C], "isg-01-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6101 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507968], "isg-02-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6102 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507964], "isg-03-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6103 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507960], "isg-04-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6104 pUIAnim_WizardEye->uIconID = pIconsFrameTable->FindIcon("wizeyeC");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6105 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnim_WizardEye->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6106 pUIAnum_Torchlight->uIconID = pIconsFrameTable->FindIcon("torchC");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6107 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnum_Torchlight->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6108 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_506438], "ib-bcu-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6109 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50795C], "evtnpc-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6110 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507958], "fr_inven-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6111 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_Parchment], "parchment", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6112 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076B4], "cornr_ll-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6113 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076B0], "cornr_lr-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6114 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076AC], "cornr_ul-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6115 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A8], "cornr_ur-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6116 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A4], "edge_btm-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6117 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A0], "edge_lf-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6118 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50769C], "edge_rt-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6119 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507698], "edge_top-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6120 pIcons_LOD->ReloadTexture(pTexture_591428, "endcap-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6121 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6122 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6123 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6124 pTexture_RightFrame->Load("ib-r-C.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6125 pTexture_BottomFrame->Load("ib-b-c.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6126 pTexture_TopFrame->Load("ib-t-C.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6127 pTexture_LeftFrame->Load("ib-l-C.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6128 pTexture_StatusBar->Load("IB-Foot-c.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6129 uTextureID_right_panel = pIcons_LOD->LoadTexture("ib-mb-C", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6130 dword_5079D8 = pIcons_LOD->LoadTexture("ib-autmask-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6131 dword_5079B4 = pIcons_LOD->LoadTexture("IB-COMP-C", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6132 dword_5079D0 = pIcons_LOD->LoadTexture("IB-InitG-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6133 dword_5079C8 = pIcons_LOD->LoadTexture("IB-InitY-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6134 dword_5079CC = pIcons_LOD->LoadTexture("IB-InitR-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6135 uTextureID_507990 = pIcons_LOD->LoadTexture("IB-NPCLD-C", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6136 uTextureID_50798C = pIcons_LOD->LoadTexture("IB-NPCRD-C", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6137 uTextureID_507980 = pIcons_LOD->LoadTexture("ib-autout-C", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6138 uTextureID_507984 = pIcons_LOD->LoadTexture("ib-autin-C", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6139 dword_50C98C = pIcons_LOD->LoadTexture("IB-selec-C", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6140 uTextureID_50797C = pIcons_LOD->LoadTexture("ib-m1d-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6141 uTextureID_507978 = pIcons_LOD->LoadTexture("ib-m2d-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6142 dword_507974 = pIcons_LOD->LoadTexture("ib-m3d-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6143 uTextureID_507970 = pIcons_LOD->LoadTexture("ib-m4d-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6144 uTextureID_506438 = pIcons_LOD->LoadTexture("ib-bcu-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6145 dword_50796C = pIcons_LOD->LoadTexture("isg-01-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6146 dword_507968 = pIcons_LOD->LoadTexture("isg-02-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6147 dword_507964 = pIcons_LOD->LoadTexture("isg-03-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6148 dword_507960 = pIcons_LOD->LoadTexture("isg-04-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6149 uTextureID_50795C = pIcons_LOD->LoadTexture("evtnpc-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6150 uTextureID_507958 = pIcons_LOD->LoadTexture("fr_inven", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6151 pUIAnim_WizardEye->uIconID = pIconsFrameTable->FindIcon("wizeyeC");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6152 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnim_WizardEye->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6153 pUIAnum_Torchlight->uIconID = pIconsFrameTable->FindIcon("torchC");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6154 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnum_Torchlight->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6155 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6156 v3 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xC8u, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6157 v4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6158 v6 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6159 v5 = 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6160 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6161 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6162 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6163 if ( bReplace )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6164 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6165 pTexture_RightFrame->Reload("ib-r-a.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6166 pTexture_BottomFrame->Reload("ib-b-a.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6167 pTexture_TopFrame->Reload("ib-t-a.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6168 pTexture_LeftFrame->Reload("ib-l-a.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6169 pTexture_StatusBar->Reload("IB-Foot-a.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6170 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_right_panel], "ib-mb-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6171 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079D8], "ib-autmask-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6172 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079B4], "IB-COMP-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6173 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079D0], "IB-InitG-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6174 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079C8], "IB-InitY-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6175 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079CC], "IB-InitR-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6176 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507990], "IB-NPCLD-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6177 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50798C], "IB-NPCRD-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6178 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507980], "ib-autout-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6179 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507984], "ib-autin-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6180 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_50C98C], "IB-selec-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6181 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50797C], "ib-m1d-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6182 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507978], "ib-m2d-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6183 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507974], "ib-m3d-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6184 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507970], "ib-m4d-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6185 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_50796C], "isg-01-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6186 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507968], "isg-02-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6187 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507964], "isg-03-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6188 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507960], "isg-04-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6189 pUIAnim_WizardEye->uIconID = pIconsFrameTable->FindIcon("wizeyeA");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6190 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnim_WizardEye->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6191 pUIAnum_Torchlight->uIconID = pIconsFrameTable->FindIcon("torchA");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6192 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnum_Torchlight->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6193 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_506438], "ib-bcu-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6194 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50795C], "evtnpc", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6195 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507958], "fr_inven", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6196 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_Parchment], "parchment", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6197 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076B4], "cornr_ll", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6198 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076B0], "cornr_lr", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6199 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076AC], "cornr_ul", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6200 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A8], "cornr_ur", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6201 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A4], "edge_btm", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6202 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A0], "edge_lf", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6203 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50769C], "edge_rt", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6204 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507698], "edge_top", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6205 pIcons_LOD->ReloadTexture(pTexture_591428, "endcap", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6206 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6207 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6208 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6209 pTexture_RightFrame->Load("ib-r-A.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6210 pTexture_BottomFrame->Load("ib-b-A.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6211 pTexture_TopFrame->Load("ib-t-A.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6212 pTexture_LeftFrame->Load("ib-l-A.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6213 pTexture_StatusBar->Load("IB-Foot-a.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6214 uTextureID_right_panel = pIcons_LOD->LoadTexture("ib-mb-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6215 dword_5079D8 = pIcons_LOD->LoadTexture("ib-autmask-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6216 dword_5079B4 = pIcons_LOD->LoadTexture("IB-COMP-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6217 dword_5079D0 = pIcons_LOD->LoadTexture("IB-InitG-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6218 dword_5079C8 = pIcons_LOD->LoadTexture("IB-InitY-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6219 dword_5079CC = pIcons_LOD->LoadTexture("IB-InitR-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6220 uTextureID_507990 = pIcons_LOD->LoadTexture("IB-NPCLD-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6221 uTextureID_50798C = pIcons_LOD->LoadTexture("IB-NPCRD-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6222 dword_50C98C = pIcons_LOD->LoadTexture("IB-selec-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6223 uTextureID_50797C = pIcons_LOD->LoadTexture("ib-m1d-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6224 uTextureID_507978 = pIcons_LOD->LoadTexture("ib-m2d-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6225 dword_507974 = pIcons_LOD->LoadTexture("ib-m3d-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6226 uTextureID_507970 = pIcons_LOD->LoadTexture("ib-m4d-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6227 uTextureID_507980 = pIcons_LOD->LoadTexture("ib-autout-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6228 uTextureID_507984 = pIcons_LOD->LoadTexture("ib-autin-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6229 uTextureID_506438 = pIcons_LOD->LoadTexture("ib-bcu-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6230 dword_50796C = pIcons_LOD->LoadTexture("isg-01-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6231 dword_507968 = pIcons_LOD->LoadTexture("isg-02-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6232 dword_507964 = pIcons_LOD->LoadTexture("isg-03-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6233 dword_507960 = pIcons_LOD->LoadTexture("isg-04-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6234 uTextureID_50795C = pIcons_LOD->LoadTexture("evtnpc", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6235 uTextureID_507958 = pIcons_LOD->LoadTexture("fr_inven", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6236 pUIAnim_WizardEye->uIconID = pIconsFrameTable->FindIcon("wizeyeA");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6237 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnim_WizardEye->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6238 pUIAnum_Torchlight->uIconID = pIconsFrameTable->FindIcon("torchA");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6239 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnum_Torchlight->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6240 uTextureID_Parchment = pIcons_LOD->LoadTexture("parchment", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6241 uTextureID_5076B4 = pIcons_LOD->LoadTexture("cornr_ll", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6242 uTextureID_5076B0 = pIcons_LOD->LoadTexture("cornr_lr", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6243 uTextureID_5076AC = pIcons_LOD->LoadTexture("cornr_ul", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6244 uTextureID_5076A8 = pIcons_LOD->LoadTexture("cornr_ur", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6245 uTextureID_5076A4 = pIcons_LOD->LoadTexture("edge_btm", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6246 uTextureID_5076A0 = pIcons_LOD->LoadTexture("edge_lf", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6247 uTextureID_50769C = pIcons_LOD->LoadTexture("edge_rt", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6248 uTextureID_507698 = pIcons_LOD->LoadTexture("edge_top", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6249 pTexture_591428 = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("endcap", TEXTURE_16BIT_PALETTE)];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6250
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6251 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6252 v3 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xAu, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6253 v4 = 214;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6254 v5 = 230;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6255 v6 = 193;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6256 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6257 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6258 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6259 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6260 if ( bReplace )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6261 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6262 pTexture_RightFrame->Reload("ib-r-B.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6263 pTexture_BottomFrame->Reload("ib-b-B.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6264 pTexture_TopFrame->Reload("ib-t-B.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6265 pTexture_LeftFrame->Reload("ib-l-B.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6266 pTexture_StatusBar->Reload("IB-Foot-b.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6267 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_right_panel], "ib-mb-B", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6268 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079D8], "ib-autmask-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6269 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079B4], "IB-COMP-B", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6270 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079D0], "IB-InitG-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6271 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079C8], "IB-InitY-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6272 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079CC], "IB-InitR-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6273 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507990], "IB-NPCLD-B", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6274 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50798C], "IB-NPCRD-B", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6275 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507980], "ib-autout-B", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6276 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507984], "ib-autin-B", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6277 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_50C98C], "IB-selec-B", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6278 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50797C], "ib-m1d-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6279 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507978], "ib-m2d-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6280 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507974], "ib-m3d-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6281 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507970], "ib-m4d-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6282 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_50796C], "isg-01-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6283 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507968], "isg-02-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6284 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507964], "isg-03-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6285 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507960], "isg-04-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6286 pUIAnim_WizardEye->uIconID = pIconsFrameTable->FindIcon("wizeyeB");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6287 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnim_WizardEye->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6288 pUIAnum_Torchlight->uIconID = pIconsFrameTable->FindIcon("torchB");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6289 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnum_Torchlight->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6290 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_506438], "ib-bcu-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6291 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50795C], "evtnpc-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6292 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507958], "fr_inven-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6293 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_Parchment], "parchment", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6294 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076B4], "cornr_ll-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6295 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076B0], "cornr_lr-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6296 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076AC], "cornr_ul-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6297 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A8], "cornr_ur-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6298 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A4], "edge_btm-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6299 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A0], "edge_lf-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6300 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50769C], "edge_rt-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6301 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507698], "edge_top-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6302 pIcons_LOD->ReloadTexture(pTexture_591428, "endcap-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6303 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6304 v3 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0, 0, 0xC8u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6305 v5 = 255;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6306 v4 = 225;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6307 v6 = 255;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6308 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6309 uGameUIFontMain = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6310 uGameUIFontShadow = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(v5, v4, v6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6311 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6312
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6313
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6314
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6315 //----- (00423AEE) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6316 void __cdecl reset_some_strus_flt_2Cs()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6317 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6318 float *v0; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6319 signed int v1; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6320 signed int v2; // edx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6321 float *v3; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6322 signed int v4; // edx@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6323 float *v5; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6324 signed int v6; // edx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6325 float *v7; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6326 signed int v8; // edx@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6327 float *v9; // eax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6328
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6329 v0 = &array_50AC10[0].flt_2C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6330 v1 = 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6331 v2 = 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6332 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6333 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6334 *v0 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6335 v0 += 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6336 --v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6337 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6338 while ( v2 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6339 v3 = &array_50A2B0[0].flt_2C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6340 v4 = 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6341 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6342 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6343 *v3 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6344 v3 += 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6345 --v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6346 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6347 while ( v4 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6348 v5 = &array_509950[0].flt_2C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6349 v6 = 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6350 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6351 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6352 *v5 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6353 v5 += 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6354 --v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6355 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6356 while ( v6 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6357 v7 = &array_508FF0[0].flt_2C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6358 v8 = 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6359 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6360 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6361 *v7 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6362 v7 += 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6363 --v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6364 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6365 while ( v8 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6366 v9 = &array_508690[0].flt_2C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6367 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6368 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6369 *v9 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6370 v9 += 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6371 --v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6372 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6373 while ( v1 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6374 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6375
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6376 //----- (00423B4A) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6377 void __cdecl sub_423B4A()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6378 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6379 float *v0; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6380 signed int v1; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6381
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6382 v0 = &array_507D30[0].flt_2C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6383 v1 = 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6384 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6385 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6386 *v0 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6387 v0 += 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6388 --v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6389 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6390 while ( v1 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6391 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6392
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6393 //----- (00423B5D) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6394 int __fastcall sub_423B5D(unsigned int uFaceID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6395 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6396 BLVFace *v1; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6397 Vec3_short_ *v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6398 int v3; // ST28_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6399 __int16 v4; // ST2C_2@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6400 signed int v5; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6401 Vec3_short_ *v6; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6402 signed int v7; // edi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6403 signed int v8; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6404 signed int i_; // ecx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6405 int v10; // eax@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6406 int v11; // edx@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6407 int v12; // ST28_4@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6408 signed int v13; // edx@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6409 signed __int64 v14; // qtt@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6410 int *v15; // ebx@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6411 int v16; // ST28_4@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6412 signed int v17; // eax@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6413 signed __int64 v18; // qtt@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6414 signed int v19; // edx@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6415 signed int v20; // edx@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6416 signed int v21; // ebx@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6417 signed int v22; // esi@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6418 int v23; // edi@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6419 int v24; // eax@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6420 int v25; // eax@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6421 signed int v26; // ST30_4@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6422 signed __int64 v27; // qtt@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6423 int v28; // ST18_4@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6424 int v29; // eax@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6425 int v30; // eax@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6426 signed int v31; // ST30_4@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6427 signed __int64 v32; // qtt@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6428 int v33; // ST30_4@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6429 signed int v34; // edi@31
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6430 unsigned int v35; // eax@31
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6431 bool v36; // edx@31
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6432 int v37; // ecx@31
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6433 int v38; // ecx@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6434 int v39; // esi@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6435 int v40; // eax@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6436 signed int v41; // ebx@41
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6437 unsigned int v42; // eax@41
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6438 signed int v43; // ecx@42
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6439 int v44; // esi@42
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6440 int v45; // eax@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6441 signed int v46; // edi@51
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6442 unsigned int v47; // eax@51
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6443 bool v48; // edx@51
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6444 int v49; // ecx@51
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6445 int v50; // ecx@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6446 signed int v51; // esi@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6447 int v52; // eax@54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6448 int v53; // ebx@61
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6449 unsigned int v54; // eax@61
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6450 signed int v55; // ecx@62
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6451 int v56; // esi@62
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6452 int v57; // eax@64
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6453 char v59; // zf@72
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6454 signed int v60; // edx@75
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6455 int v61; // ecx@76
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6456 int v62; // esi@76
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6457 int v63; // ecx@83
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6458 signed int v64; // [sp+14h] [bp-14h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6459 int v65; // [sp+14h] [bp-14h]@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6460 int v66; // [sp+14h] [bp-14h]@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6461 int v67; // [sp+14h] [bp-14h]@54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6462 int v68; // [sp+14h] [bp-14h]@64
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6463 signed int v69; // [sp+14h] [bp-14h]@75
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6464 IndoorCameraD3D *_this; // [sp+18h] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6465 bool thisa; // [sp+18h] [bp-10h]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6466 int thisb; // [sp+18h] [bp-10h]@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6467 int thisc; // [sp+18h] [bp-10h]@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6468 bool thisd; // [sp+18h] [bp-10h]@41
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6469 bool thise; // [sp+18h] [bp-10h]@61
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6470 int thisf; // [sp+18h] [bp-10h]@74
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6471 signed int v77; // [sp+1Ch] [bp-Ch]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6472 int v78; // [sp+1Ch] [bp-Ch]@76
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6473 bool v79; // [sp+20h] [bp-8h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6474 bool v80; // [sp+20h] [bp-8h]@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6475 bool v81; // [sp+20h] [bp-8h]@42
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6476 bool v82; // [sp+20h] [bp-8h]@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6477 bool v83; // [sp+20h] [bp-8h]@62
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6478 signed int i; // [sp+24h] [bp-4h]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6479 signed int ia; // [sp+24h] [bp-4h]@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6480 signed int ib; // [sp+24h] [bp-4h]@31
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6481 signed int ic; // [sp+24h] [bp-4h]@41
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6482 signed int id; // [sp+24h] [bp-4h]@51
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6483 signed int ie; // [sp+24h] [bp-4h]@61
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6484
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6485 v1 = &pIndoor->pFaces[uFaceID];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6486 _this = pGame->pIndoorCameraD3D;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6487 v2 = &pIndoor->pVertices[*v1->pVertexIDs];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6488 v3 = *(int *)&v2->x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6489 v4 = v2->z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6490 v5 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6491 if ( v1->pFacePlane_old.vNormal.x * ((signed __int16)v3 - pBLVRenderParams->vPartyPos.x)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6492 + v1->pFacePlane_old.vNormal.y * (SHIWORD(v3) - pBLVRenderParams->vPartyPos.y)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6493 + v1->pFacePlane_old.vNormal.z * (v4 - pBLVRenderParams->vPartyPos.z) < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6494 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6495 dword_50B700 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6496 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6497 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6498 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6499 dword_50B700 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6500 if ( !(v1->uAttributes & 1) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6501 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6502 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6503 v64 = v1->uNumVertices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6504 if ( (signed int)v1->uNumVertices > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6505 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6506 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6507 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6508 v6 = &pIndoor->pVertices[v1->pVertexIDs[v5]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6509 _this->ApplyViewTransform_TrueIfStillVisible(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6510 v6->x,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6511 v6->y,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6512 v6->z,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6513 &_50B924_view_transformed_xs[v5],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6514 &_50B834_view_transformed_zs[v5],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6515 &_50B744_view_transformed_ys[v5],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6516 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6517 ++v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6518 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6519 while ( v5 < v64 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6520 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6521 v7 = v64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6522 v8 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6523 if ( v64 <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6524 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6525 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6526 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6527 if ( _50B924_view_transformed_xs[v8] >= 524288 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6528 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6529 ++v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6530 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6531 while ( v8 < v64 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6532 if ( v8 >= v64 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6533 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6534 v77 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6535 _50B924_view_transformed_xs[v64] = _50B924_view_transformed_xs[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6536 _50B834_view_transformed_zs[v64] = _50B834_view_transformed_zs[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6537 _50B744_view_transformed_ys[v64] = _50B744_view_transformed_ys[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6538 thisa = _50B924_view_transformed_xs[0] >= 524288;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6539 i = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6540 if ( v64 >= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6541 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6542 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6543 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6544 i_ = i;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6545 v10 = _50B924_view_transformed_xs[i];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6546 v79 = v10 >= 524288;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6547 if ( thisa ^ v79 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6548 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6549 v11 = _50B924_view_transformed_xs_minus1[i_];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6550 if ( v10 >= 524288 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6551 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6552 v12 = v10 - v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6553 v13 = 524288 - v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6554 LODWORD(v14) = v13 << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6555 HIDWORD(v14) = v13 >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6556 v15 = &_50B744_view_transformed_ys_minus1[i_];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6557 dword_50B828[v77] = ((unsigned __int64)((_50B834_view_transformed_zs[i_] - _50B834_view_transformed_zs_minus1[i_])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6558 * v14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6559 / v12) >> 16)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6560 + _50B834_view_transformed_zs_minus1[i_];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6561 thisb = (unsigned __int64)((_50B744_view_transformed_ys[i_] - _50B744_view_transformed_ys_minus1[i_]) * v14 / v12) >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6562 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6563 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6564 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6565 v16 = v11 - v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6566 v17 = 524288 - v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6567 LODWORD(v18) = v17 << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6568 HIDWORD(v18) = v17 >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6569 v15 = &_50B744_view_transformed_ys[i_];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6570 dword_50B828[v77] = ((unsigned __int64)((_50B834_view_transformed_zs_minus1[i_] - _50B834_view_transformed_zs[i_])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6571 * v18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6572 / v16) >> 16)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6573 + _50B834_view_transformed_zs[i_];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6574 thisb = (unsigned __int64)((_50B744_view_transformed_ys_minus1[i_] - _50B744_view_transformed_ys[i_]) * v18 / v16) >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6575 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6576 v19 = v77++;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6577 v7 = v64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6578 dword_50B738[v19] = thisb + *v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6579 dword_50B918[v19] = 524288;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6580 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6581 if ( v79 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6582 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6583 v20 = v77++;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6584 dword_50B918[v20] = _50B924_view_transformed_xs[i_];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6585 dword_50B828[v20] = _50B834_view_transformed_zs[i_];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6586 dword_50B738[v20] = _50B744_view_transformed_ys[i_];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6587 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6588 ++i;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6589 thisa = v79;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6590 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6591 while ( i <= v7 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6592 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6593 ia = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6594 v21 = v77;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6595 dword_50B918[v77] = dword_50B918[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6596 dword_50B828[v77] = dword_50B828[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6597 for ( dword_50B738[v77] = dword_50B738[0]; ia < v77; dword_50BA08[v22] = pBLVRenderParams->uViewportCenterY - v33 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6598 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6599 v22 = ia;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6600 thisc = abs(dword_50B918[ia]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6601 if ( abs(dword_50B828[ia]) >> 13 <= thisc )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6602 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6603 v26 = dword_50B828[v22];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6604 LODWORD(v27) = v26 << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6605 HIDWORD(v27) = v26 >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6606 v25 = v27 / dword_50B918[v22];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6607 v23 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6608 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6609 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6610 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6611 v23 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6612 v24 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6613 if ( dword_50B828[v22] >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6614 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6615 LOBYTE(v24) = dword_50B918[v22] >= 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6616 v25 = ((v24 - 1) & 0xFF800000) + 0x400000;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6617 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6618 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6619 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6620 LOBYTE(v24) = dword_50B918[v22] >= 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6621 v25 = ((unsigned int)&array_77EC08[1975].pEdgeList1[1] & (v24 - 1)) - 4194304;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6622 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6623 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6624 v28 = dword_50B738[v22];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6625 dword_50BAF8_xs[v22] = v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6626 if ( abs(v28) >> 13 <= thisc )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6627 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6628 v31 = dword_50B738[v22];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6629 LODWORD(v32) = v31 << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6630 HIDWORD(v32) = v31 >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6631 v30 = v32 / dword_50B918[v22];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6632 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6633 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6634 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6635 v29 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6636 if ( dword_50B738[v22] >= v23 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6637 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6638 LOBYTE(v29) = dword_50B918[v22] >= v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6639 v30 = ((v29 - 1) & 0xFF800000) + 4194304;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6640 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6641 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6642 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6643 LOBYTE(v29) = dword_50B918[v22] >= v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6644 v30 = ((unsigned int)&array_77EC08[1975].pEdgeList1[1] & (v29 - 1)) - 4194304;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6645 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6646 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6647 dword_50BA08[v22] = v30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6648 dword_50BAF8_xs[v22] = (unsigned __int64)(SHIWORD(pBLVRenderParams->field_40) * (signed __int64)dword_50BAF8_xs[v22]) >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6649 v33 = (unsigned __int64)(SHIWORD(pBLVRenderParams->field_40) * (signed __int64)dword_50BA08[v22]) >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6650 dword_50BAF8_xs[v22] = pBLVRenderParams->uViewportCenterX - dword_50BAF8_xs[v22];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6651 ++ia;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6652 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6653 v34 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6654 dword_50BAF8_xs[v21] = dword_50BAF8_xs[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6655 dword_50BA08[v21] = dword_50BA08[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6656 v35 = pBLVRenderParams->uViewportX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6657 v36 = dword_50BAF8_xs[0] < (signed int)pBLVRenderParams->uViewportX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6658 LOBYTE(v36) = dword_50BAF8_xs[0] >= (signed int)pBLVRenderParams->uViewportX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6659 v37 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6660 ib = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6661 if ( v77 < 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6662 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6663 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6664 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6665 v38 = v37;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6666 v39 = dword_50BAF8_xs[v38];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6667 v80 = v39 >= (signed int)v35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6668 if ( v36 ^ v80 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6669 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6670 if ( v39 >= (signed int)v35 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6671 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6672 v65 = (signed int)(v35 - dword_50BAF4[v38])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6673 * (signed __int64)(dword_50BA08[v38] - dword_50B9F8[v38 + 3])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6674 / (v39 - dword_50BAF4[v38]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6675 v40 = dword_50B9F8[v38 + 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6676 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6677 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6678 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6679 v65 = (signed int)(v35 - v39)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6680 * (signed __int64)(dword_50B9F8[v38 + 3] - dword_50BA08[v38])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6681 / (dword_50BAF4[v38] - v39);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6682 v40 = dword_50BA08[v38];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6683 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6684 ++v34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6685 dword_50B9F8[v34] = v65 + v40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6686 v35 = pBLVRenderParams->uViewportX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6687 dword_50BAE8[v34] = pBLVRenderParams->uViewportX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6688 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6689 v36 = v80;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6690 if ( v80 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6691 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6692 dword_50BAEC_xs[v34] = dword_50BAF8_xs[v38];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6693 dword_50B9F8[v34++ + 1] = dword_50BA08[v38];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6694 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6695 v37 = ib++ + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6696 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6697 while ( ib <= v77 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6698 if ( !v34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6699 || (v41 = 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6700 dword_50BAEC_xs[v34] = dword_50BAEC_xs[0],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6701 dword_50B9F8[v34 + 1] = dword_50B9F8[1],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6702 v42 = pBLVRenderParams->uViewportZ,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6703 thisd = dword_50BAEC_xs[0] <= (signed int)pBLVRenderParams->uViewportZ,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6704 ic = 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6705 v34 < 1) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6706 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6707 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6708 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6709 v43 = ic;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6710 v44 = dword_50BAEC_xs[ic];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6711 v81 = v44 <= (signed int)v42;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6712 if ( thisd ^ v81 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6713 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6714 if ( v44 <= (signed int)v42 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6715 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6716 v66 = (signed int)(v42 - dword_50BAE8[v43])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6717 * (signed __int64)(dword_50B9F8[v43 + 1] - dword_50B9F8[v43])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6718 / (v44 - dword_50BAE8[v43]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6719 v45 = dword_50B9F8[v43];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6720 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6721 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6722 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6723 v66 = (signed int)(v42 - v44)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6724 * (signed __int64)(dword_50B9F8[v43] - dword_50B9F8[v43 + 1])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6725 / (dword_50BAE8[v43] - v44);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6726 v45 = dword_50B9F8[v43 + 1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6727 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6728 ++v41;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6729 dword_50B9EC[v41] = v66 + v45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6730 v42 = pBLVRenderParams->uViewportZ;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6731 dword_50BADC_xs[v41] = pBLVRenderParams->uViewportZ;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6732 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6733 if ( v81 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6734 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6735 dword_50BAE0[v41] = dword_50BAEC_xs[v43];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6736 dword_50B9F0[v41++] = dword_50B9F8[v43 + 1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6737 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6738 ++ic;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6739 thisd = v81;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6740 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6741 while ( ic <= v34 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6742 if ( !v41
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6743 || (v46 = 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6744 dword_50BAE0[v41] = dword_50BAE0[0],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6745 dword_50B9F0[v41] = dword_50B9F0[0],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6746 v47 = pBLVRenderParams->uViewportY,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6747 v48 = dword_50B9F0[0] < (signed int)pBLVRenderParams->uViewportY,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6748 LOBYTE(v48) = dword_50B9F0[0] >= (signed int)pBLVRenderParams->uViewportY,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6749 v49 = 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6750 id = 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6751 v41 < 1) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6752 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6753 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6754 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6755 v50 = v49;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6756 v51 = dword_50B9F0[v50];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6757 v82 = v51 >= (signed int)v47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6758 if ( v48 ^ v82 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6759 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6760 if ( v51 >= (signed int)v47 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6761 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6762 v67 = (signed int)(v47 - dword_50B9EC[v50])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6763 * (signed __int64)(dword_50BAE0[v50] - dword_50BADC_xs[v50])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6764 / (v51 - dword_50B9EC[v50]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6765 v52 = dword_50BADC_xs[v50];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6766 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6767 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6768 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6769 v67 = (signed int)(v47 - v51)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6770 * (signed __int64)(dword_50BADC_xs[v50] - dword_50BAE0[v50])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6771 / (dword_50B9EC[v50] - v51);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6772 v52 = dword_50BAE0[v50];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6773 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6774 ++v46;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6775 dword_50BAD0[v46] = v67 + v52;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6776 v47 = pBLVRenderParams->uViewportY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6777 dword_50B9E0_ys[v46] = pBLVRenderParams->uViewportY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6778 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6779 v48 = v82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6780 if ( v82 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6781 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6782 dword_50BAD4[v46] = dword_50BAE0[v50];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6783 dword_50B9E0_ys[v46++ + 1] = dword_50B9F0[v50];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6784 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6785 v49 = id++ + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6786 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6787 while ( id <= v41 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6788 if ( !v46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6789 || (v53 = 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6790 dword_50BAD4[v46] = dword_50BAD4[0],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6791 dword_50B9E0_ys[v46 + 1] = dword_50B9E0_ys[1],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6792 v54 = pBLVRenderParams->uViewportW,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6793 thise = dword_50B9E0_ys[1] <= (signed int)pBLVRenderParams->uViewportW,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6794 ie = 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6795 v46 < 1) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6796 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6797 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6798 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6799 v55 = ie;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6800 v56 = dword_50B9E0_ys[ie + 1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6801 v83 = v56 <= (signed int)v54;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6802 if ( thise ^ v83 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6803 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6804 if ( v56 <= (signed int)v54 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6805 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6806 v68 = (signed int)(v54 - dword_50B9E0_ys[v55])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6807 * (signed __int64)(dword_50BAD4[v55] - dword_50BAD0[v55])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6808 / (v56 - dword_50B9E0_ys[v55]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6809 v57 = dword_50BAD0[v55];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6810 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6811 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6812 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6813 v68 = (signed int)(v54 - v56)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6814 * (signed __int64)(dword_50BAD0[v55] - dword_50BAD4[v55])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6815 / (dword_50B9E0_ys[v55] - v56);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6816 v57 = dword_50BAD4[v55];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6817 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6818 ++v53;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6819 dword_50BAC4[v53] = v68 + v57;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6820 v54 = pBLVRenderParams->uViewportW;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6821 unk_50B9D4[v53] = pBLVRenderParams->uViewportW;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6822 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6823 if ( v83 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6824 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6825 dword_50BAC8[v53] = dword_50BAD4[v55];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6826 dword_50B9D8_ys[v53++] = dword_50B9E0_ys[v55 + 1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6827 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6828 ++ie;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6829 thise = v83;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6830 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6831 while ( ie <= v46 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6832 if ( !v53 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6833 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6834 v59 = pRenderer->pRenderD3D == 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6835 dword_50BAC8[v53] = dword_50BAC8[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6836 dword_50B9D8_ys[v53] = dword_50B9D8_ys[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6837 if ( v59 && v53 > 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6838 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6839 dword_50BAC8[v53 + 1] = dword_50BAC8[1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6840 dword_50B9D8_ys[v53 + 1] = dword_50B9D8_ys[1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6841 thisf = 2 * (dword_50B700 != 0) - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6842 if ( v53 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6843 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6844 v60 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6845 v69 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6846 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6847 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6848 v61 = v60 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6849 v62 = v60 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6850 v78 = v60 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6851 if ( v60 - 1 >= v53 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6852 v61 -= v53;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6853 if ( v60 >= v53 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6854 v60 -= v53;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6855 if ( v62 >= v53 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6856 v62 -= v53;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6857 if ( thisf
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6858 * ((dword_50B9D8_ys[v62] - dword_50B9D8_ys[v61]) * (dword_50BAC8[v60] - dword_50BAC8[v61])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6859 - (dword_50B9D8_ys[v60] - dword_50B9D8_ys[v61]) * (dword_50BAC8[v62] - dword_50BAC8[v61])) < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6860 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6861 v60 = v78;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6862 v69 = v78;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6863 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6864 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6865 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6866 v60 = v69;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6867 v63 = v69;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6868 if ( v69 < v53 || (v63 = v69 - v53, v69 - v53 < v53) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6869 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6870 memcpy(&dword_50B9D8_ys[v63], &dword_50B9D8_ys[v63 + 1], 4 * ((unsigned int)(4 * (v53 - v63)) >> 2));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6871 memcpy(&dword_50BAC8[v63], &dword_50BAC8[v63 + 1], 4 * ((unsigned int)(4 * (v53 - v63)) >> 2));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6872 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6873 --v53;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6874 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6875 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6876 while ( v60 - 1 < v53 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6877 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6878 dword_50BAC8[v53] = dword_50BAC8[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6879 dword_50B9D8_ys[v53] = dword_50B9D8_ys[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6880 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6881 return v53;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6882 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6883
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6884
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6885 //----- (00424579) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6886 int __fastcall sub_424579(int uFaceID, stru320 *a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6887 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6888 __debugbreak();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6889 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6890 /*BLVFace *v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6891 Vec3_short_ *v3; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6892 Vec3_short_ *v4; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6893 unsigned int v5; // esi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6894 int v7; // ST1C_4@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6895 int v8; // ST1C_4@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6896 int v9; // ST1C_4@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6897 int v10; // ST1C_4@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6898 int v11; // esi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6899 int v12; // ST1C_4@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6900 unsigned int v15; // ecx@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6901 unsigned int v19; // ecx@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6902 signed int v20; // ecx@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6903 signed int result; // eax@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6904 signed int v24; // edx@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6905 unsigned int v25; // [sp+Ch] [bp-1Ch]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6906 float v26; // [sp+14h] [bp-14h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6907 float v27; // [sp+1Ch] [bp-Ch]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6908 float v28; // [sp+20h] [bp-8h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6909 signed int v29; // [sp+24h] [bp-4h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6910
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6911 v2 = &pIndoor->pFaces[uFaceID];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6912 v3 = pIndoor->pVertices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6913 v4 = &pIndoor->pVertices[*v2->pVertexIDs];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6914 if ( v2->pFacePlane_old.vNormal.x * ((signed __int16)*(int *)&v4->x - pBLVRenderParams->vPartyPos.x)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6915 + v2->pFacePlane_old.vNormal.y * ((signed __int16)(*(int *)&v4->x >> 16) - pBLVRenderParams->vPartyPos.y)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6916 + v2->pFacePlane_old.vNormal.z * (v4->z - pBLVRenderParams->vPartyPos.z) < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6917 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6918 dword_50B700 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6919 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6920 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6921 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6922 dword_50B700 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6923 if ( !(v2->uAttributes & 1) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6924 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6925 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6926 v29 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6927 v5 = v2->uNumVertices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6928 __asm { fld pBLVRenderParams->fCosineY }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6929 v28 = pBLVRenderParams->fSineY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6930 v26 = pBLVRenderParams->fCosineNegX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6931 v27 = pBLVRenderParams->fSineNegX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6932 v25 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6933 if ( (signed int)v5 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6934 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6935 _ECX = (char *)&array_50AC10[0].vWorldPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6936 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6937 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6938 v7 = v3[v2->pVertexIDs[v29]].x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6939 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6940 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6941 fild [ebp+var_10]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6942 fstp dword ptr [ecx-8]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6943 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6944 v8 = v3[v2->pVertexIDs[v29]].y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6945 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6946 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6947 fild [ebp+var_10]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6948 fstp dword ptr [ecx-4]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6949 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6950 v9 = v3[v2->pVertexIDs[v29]].z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6951 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6952 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6953 fild [ebp+var_10]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6954 fstp dword ptr [ecx]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6955 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6956 _ECX += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6957 v10 = a2->pDeltaUV[0] + v2->pVertexUIDs[v29];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6958 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6959 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6960 fild [ebp+var_10]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6961 fstp dword ptr [ecx-14h]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6962 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6963 v11 = a2->pDeltaUV[1] + v2->pVertexVIDs[v29++];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6964 v12 = v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6965 v5 = v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6966 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6967 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6968 fild [ebp+var_10]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6969 fstp dword ptr [ecx-10h]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6970 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6971 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6972 while ( v29 < (signed int)v25 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6973 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6974 _EDX = (char *)&array_50AC10[0].vWorldViewPosition;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6975 if ( pBLVRenderParams->sPartyRotX )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6976 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6977 if ( (signed int)v5 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6978 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6979 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6980 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6981 fild pBLVRenderParams->vPartyPos.x
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6982 fild pBLVRenderParams->vPartyPos.y
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6983 fild pBLVRenderParams->vPartyPos.z
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6984 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6985 _EAX = (char *)&array_50AC10[0].vWorldPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6986 v15 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6987 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6988 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6989 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6990 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6991 fld dword ptr [eax-8]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6992 fsub st, st(3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6993 fld dword ptr [eax-4]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6994 fsub st, st(3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6995 fld st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6996 fmul st, st(6)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6997 fld st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6998 fmul [ebp+var_8]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6999 fsubp st(1), st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7000 fstp [ebp+var_4]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7001 fld dword ptr [eax]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7002 fsub st, st(3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7003 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7004 _EAX += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7005 --v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7006 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7007 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7008 fstp [ebp+var_10]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7009 fld [ebp+var_4]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7010 fmul [ebp+var_14]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7011 fld [ebp+var_10]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7012 fmul [ebp+var_C]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7013 fsubp st(1), st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7014 fstp dword ptr [eax-2Ch]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7015 fld st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7016 fmul [ebp+var_8]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7017 fld st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7018 fmul st, st(7)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7019 faddp st(1), st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7020 fstp dword ptr [eax-28h]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7021 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7022 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7023 fld [ebp+var_4]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7024 fmul [ebp+var_C]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7025 fld [ebp+var_10]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7026 fmul [ebp+var_14]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7027 faddp st(1), st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7028 fstp dword ptr [eax-24h]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7029 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7030 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7031 while ( v15 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7032 LABEL_15:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7033 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7034 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7035 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7036 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7037 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7038 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7039 goto LABEL_16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7040 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7041 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7042 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7043 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7044 if ( (signed int)v5 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7045 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7046 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7047 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7048 fild pBLVRenderParams->vPartyPos.x
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7049 fild pBLVRenderParams->vPartyPos.y
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7050 fild pBLVRenderParams->vPartyPos.z
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7051 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7052 _EAX = (char *)&array_50AC10[0].vWorldViewPosition;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7053 v19 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7054 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7055 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7056 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7057 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7058 fld dword ptr [eax-0Ch]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7059 fsub st, st(3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7060 fld dword ptr [eax-8]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7061 fsub st, st(3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7062 fld st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7063 fmul st, st(6)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7064 fld st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7065 fmul [ebp+var_8]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7066 fsubp st(1), st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7067 fstp dword ptr [eax]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7068 fld st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7069 fmul [ebp+var_8]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7070 fld st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7071 fmul st, st(7)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7072 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7073 _EAX += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7074 --v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7075 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7076 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7077 faddp st(1), st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7078 fstp dword ptr [eax-2Ch]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7079 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7080 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7081 fld dword ptr [eax-34h]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7082 fsub st, st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7083 fstp dword ptr [eax-28h]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7084 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7085 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7086 while ( v19 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7087 goto LABEL_15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7088 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7089 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7090 LABEL_16:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7091 v20 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7092 __asm { fstp st }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7093 if ( (signed int)v5 <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7094 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7095 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7096 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7097 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7098 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7099 fld dword ptr [edx]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7100 fcomp ds:flt_4D8524
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7101 fnstsw ax
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7102 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7103 if ( !(HIBYTE(_AX) & 1) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7104 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7105 ++v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7106 _EDX += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7107 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7108 while ( v20 < (signed int)v5 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7109 if ( v20 >= (signed int)v5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7110 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7111 result = sr_424CD7(v5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7112 if ( result > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7113 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7114 __asm { fild pBLVRenderParams->field_40 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7115 _ECX = (char *)&array_507D30[0].vWorldViewPosition;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7116 v24 = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7117 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7118 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7119 fmul ds:flt_4D84A4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7120 fild pBLVRenderParams->uViewportCenterX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7121 fild pBLVRenderParams->uViewportCenterY
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7122 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7123 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7124 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7125 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7126 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7127 fld1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7128 fdiv dword ptr [ecx]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7129 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7130 _ECX += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7131 --v24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7132 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7133 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7134 fld st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7135 fmul dword ptr [ecx-2Ch]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7136 fmul st, st(4)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7137 fsubr st, st(3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7138 fstp dword ptr [ecx-24h]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7139 fmul dword ptr [ecx-28h]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7140 fmul st, st(3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7141 fsubr st, st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7142 fstp dword ptr [ecx-20h]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7143 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7144 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7145 while ( v24 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7146 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7147 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7148 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7149 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7150 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7151 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7152 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7153 memcpy(&array_507D30[result], array_507D30, sizeof(array_507D30[result]));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7154 return result;*/
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7155 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7156
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7157
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7158 //----- (00424829) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7159 bool __fastcall sub_424829(int a1, stru170_stru2 *a2, stru170_stru2 *a3, int a4)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7160 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7161 int v4; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7162 stru170_stru2 *v5; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7163 int v6; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7164 int v7; // esi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7165 int v8; // edx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7166 int v9; // ecx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7167 int v10; // eax@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7168 int v11; // edi@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7169 int v12; // edx@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7170 int v13; // eax@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7171 int v14; // edi@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7172 int v15; // ecx@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7173 int v16; // edi@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7174 int v17; // edx@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7175 int v18; // eax@39
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7176 int v19; // eax@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7177 int v20; // ecx@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7178 int v21; // edi@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7179 int v22; // edi@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7180 __int16 *v23; // ecx@47
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7181 int v24; // edx@48
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7182 int v25; // eax@50
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7183 int v26; // eax@55
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7184 signed int v27; // edi@55
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7185 int v28; // edx@56
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7186 int v29; // edx@57
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7187 int v30; // eax@59
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7188 int v31; // eax@64
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7189 signed int v32; // edi@64
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7190 int v33; // edx@65
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7191 __int16 *v34; // eax@66
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7192 __int16 v35; // dx@66
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7193 __int16 v36; // dx@67
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7194 __int16 v37; // di@67
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7195 __int16 v38; // dx@67
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7196 stru170_stru2 *v39; // ecx@69
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7197 int v40; // edx@69
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7198 int v41; // edi@70
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7199 __int16 *v42; // eax@76
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7200 __int16 *v43; // eax@81
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7201 __int16 *v45; // eax@87
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7202 int v46; // edx@87
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7203 __int16 v47; // cx@88
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7204 int v48; // eax@93
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7205 int v49; // esi@93
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7206 __int16 *v50; // ecx@94
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7207 int v51; // eax@95
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7208 int v52; // eax@97
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7209 int v53; // [sp+Ch] [bp-34h]@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7210 int v54; // [sp+10h] [bp-30h]@0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7211 int v55; // [sp+14h] [bp-2Ch]@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7212 __int16 *v56; // [sp+14h] [bp-2Ch]@47
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7213 __int16 *v57; // [sp+14h] [bp-2Ch]@76
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7214 __int16 *v58; // [sp+14h] [bp-2Ch]@81
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7215 __int16 *v59; // [sp+14h] [bp-2Ch]@87
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7216 stru170_stru2 *v60; // [sp+18h] [bp-28h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7217 int v61; // [sp+1Ch] [bp-24h]@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7218 int v62; // [sp+20h] [bp-20h]@0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7219 signed int v63; // [sp+24h] [bp-1Ch]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7220 signed int v64; // [sp+28h] [bp-18h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7221 int v65; // [sp+2Ch] [bp-14h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7222 int v66; // [sp+2Ch] [bp-14h]@39
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7223 int v67; // [sp+30h] [bp-10h]@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7224 int v68; // [sp+34h] [bp-Ch]@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7225 int v69; // [sp+34h] [bp-Ch]@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7226 int v70; // [sp+34h] [bp-Ch]@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7227 int v71; // [sp+34h] [bp-Ch]@75
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7228 int v72; // [sp+34h] [bp-Ch]@80
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7229 int v73; // [sp+38h] [bp-8h]@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7230 int v74; // [sp+3Ch] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7231 int a3a; // [sp+48h] [bp+8h]@76
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7232 int a3b; // [sp+48h] [bp+8h]@87
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7233
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7234 v4 = a1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7235 v5 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7236 v74 = a1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7237 v60 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7238 if ( !a1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7239 || (!dword_50B700 ? (v64 = -1, v6 = 1, v63 = 1) : (v6 = 1, v63 = -1, v64 = 1),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7240 v7 = dword_50B9D8_ys[0],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7241 v65 = 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7242 v8 = dword_50B9D8_ys[0],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7243 a1 <= v6) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7244 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7245 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7246 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7247 v9 = dword_50B9D8_ys[v6];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7248 if ( v9 >= v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7249 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7250 if ( v9 > v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7251 v8 = dword_50B9D8_ys[v6];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7252 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7253 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7254 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7255 v65 = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7256 v7 = dword_50B9D8_ys[v6];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7257 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7258 ++v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7259 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7260 while ( v6 < v4 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7261 v73 = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7262 if ( v8 == v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7263 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7264 v10 = v65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7265 v68 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7266 v5->_viewport_space_y = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7267 v5->field_4 = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7268 v55 = v65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7269 if ( v4 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7270 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7271 v11 = v65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7272 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7273 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7274 v10 += v64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7275 if ( v10 < v74 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7276 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7277 if ( v10 < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7278 v10 += v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7279 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7280 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7281 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7282 v10 -= v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7283 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7284 v12 = dword_50B9D8_ys[v10];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7285 if ( v12 <= dword_50B9D8_ys[v11] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7286 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7287 v55 = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7288 v11 = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7289 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7290 if ( v12 == v73 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7291 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7292 ++v68;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7293 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7294 while ( v68 < v74 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7295 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7296 v13 = v55 + v64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7297 v67 = v55 + v64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7298 if ( v55 + v64 < v74 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7299 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7300 if ( v13 >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7301 goto LABEL_27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7302 v13 += v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7303 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7304 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7305 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7306 v13 -= v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7307 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7308 v67 = v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7309 LABEL_27:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7310 if ( dword_50B9D8_ys[v13] != dword_50B9D8_ys[v55] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7311 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7312 v14 = dword_50BAC8[v55];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7313 v62 = v14 << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7314 v54 = ((dword_50BAC8[v13] - v14) << 16) / (dword_50B9D8_ys[v13] - dword_50B9D8_ys[v55]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7315 v5->array_18[v7] = LOWORD(dword_50BAC8[v55]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7316 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7317 v15 = v65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7318 v69 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7319 v61 = v65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7320 if ( v74 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7321 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7322 v16 = v65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7323 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7324 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7325 v15 += v63;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7326 if ( v15 < v74 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7327 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7328 if ( v15 < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7329 v15 += v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7330 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7331 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7332 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7333 v15 -= v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7334 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7335 v17 = dword_50B9D8_ys[v15];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7336 if ( v17 <= dword_50B9D8_ys[v16] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7337 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7338 v61 = v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7339 v16 = v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7340 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7341 if ( v17 == v73 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7342 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7343 ++v69;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7344 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7345 while ( v69 < v74 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7346 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7347 v18 = v63 + v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7348 v66 = v63 + v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7349 if ( v63 + v61 < v74 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7350 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7351 if ( v18 >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7352 goto LABEL_44;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7353 v18 += v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7354 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7355 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7356 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7357 v18 -= v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7358 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7359 v66 = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7360 LABEL_44:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7361 v19 = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7362 v20 = v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7363 v53 = dword_50B9D8_ys[v19] - dword_50B9D8_ys[v61];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7364 if ( dword_50B9D8_ys[v19] != dword_50B9D8_ys[v61] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7365 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7366 v21 = dword_50BAC8[v20];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7367 v5 = v60;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7368 v61 = v21 << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7369 v53 = ((dword_50BAC8[v19] - v21) << 16) / v53;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7370 v60->array_3D8[v73] = LOWORD(dword_50BAC8[v20]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7371 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7372 v22 = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7373 v70 = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7374 if ( v7 <= v73 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7375 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7376 v56 = &v5->array_3D8[v7];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7377 v23 = &v5->array_18[v7];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7378 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7379 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7380 v24 = v67;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7381 if ( v22 < dword_50B9D8_ys[v67] || v22 == v73 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7382 goto LABEL_57;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7383 v25 = v64 + v67;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7384 v67 = v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7385 if ( v25 < v74 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7386 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7387 if ( v25 >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7388 goto LABEL_55;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7389 v25 += v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7390 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7391 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7392 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7393 v25 -= v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7394 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7395 v67 = v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7396 LABEL_55:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7397 v26 = v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7398 v27 = dword_50B9D8_ys[v26] - dword_50B9D8_ys[v24];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7399 if ( dword_50B9D8_ys[v26] - dword_50B9D8_ys[v24] > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7400 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7401 v28 = dword_50BAC8[v24];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7402 v54 = ((dword_50BAC8[v26] - v28) << 16) / v27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7403 v62 = v28 << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7404 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7405 LABEL_57:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7406 v29 = v66;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7407 if ( v70 >= dword_50B9D8_ys[v66] && v70 != v73 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7408 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7409 v30 = v63 + v66;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7410 v66 += v63;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7411 if ( v66 >= v74 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7412 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7413 v30 -= v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7414 goto LABEL_63;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7415 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7416 if ( v30 < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7417 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7418 v30 += v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7419 LABEL_63:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7420 v66 = v30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7421 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7422 v31 = v30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7423 v32 = dword_50B9D8_ys[v31] - dword_50B9D8_ys[v29];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7424 if ( dword_50B9D8_ys[v31] - dword_50B9D8_ys[v29] > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7425 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7426 v33 = dword_50BAC8[v29];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7427 v53 = ((dword_50BAC8[v31] - v33) << 16) / v32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7428 v61 = v33 << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7429 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7430 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7431 *(__int16 *)((char *)v56 + (int)(char *)v5->array_18 - (char *)v5->array_3D8) = HIWORD(v62);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7432 *v56 = HIWORD(v61);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7433 v34 = v23 + 480;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7434 v35 = v23[480];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7435 if ( *v23 > v35 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7436 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7437 v36 = *v23 ^ v35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7438 v37 = *v34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7439 *v23 = v36;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7440 v38 = v37 ^ v36;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7441 *v23 ^= v38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7442 *v34 = v38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7443 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7444 ++v56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7445 v62 += v54;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7446 v22 = v70 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7447 v61 += v53;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7448 ++v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7449 ++v70;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7450 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7451 while ( v70 <= v73 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7452 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7453 v39 = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7454 v40 = v73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7455 if ( v73 < a3->_viewport_space_y || (v41 = a3->field_4, v7 > v41) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7456 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7457 if ( v7 < a3->_viewport_space_y )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7458 v7 = a3->_viewport_space_y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7459 if ( v73 > v41 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7460 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7461 v40 = a3->field_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7462 v73 = a3->field_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7463 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7464 v71 = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7465 if ( v7 <= v40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7466 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7467 a3a = (char *)v5 - (char *)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7468 v57 = &v5->array_18[v7];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7469 v42 = &v39->array_3D8[v7];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7470 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7471 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7472 if ( *(__int16 *)((char *)v42 + a3a) >= *(v42 - 480) && *v57 <= *v42 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7473 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7474 ++v57;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7475 ++v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7476 ++v71;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7477 ++v42;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7478 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7479 while ( v71 <= v40 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7480 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7481 v72 = v40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7482 if ( v40 < v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7483 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7484 v58 = &v5->array_18[v40];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7485 v43 = &v39->array_3D8[v40];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7486 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7487 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7488 if ( *(__int16 *)((char *)v43 + (int)(char *)v5 - (char *)v39) >= *(v43 - 480) && *v58 <= *v43 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7489 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7490 --v58;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7491 --v40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7492 --v72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7493 --v43;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7494 v73 = v40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7495 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7496 while ( v72 >= v7 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7497 if ( v7 >= v40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7498 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7499 a3b = (char *)v39 - (char *)v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7500 v59 = &v39->array_3D8[v7];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7501 v45 = &v5->array_18[v7];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7502 v46 = v73 - v7 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7503 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7504 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7505 v47 = *(__int16 *)((char *)v45 + a3b);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7506 if ( *v45 < v47 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7507 *v45 = v47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7508 if ( v45[480] > *v59 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7509 v45[480] = *v59;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7510 ++v59;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7511 ++v45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7512 --v46;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7513 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7514 while ( v46 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7515 v5->_viewport_space_y = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7516 v5->field_4 = v73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7517 v5->field_8 = v5->array_18[v7];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7518 v48 = v5->array_3D8[v7];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7519 v5->field_10 = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7520 v5->field_14 = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7521 v49 = v7 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7522 v5->field_C = v48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7523 if ( v49 <= v73 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7524 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7525 v50 = &v5->array_3D8[v49];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7526 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7527 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7528 v51 = *(v50 - 480);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7529 if ( v51 < v5->field_8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7530 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7531 v5->field_8 = v51;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7532 v5->field_10 = v49;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7533 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7534 v52 = *v50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7535 if ( v52 > v5->field_C )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7536 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7537 v5->field_C = v52;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7538 v5->field_14 = v49;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7539 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7540 ++v49;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7541 ++v50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7542 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7543 while ( v49 <= v73 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7544 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7545 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7546 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7547 // 50B700: using guessed type int dword_50B700;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7548
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7549 //----- (00424CD7) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7550 signed int __fastcall sr_424CD7(unsigned int uVertexID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7551 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7552 unsigned int v1; // edx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7553 signed int v2; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7554 char *v3; // esi@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7555 char *v4; // ecx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7556 unsigned int v5; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7557 char *v6; // edx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7558 double v7; // st6@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7559 double v8; // st5@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7560 double v9; // st6@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7561 unsigned __int8 v10; // c2@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7562 unsigned __int8 v11; // c3@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7563 RenderVertexSoft *v12; // edi@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7564 char *v13; // eax@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7565 double v14; // st6@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7566 signed int result; // eax@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7567 unsigned int v16; // [sp+8h] [bp-28h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7568 bool v17; // [sp+Ch] [bp-24h]@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7569 char *v18; // [sp+10h] [bp-20h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7570 char *v19; // [sp+14h] [bp-1Ch]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7571 signed int v20; // [sp+18h] [bp-18h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7572 RenderVertexSoft *v21; // [sp+1Ch] [bp-14h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7573 char *v22; // [sp+20h] [bp-10h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7574 char *v23; // [sp+24h] [bp-Ch]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7575 char *v24; // [sp+28h] [bp-8h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7576 char *v25; // [sp+2Ch] [bp-4h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7577
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7578 v1 = uVertexID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7579 memcpy(&array_50AC10[uVertexID], array_50AC10, sizeof(array_50AC10[uVertexID]));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7580 v2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7581 v20 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7582 if ( array_50AC10[0].vWorldViewPosition.x >= 8.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7583 v2 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7584 if ( (signed int)(uVertexID + 1) <= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7585 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7586 v3 = (char *)&array_507D30[0].vWorldViewPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7587 v4 = (char *)&array_507D30[0].vWorldViewPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7588 v5 = v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7589 v23 = (char *)&array_507D30[0].flt_20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7590 v21 = array_507D30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7591 v18 = (char *)&array_507D30[0].vWorldViewPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7592 v19 = (char *)&array_507D30[0].vWorldViewPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7593 v22 = (char *)&array_507D30[0].vWorldViewPosition;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7594 v24 = (char *)&array_507D30[0].v;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7595 v25 = (char *)&array_507D30[0].u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7596 v6 = (char *)&array_50AC10[0].v;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7597 v16 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7598 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7599 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7600 v17 = *((float *)v6 + 5) >= 8.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7601 if ( v2 != v17 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7602 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7603 if ( v17 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7604 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7605 v7 = (8.0 - *((float *)v6 - 7)) / (*((float *)v6 + 5) - *((float *)v6 - 7));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7606 *(float *)v4 = (*((float *)v6 + 6) - *((float *)v6 - 6)) * v7 + *((float *)v6 - 6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7607 *(float *)v3 = (*((float *)v6 + 7) - *((float *)v6 - 5)) * v7 + *((float *)v6 - 5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7608 *(float *)v25 = (*((float *)v6 + 11) - *((float *)v6 - 1)) * v7 + *((float *)v6 - 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7609 v8 = (*((float *)v6 + 12) - *(float *)v6) * v7 + *(float *)v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7610 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7611 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7612 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7613 v9 = (8.0 - *((float *)v6 + 5)) / (*((float *)v6 - 7) - *((float *)v6 + 5));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7614 *(float *)v4 = (*((float *)v6 - 6) - *((float *)v6 + 6)) * v9 + *((float *)v6 + 6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7615 *(float *)v3 = (*((float *)v6 - 5) - *((float *)v6 + 7)) * v9 + *((float *)v6 + 7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7616 *(float *)v25 = (*((float *)v6 - 1) - *((float *)v6 + 11)) * v9 + *((float *)v6 + 11);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7617 v8 = (*(float *)v6 - *((float *)v6 + 12)) * v9 + *((float *)v6 + 12);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7618 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7619 *(float *)v24 = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7620 *(float *)v22 = 8.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7621 *(int *)v23 = 0x3E000000u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7622 if ( v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7623 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7624 if ( 8.0 == *((float *)v6 - 7) && *(float *)v4 == *((float *)v6 - 6) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7625 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7626 v10 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7627 v11 = *(float *)v3 == *((float *)v6 - 5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7628 goto LABEL_19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7629 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7630 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7631 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7632 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7633 if ( 8.0 == *((float *)v6 + 5) && *(float *)v4 == *((float *)v6 + 6) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7634 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7635 v10 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7636 v11 = *(float *)v3 == *((float *)v6 + 7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7637 LABEL_19:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7638 if ( v11 | v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7639 goto LABEL_21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7640 goto LABEL_20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7641 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7642 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7643 LABEL_20:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7644 ++v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7645 v22 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7646 v24 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7647 v25 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7648 v4 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7649 v3 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7650 ++v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7651 v23 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7652 v19 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7653 v18 = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7654 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7655 LABEL_21:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7656 if ( v17 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7657 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7658 v12 = v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7659 v13 = v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7660 v19 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7661 v18 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7662 v14 = 1.0 / (*((float *)v6 + 5) + 0.0000001);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7663 ++v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7664 v25 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7665 v24 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7666 v22 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7667 ++v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7668 v23 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7669 memcpy(v12, v6 + 8, 0x30u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7670 v4 = v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7671 v3 = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7672 *(float *)v13 = v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7673 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7674 v2 = v17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7675 v6 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7676 --v16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7677 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7678 while ( v16 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7679 result = v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7680 if ( v20 < 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7681 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7682 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7683 }