annotate mm7_1.cpp @ 123:05b2d9653abc

15.11.12
author Ritor1
date Thu, 15 Nov 2012 16:36:30 +0600
parents 918dca162239
children 87c503d426e0
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
26
93bf1d5f6a6d Game loading.
Nomad
parents: 23
diff changeset
67 void __cdecl FreeSavegameThumbnails()
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
68 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
69 for (int i = 0; i < 40; ++i)
26
93bf1d5f6a6d Game loading.
Nomad
parents: 23
diff changeset
70 //pAllocator->FreeChunk(pSavegameThumbnails[i].pPixels);
93bf1d5f6a6d Game loading.
Nomad
parents: 23
diff changeset
71 pSavegameThumbnails[i].Release();
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
72 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
73
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
74
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
75 //----- (004196A0) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
76 void __cdecl sub_4196A0()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
77 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
78 GUIButton *i; // esi@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
79 GUIButton *j; // esi@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
80
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
81 if ( dword_507CC0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
82 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
83 dword_507CC0 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
84 for ( i = pGUIWindow_CurrentMenu->pControlsHead; i; i = i->pNext )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
85 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
86 if ( BYTE1(i->field_1C) & 0x80 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
87 GUIButton::_41D0D8(i);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
88 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
89 for ( j = pGUIWindow_CurrentMenu->pControlsHead; j; j = j->pNext )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
90 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
91 if ( j->uControlID == 120 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
92 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
93 j->uX = dword_50698C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
94 j->uY = dword_506988;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
95 j->uZ = dword_506984;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
96 j->uW = dword_506980;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
97 pGUIWindow_CurrentMenu->_41D08F(1, 0, 0, 0);
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 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
102 // 506980: using guessed type int dword_506980;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
103 // 506984: using guessed type int dword_506984;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
104 // 506988: using guessed type int dword_506988;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
105 // 50698C: using guessed type int dword_50698C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
106 // 507CC0: using guessed type int dword_507CC0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
107
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
108 //----- (00419719) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
109 char __fastcall CharacterUI_SkillsTab_Draw(unsigned int uPlayerID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
110 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
111 unsigned int v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
112 Player *pPlayer; // ebp@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
113 unsigned int v3; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
114 signed int v4; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
115 int v5; // edi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
116 GUIWindow *v6; // ecx@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
117 int v7; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
118 GUIButton *v8; // edx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
119 int v9; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
120 unsigned int v10; // ecx@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
121 unsigned __int16 v11; // ax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
122 int v12; // eax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
123 unsigned __int8 v13; // cf@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
124 unsigned __int8 v14; // zf@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
125 unsigned int v15; // eax@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
126 char *v16; // ecx@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
127 GUIWindow *v17; // ecx@33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
128 int v18; // edx@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
129 GUIButton *v19; // eax@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
130 int v20; // edx@37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
131 unsigned __int16 v21; // cx@39
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
132 unsigned int v22; // eax@39
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
133 int v23; // edi@39
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
134 unsigned int v24; // eax@42
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
135 char v25; // sf@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
136 char *v26; // ecx@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
137 int v27; // edi@63
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
138 GUIWindow *v28; // ecx@63
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
139 int v29; // edx@64
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
140 GUIButton *v30; // eax@65
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
141 int v31; // edx@67
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
142 unsigned int v32; // ecx@69
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
143 int v33; // eax@69
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
144 unsigned int v34; // eax@72
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
145 char *v35; // ecx@82
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
146 GUIWindow *v36; // ecx@93
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
147 int v37; // edx@94
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
148 GUIButton *v38; // eax@94
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
149 int v39; // edx@97
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
150 unsigned __int16 v40; // cx@99
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
151 unsigned int v41; // eax@99
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
152 int v42; // edi@99
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
153 unsigned int v43; // eax@102
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
154 char *v44; // ecx@112
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
155 char *v46; // [sp-Ch] [bp-4Ch]@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
156 char *v47; // [sp-Ch] [bp-4Ch]@49
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
157 char *v48; // [sp-Ch] [bp-4Ch]@79
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
158 char *v49; // [sp-Ch] [bp-4Ch]@109
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
159 unsigned int v50; // [sp-8h] [bp-48h]@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
160 unsigned int v51; // [sp-8h] [bp-48h]@49
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
161 unsigned int v52; // [sp-8h] [bp-48h]@79
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
162 unsigned int v53; // [sp-8h] [bp-48h]@109
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
163 int v54; // [sp-4h] [bp-44h]@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
164 int v55; // [sp-4h] [bp-44h]@49
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
165 int v56; // [sp-4h] [bp-44h]@79
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
166 int v57; // [sp-4h] [bp-44h]@109
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
167 unsigned int v58; // [sp+10h] [bp-30h]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
168 unsigned int v59; // [sp+10h] [bp-30h]@39
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
169 unsigned int v60; // [sp+10h] [bp-30h]@69
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
170 unsigned int v61; // [sp+10h] [bp-30h]@99
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
171 int v62; // [sp+14h] [bp-2Ch]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
172 int v63; // [sp+14h] [bp-2Ch]@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
173 int v64; // [sp+14h] [bp-2Ch]@64
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
174 int v65; // [sp+14h] [bp-2Ch]@94
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
175 signed int i; // [sp+18h] [bp-28h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
176 signed int v67; // [sp+18h] [bp-28h]@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
177 signed int v68; // [sp+18h] [bp-28h]@64
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
178 signed int v69; // [sp+18h] [bp-28h]@94
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
179 int v70; // [sp+1Ch] [bp-24h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
180 int v71; // [sp+1Ch] [bp-24h]@33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
181 int v72; // [sp+1Ch] [bp-24h]@63
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
182 int v73; // [sp+1Ch] [bp-24h]@93
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
183 int uY; // [sp+20h] [bp-20h]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
184 int uYa; // [sp+20h] [bp-20h]@33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
185 int uYb; // [sp+20h] [bp-20h]@69
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
186 int uYc; // [sp+20h] [bp-20h]@93
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
187 unsigned int a5; // [sp+24h] [bp-1Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
188 unsigned int v79; // [sp+28h] [bp-18h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
189 int *v80; // [sp+2Ch] [bp-14h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
190 int *v81; // [sp+2Ch] [bp-14h]@33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
191 int *v82; // [sp+2Ch] [bp-14h]@63
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
192 int *v83; // [sp+2Ch] [bp-14h]@93
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
193 unsigned int v84; // [sp+30h] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
194 int v85; // [sp+34h] [bp-Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
195 unsigned int v86; // [sp+38h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
196 unsigned __int16 v87; // [sp+3Ch] [bp-4h]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
197 char *v88; // [sp+3Ch] [bp-4h]@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
198 char *v89; // [sp+3Ch] [bp-4h]@54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
199 unsigned __int16 v90; // [sp+3Ch] [bp-4h]@69
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
200 char *v91; // [sp+3Ch] [bp-4h]@84
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
201 char *v92; // [sp+3Ch] [bp-4h]@114
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
202
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
203 v1 = uPlayerID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
204 a5 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
205 v84 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0, 0xAFu, 0xFFu);
48
6a62c4005f0e 23.10.12
Ritor1
parents: 44
diff changeset
206 v85 = pGUIWindow_CurrentMenu->pCurrentPosActiveItem;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
207 v86 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
208 v79 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0, 0xFFu, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
209 pPlayer = (Player *)&stru_AA1058[3].pSounds[6972 * v1 + 40552];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
210 v3 = pIcons_LOD->LoadTexture("fr_skill", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
211 pRenderer->DrawTextureIndexed(8u, 8u, (Texture *)(v3 != -1 ? (int)&pIcons_LOD->pTextures[v3] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
212 v4 = v79;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
213 if ( !pPlayer->uSkillPoints )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
214 v4 = 65535;
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
215 sprintf(
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
216 pTmpBuf,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
217 "%s ",
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
218 pGlobalTXT_LocalizationStrings[206], // Skills for
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
219 a5,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
220 pPlayer->pName,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
221 pGlobalTXT_LocalizationStrings[207], // Skill Points
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
222 v4,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
223 pPlayer->uSkillPoints);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
224 pGUIWindow_CurrentMenu->DrawText(pFontArrus, 24, 18, 0, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
225 v5 = 2 * LOBYTE(pFontLucida->uFontHeight) + 13;// Weapons, Level
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
226 sprintf(pTmpBuf, "%s\r400%s", pGlobalTXT_LocalizationStrings[242], pGlobalTXT_LocalizationStrings[131]);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
227 pGUIWindow_CurrentMenu->DrawText(pFontArrus, 24, v5, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
228 v6 = pGUIWindow_CurrentMenu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
229 v70 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
230 v80 = dword_4E2A2C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
231 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
232 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
233 v62 = *v80;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
234 v7 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
235 for ( i = 0; i < (signed int)v6->uNumControls; v7 = i++ + 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
236 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
237 v8 = v6->pControlsHead;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
238 if ( v7 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
239 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
240 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
241 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
242 v8 = v8->pNext;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
243 --v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
244 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
245 while ( v7 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
246 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
247 v9 = v8->field_1C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
248 if ( SBYTE1(v9) >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
249 continue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
250 BYTE1(v9) &= 0x7Fu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
251 if ( v9 != v62 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
252 continue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
253 v5 = v8->uY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
254 v10 = pPlayer->uSkillPoints;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
255 ++v70;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
256 v11 = pPlayer->pActiveSkills[v62];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
257 v87 = pPlayer->pActiveSkills[v62];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
258 v12 = v11 & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
259 v58 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
260 uY = v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
261 if ( v10 >= v12 + 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
262 v58 = v84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
263 if ( v85 == i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
264 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
265 v13 = v10 < v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
266 v14 = v10 == v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
267 v15 = v86;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
268 if ( !(v13 | v14) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
269 v15 = v79;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
270 v58 = v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
271 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
272 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
273 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
274 v15 = v58;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
275 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
276 if ( HIBYTE(v87) & 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
277 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
278 if ( !v15 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
279 v15 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
280 v54 = uY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
281 v50 = v58;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
282 v46 = pGlobalTXT_LocalizationStrings[96];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
283 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
284 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
285 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
286 if ( !(v87 & 0xC0) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
287 {
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
288 sprintf(pTmpBuf, "%s\r400%2d", pSkillNames[v62], uY);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
289 goto LABEL_28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
290 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
291 v16 = pGlobalTXT_LocalizationStrings[432];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
292 if ( (v87 & 0x80u) == 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
293 v16 = pGlobalTXT_LocalizationStrings[433];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
294 v88 = v16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
295 if ( !v15 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
296 v15 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
297 v54 = uY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
298 v50 = v58;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
299 v46 = v88;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
300 }
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
301 sprintf(pTmpBuf, "%s ", pSkillNames[v62], v15, v46, v50, v54);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
302 LABEL_28:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
303 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 24, v5, v58, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
304 v6 = pGUIWindow_CurrentMenu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
305 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
306 ++v80;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
307 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
308 while ( (signed int)v80 < (signed int)dword_4E2A50 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
309 if ( !v70 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
310 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
311 v5 = v5 + LOBYTE(pFontLucida->uFontHeight) - 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
312 v6->DrawText(pFontLucida, 24, v5, 0, pGlobalTXT_LocalizationStrings[153], 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
313 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
314 uYa = v5 + 2 * LOBYTE(pFontLucida->uFontHeight) - 10;
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
315 sprintf(pTmpBuf, "%s\r400%s", pGlobalTXT_LocalizationStrings[138], pGlobalTXT_LocalizationStrings[131]);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
316 pGUIWindow_CurrentMenu->DrawText(pFontArrus, 24, uYa, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
317 v17 = pGUIWindow_CurrentMenu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
318 v71 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
319 v81 = _4E2A80_skills;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
320 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
321 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
322 v18 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
323 v67 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
324 v63 = *v81;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
325 while ( v67 < (signed int)v17->uNumControls )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
326 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
327 v19 = v17->pControlsHead;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
328 if ( v18 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
329 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
330 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
331 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
332 v19 = v19->pNext;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
333 --v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
334 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
335 while ( v18 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
336 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
337 v20 = v19->field_1C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
338 if ( SBYTE1(v20) >= 0 || (BYTE1(v20) &= 0x7Fu, v20 != v63) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
339 goto LABEL_59;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
340 ++v71;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
341 uYa = v19->uY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
342 v21 = pPlayer->pActiveSkills[v63];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
343 v22 = pPlayer->uSkillPoints;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
344 v23 = pPlayer->pActiveSkills[v63] & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
345 v59 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
346 if ( v22 >= v23 + 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
347 v59 = v84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
348 if ( v85 == v67 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
349 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
350 v13 = v22 < v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
351 v14 = v22 == v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
352 v24 = v86;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
353 if ( !(v13 | v14) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
354 v24 = v79;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
355 v59 = v24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
356 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
357 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
358 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
359 v24 = v59;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
360 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
361 if ( HIBYTE(v21) & 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
362 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
363 if ( !v24 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
364 v24 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
365 v55 = v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
366 v51 = v59;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
367 v47 = pGlobalTXT_LocalizationStrings[96];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
368 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
369 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
370 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
371 if ( !(v21 & 0xC0) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
372 {
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
373 sprintf(pTmpBuf, "%s\r400%2d", pSkillNames[v63], v23);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
374 goto LABEL_58;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
375 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
376 v25 = (v21 & 0x80u) != 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
377 v26 = pGlobalTXT_LocalizationStrings[432];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
378 if ( !v25 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
379 v26 = pGlobalTXT_LocalizationStrings[433];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
380 v89 = v26;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
381 if ( !v24 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
382 v24 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
383 v55 = v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
384 v51 = v59;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
385 v47 = v89;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
386 }
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
387 sprintf(pTmpBuf, "%s ", pSkillNames[v63], v24, v47, v51, v55);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
388 LABEL_58:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
389 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 24, uYa, v59, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
390 v17 = pGUIWindow_CurrentMenu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
391 LABEL_59:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
392 v18 = v67++ + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
393 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
394 ++v81;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
395 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
396 while ( (signed int)v81 < (signed int)pAwardsTextColors );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
397 if ( !v71 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
398 v17->DrawText(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
399 pFontLucida,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
400 24,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
401 LOBYTE(pFontLucida->uFontHeight) + uYa - 3,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
402 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
403 pGlobalTXT_LocalizationStrings[153],
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 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
407 v27 = 2 * LOBYTE(pFontLucida->uFontHeight) + 13;
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
408 sprintf(pTmpBuf, "%s\r177%s", pGlobalTXT_LocalizationStrings[11], pGlobalTXT_LocalizationStrings[131]);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
409 pGUIWindow_CurrentMenu->DrawText(pFontArrus, 248, v27, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
410 v28 = pGUIWindow_CurrentMenu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
411 v72 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
412 v82 = dword_4E2A18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
413 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
414 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
415 v29 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
416 v68 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
417 v64 = *v82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
418 while ( v68 < (signed int)v28->uNumControls )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
419 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
420 v30 = v28->pControlsHead;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
421 if ( v29 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
422 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
423 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
424 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
425 v30 = v30->pNext;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
426 --v29;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
427 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
428 while ( v29 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
429 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
430 v31 = v30->field_1C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
431 if ( SBYTE1(v31) >= 0 || (BYTE1(v31) &= 0x7Fu, v31 != v64) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
432 goto LABEL_89;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
433 v27 = v30->uY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
434 ++v72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
435 v60 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
436 v90 = pPlayer->pActiveSkills[v64];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
437 v32 = pPlayer->uSkillPoints;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
438 v33 = pPlayer->pActiveSkills[v64] & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
439 uYb = v33;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
440 if ( v32 >= v33 + 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
441 v60 = v84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
442 if ( v85 == v68 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
443 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
444 v13 = v32 < v33;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
445 v14 = v32 == v33;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
446 v34 = v86;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
447 if ( !(v13 | v14) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
448 v34 = v79;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
449 v60 = v34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
450 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
451 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
452 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
453 v34 = v60;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
454 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
455 if ( (pPlayer->pActiveSkills[v64] >> 8) & 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
456 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
457 if ( !v34 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
458 v34 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
459 v56 = uYb;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
460 v52 = v60;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
461 v48 = pGlobalTXT_LocalizationStrings[96];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
462 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
463 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
464 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
465 if ( !(v90 & 0xC0) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
466 {
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
467 sprintf(pTmpBuf, "%s\r177%2d", pSkillNames[v64], uYb);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
468 goto LABEL_88;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
469 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
470 v35 = pGlobalTXT_LocalizationStrings[432];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
471 if ( (v90 & 0x80u) == 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
472 v35 = pGlobalTXT_LocalizationStrings[433];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
473 v91 = v35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
474 if ( !v34 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
475 v34 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
476 v56 = uYb;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
477 v52 = v60;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
478 v48 = v91;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
479 }
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
480 sprintf(pTmpBuf, "%s ", pSkillNames[v64], v34, v48, v52, v56);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
481 LABEL_88:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
482 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 248, v27, v60, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
483 v28 = pGUIWindow_CurrentMenu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
484 LABEL_89:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
485 v29 = v68++ + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
486 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
487 ++v82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
488 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
489 while ( (signed int)v82 < (signed int)dword_4E2A2C );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
490 if ( !v72 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
491 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
492 v27 = v27 + LOBYTE(pFontLucida->uFontHeight) - 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
493 v28->DrawText(pFontLucida, 248, v27, 0, pGlobalTXT_LocalizationStrings[153], 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
494 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
495 uYc = v27 + 2 * LOBYTE(pFontLucida->uFontHeight) - 10;
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
496 sprintf(pTmpBuf, "%s\r177%s", pGlobalTXT_LocalizationStrings[143], pGlobalTXT_LocalizationStrings[131]);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
497 pGUIWindow_CurrentMenu->DrawText(pFontArrus, 248, uYc, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
498 v36 = pGUIWindow_CurrentMenu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
499 v73 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
500 v83 = dword_4E2A50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
501 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
502 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
503 v37 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
504 v69 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
505 v38 = (GUIButton *)*v83;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
506 v65 = *v83;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
507 while ( v69 < (signed int)v36->uNumControls )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
508 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
509 v38 = v36->pControlsHead;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
510 if ( v37 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
511 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
512 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
513 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
514 v38 = v38->pNext;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
515 --v37;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
516 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
517 while ( v37 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
518 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
519 v39 = v38->field_1C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
520 if ( SBYTE1(v39) >= 0 || (BYTE1(v39) &= 0x7Fu, v39 != v65) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
521 goto LABEL_119;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
522 ++v73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
523 uYc = v38->uY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
524 v40 = pPlayer->pActiveSkills[v65];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
525 v41 = pPlayer->uSkillPoints;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
526 v42 = pPlayer->pActiveSkills[v65] & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
527 v61 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
528 if ( v41 >= v42 + 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
529 v61 = v84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
530 if ( v85 == v69 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
531 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
532 v13 = v41 < v42;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
533 v14 = v41 == v42;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
534 v43 = v86;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
535 if ( !(v13 | v14) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
536 v43 = v79;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
537 v61 = v43;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
538 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
539 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
540 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
541 v43 = v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
542 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
543 if ( HIBYTE(v40) & 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
544 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
545 if ( !v43 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
546 v43 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
547 v57 = v42;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
548 v53 = v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
549 v49 = pGlobalTXT_LocalizationStrings[96];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
550 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
551 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
552 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
553 if ( !(v40 & 0xC0) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
554 {
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
555 sprintf(pTmpBuf, "%s\r177%2d", pSkillNames[v65], v42);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
556 goto LABEL_118;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
557 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
558 v25 = (v40 & 0x80u) != 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
559 v44 = pGlobalTXT_LocalizationStrings[432];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
560 if ( !v25 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
561 v44 = pGlobalTXT_LocalizationStrings[433];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
562 v92 = v44;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
563 if ( !v43 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
564 v43 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
565 v57 = v42;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
566 v53 = v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
567 v49 = v92;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
568 }
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
569 sprintf(pTmpBuf, "%s ", pSkillNames[v65], v43, v49, v53, v57);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
570 LABEL_118:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
571 LOBYTE(v38) = pGUIWindow_CurrentMenu->DrawText(pFontLucida, 248, uYc, v61, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
572 v36 = pGUIWindow_CurrentMenu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
573 LABEL_119:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
574 v37 = v69++ + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
575 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
576 ++v83;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
577 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
578 while ( (signed int)v83 < (signed int)_4E2A80_skills );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
579 if ( !v73 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
580 LOBYTE(v38) = v36->DrawText(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
581 pFontLucida,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
582 248,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
583 LOBYTE(pFontLucida->uFontHeight) + uYc - 3,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
584 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
585 pGlobalTXT_LocalizationStrings[153],
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 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
589 return (char)v38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
590 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
591
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
592 //----- (0041A000) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
593 unsigned int __fastcall CharacterUI_AwardsTab_Draw(unsigned int uPlayerID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
594 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
595 unsigned int v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
596 unsigned int v2; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
597 unsigned int v3; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
598 unsigned int result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
599 int v5; // eax@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
600 char *v6; // ebx@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
601 int v7; // eax@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
602 int v8; // eax@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
603 int v9; // eax@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
604 int v10; // eax@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
605 int v11; // eax@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
606 int v12; // eax@33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
607 int v13; // eax@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
608 signed int v14; // eax@43
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
609 unsigned int v15; // eax@43
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
610 int v16; // eax@43
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
611 int v17; // [sp-4h] [bp-D4h]@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
612 char Source[100]; // [sp+Ch] [bp-C4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
613 GUIWindow a1; // [sp+70h] [bp-60h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
614 unsigned int v20; // [sp+C4h] [bp-Ch]@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
615 int v21; // [sp+C8h] [bp-8h]@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
616 int v22; // [sp+CCh] [bp-4h]@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
617
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
618 v1 = uPlayerID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
619 v2 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
620 v3 = pIcons_LOD->LoadTexture("fr_award", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
621 pRenderer->DrawTextureIndexed(8u, 8u, (Texture *)(v3 != -1 ? (int)&pIcons_LOD->pTextures[v3] : 0));
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
622 sprintf(pTmpBuf, "%s ", pGlobalTXT_LocalizationStrings[23], v2);// TODO check args
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
623 sprintf(
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
624 Source,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
625 pGlobalTXT_LocalizationStrings[429],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
626 &stru_AA1058[3].pSounds[6972 * v1 + 40720],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
627 pClassNames[stru_AA1058[3].pSounds[6972 * v1 + 40737]]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
628 strcat(pTmpBuf, Source);
45
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
629 strcat(pTmpBuf, "\xC" "00000");
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
630 pGUIWindow_CurrentMenu->DrawText(pFontArrus, 24, 18, 0, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
631 result = dword_506528;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
632 a1.uFrameX = 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
633 a1.uFrameY = 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
634 a1.uFrameWidth = 424;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
635 a1.uFrameHeight = 290;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
636 a1.uFrameZ = 435;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
637 a1.uFrameW = 337;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
638 if ( dword_506544 && dword_506520 + dword_506528 < dword_506524 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
639 result = dword_506528++ + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
640 if ( dword_506548 && result )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
641 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
642 --result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
643 dword_506528 = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
644 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
645 if ( dword_50651C < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
646 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
647 result += dword_506520;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
648 dword_506528 = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
649 if ( (signed int)(dword_506520 + result) <= dword_506524 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
650 goto LABEL_14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
651 result = dword_506524 - dword_506520;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
652 goto LABEL_13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
653 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
654 if ( dword_50651C > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
655 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
656 result -= dword_506520;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
657 dword_506528 = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
658 if ( (result & 0x80000000u) != 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
659 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
660 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
661 LABEL_13:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
662 dword_506528 = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
663 goto LABEL_14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
664 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
665 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
666 LABEL_14:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
667 dword_506544 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
668 dword_506548 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
669 dword_506520 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
670 dword_50651C = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
671 v21 = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
672 if ( (signed int)result < dword_506524 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
673 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
674 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
675 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
676 v5 = pStru179->field_0[v21];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
677 v20 = 8 * pStru179->field_0[v21];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
678 v6 = (char *)dword_723E80_award_related[v20 / 4];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
679 if ( v5 != 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
680 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
681 v17 = pParty->uFine;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
682 LABEL_42:
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
683 sprintf(pTmpBuf, v6, v17);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
684 v6 = pTmpBuf;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
685 LABEL_43:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
686 v14 = dword_723E84[v20 / 4];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
687 ++dword_506520;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
688 v15 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
689 pAwardsTextColors[3 * v14 % 6],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
690 pAwardsTextColors[3 * v14 % 6 + 1],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
691 pAwardsTextColors[3 * v14 % 6 + 2]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
692 a1.DrawText(pFontArrus, 0, 0, v15, v6, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
693 v16 = pFontArrus->CalcTextHeight(v6, &a1, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
694 result = v16 + a1.uFrameY + 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
695 if ( (signed int)result <= (signed int)a1.uFrameHeight )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
696 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
697 ++v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
698 a1.uFrameY = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
699 result = v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
700 if ( v21 < dword_506524 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
701 continue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
702 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
703 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
704 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
705 if ( (v5 < 85 || v5 > 91) && (v5 < 103 || v5 > 104) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
706 goto LABEL_43;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
707 if ( v5 > 89 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
708 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
709 v11 = v5 - 90;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
710 if ( !v11 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
711 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
712 v10 = (unsigned __int8)pParty->uNumArenaKnightWins;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
713 goto LABEL_40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
714 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
715 v12 = v11 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
716 if ( !v12 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
717 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
718 v10 = (unsigned __int8)pParty->uNumArenaLordWins;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
719 goto LABEL_40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
720 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
721 v13 = v12 - 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
722 if ( !v13 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
723 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
724 v10 = pParty->field_874;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
725 goto LABEL_40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
726 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
727 if ( v13 == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
728 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
729 v10 = pParty->field_878;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
730 goto LABEL_40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
731 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
732 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
733 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
734 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
735 if ( v5 == 89 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
736 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
737 v10 = (unsigned __int8)pParty->uNumArenaSquireWins;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
738 goto LABEL_40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
739 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
740 v7 = v5 - 85;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
741 if ( !v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
742 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
743 v10 = pParty->uNumDeaths;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
744 goto LABEL_40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
745 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
746 v8 = v7 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
747 if ( !v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
748 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
749 v10 = pParty->uNumBountiesCollected;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
750 goto LABEL_40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
751 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
752 v9 = v8 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
753 if ( !v9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
754 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
755 v10 = pParty->uNumPrisonTerms;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
756 goto LABEL_40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
757 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
758 if ( v9 == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
759 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
760 v10 = (unsigned __int8)pParty->uNumArenaPageWins;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
761 LABEL_40:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
762 v22 = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
763 goto LABEL_41;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
764 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
765 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
766 LABEL_41:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
767 v17 = v22;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
768 goto LABEL_42;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
769 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
770 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
771 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
772 // 50651C: using guessed type int dword_50651C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
773 // 506520: using guessed type int dword_506520;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
774 // 506524: using guessed type int dword_506524;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
775 // 506528: using guessed type int dword_506528;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
776 // 506544: using guessed type int dword_506544;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
777 // 506548: using guessed type int dword_506548;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
778 // 723E80: using guessed type int dword_723E80_award_related[];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
779 // 723E84: using guessed type int dword_723E84[];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
780
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
781 //----- (0041A2C1) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
782 unsigned int __fastcall GetSizeInInventorySlots(unsigned int uNumPixels)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
783 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
784 if ( (signed int)uNumPixels < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
785 uNumPixels = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
786 return ((signed int)(uNumPixels - 14) >> 5) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
787 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
788
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
789 //----- (0041A2D1) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
790 void __fastcall CharacterUI_InventoryTab_Draw(unsigned int uPlayerID, char a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
791 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
792 Player *v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
793 char v3; // bl@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
794 unsigned int v4; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
795 ItemGen *v5; // ebx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
796 unsigned int v6; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
797 Texture *v7; // esi@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
798 __int16 v8; // ax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
799 signed int v9; // edi@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
800 signed int v10; // ecx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
801 signed int v11; // edx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
802 signed int v12; // eax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
803 int v13; // eax@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
804 signed int v14; // edx@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
805 int v15; // eax@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
806 unsigned int v16; // ebx@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
807 unsigned int v17; // edi@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
808 Texture *v18; // ebx@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
809 double v19; // st7@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
810 const char *v20; // [sp-8h] [bp-40h]@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
811 Player *v21; // [sp+14h] [bp-24h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
812 int uTextureId; // [sp+18h] [bp-20h]@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
813 int *v23; // [sp+1Ch] [bp-1Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
814 int v24; // [sp+20h] [bp-18h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
815 ItemGen *v25; // [sp+24h] [bp-14h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
816 int v26; // [sp+28h] [bp-10h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
817 signed int v27; // [sp+2Ch] [bp-Ch]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
818 int a2a; // [sp+30h] [bp-8h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
819 int a3; // [sp+34h] [bp-4h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
820
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
821 v23 = pRenderer->pActiveZBuffer;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
822 v2 = pPlayers[uPlayerID];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
823 v3 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
824 v21 = pPlayers[uPlayerID];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
825 pRenderer->DrawTextureIndexed(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
826 8u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
827 8u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
828 (Texture *)(uTextureID_507958 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_507958] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
829 if ( v3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
830 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
831 v4 = pIcons_LOD->LoadTexture("fr_strip", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
832 pRenderer->DrawTextureIndexed(8u, 0x131u, (Texture *)(v4 != -1 ? (int)&pIcons_LOD->pTextures[v4] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
833 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
834 v27 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
835 v26 = (int)v2->pInventoryIndices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
836 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
837 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
838 if ( *(int *)v26 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
839 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
840 v24 = *(int *)v26 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
841 a3 = 32 * v27 / 14 + 17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
842 v5 = &v2->pInventoryItems[v24];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
843 a2a = 32 * v27 % 14 + 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
844 v25 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
845 if ( v5->uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
846 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
847 v6 = pIcons_LOD->LoadTexture(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
848 pItemsTable->pItems[v5->uItemID].pIconName,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
849 TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
850 uTextureId = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
851 v7 = (Texture *)(v6 != -1 ? (int)&pIcons_LOD->pTextures[v6] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
852 v8 = (v6 != -1 ? pIcons_LOD->pTextures[v6].uTextureWidth : 24);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
853 v9 = v7->uTextureHeight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
854 v10 = v7->uTextureWidth;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
855 v11 = v7->uTextureWidth;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
856 if ( v10 < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
857 v11 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
858 if ( (v11 - 14) >> 5 == 0 && v8 < 32 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
859 a2a += (32 - v10) / 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
860 v12 = v7->uTextureWidth;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
861 if ( v10 < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
862 v12 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
863 v13 = v12 - 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
864 v14 = v7->uTextureHeight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
865 LOBYTE(v13) = v13 & 0xE0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
866 v15 = v13 + 32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
867 if ( v9 < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
868 v14 = 14;
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
869 v16 = v5->uAttributes;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
870 v17 = a2a + ((v15 - v10) >> 1) + pSRZBufferLineOffsets[a3 + ((((v14 - 14) & 0xFFFFFFE0) - v9 + 32) >> 1)];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
871 if ( !(v16 & 0xF0) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
872 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
873 if ( v16 & 1
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
874 || pCurrentScreen != 13 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
875 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
876 if ( v16 & 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
877 pRenderer->_4A6776(a2a, a3, v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
878 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
879 pRenderer->DrawTextureTransparent(a2a, a3, v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
880 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
881 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
882 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
883 pRenderer->DrawTransparentGreenShade(a2a, a3, v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
884 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
885 goto LABEL_33;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
886 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
887 if ( (unsigned __int8)(v16 & 0xF0) != 16 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
888 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
889 if ( (unsigned __int8)(v16 & 0xF0) == 32 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
890 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
891 v20 = "sp28a";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
892 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
893 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
894 if ( (unsigned __int8)(v16 & 0xF0) == 64 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
895 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
896 v20 = "sp30a";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
897 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
898 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
899 if ( (unsigned __int8)(v16 & 0xF0) == 128 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
900 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
901 v20 = "sp91a";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
902 LABEL_24:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
903 v18 = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture(v20, TEXTURE_16BIT_PALETTE)];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
904 dword_50C9A8 -= pEventTimer->uTimeElapsed;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
905 if ( dword_50C9A8 <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
906 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
907 dword_50C9A8 = 0;
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
908 LOBYTE(v25->uAttributes) &= 0xFu;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
909 ptr_50C9A4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
910 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
911 v19 = (double)GetTickCount() * 0.1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
912 pRenderer->_4A63E6(a2a, a3, v7, v18, (signed __int64)v19, 0, 255);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
913 LABEL_33:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
914 ZBuffer_Fill(&v23[v17], uTextureId, v24 + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
915 v2 = v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
916 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
917 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
918 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
919 v20 = "sptext01";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
920 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
921 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
922 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
923 LABEL_34:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
924 ++v27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
925 v26 += 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
926 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
927 while ( v27 < 126 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
928 }
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
929 // 4E28F8: using guessed type int pCurrentScreen;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
930 // 507958: using guessed type int uTextureID_507958;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
931 // 50C9A8: using guessed type int dword_50C9A8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
932
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
933 //----- (0041A556) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
934 void __cdecl draw_leather()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
935 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
936 pRenderer->DrawTextureIndexed(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
937 8u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
938 8u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
939 (Texture *)(uTextureID_Leather != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_Leather] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
940 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
941
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
942 //----- (0041A57E) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
943 char __cdecl QuickRefDraw()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
944 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
945 unsigned int v0; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
946 unsigned int v1; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
947 Player *pPlayer; // ebp@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
948 int v3; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
949 int v4; // edi@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
950 unsigned int v5; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
951 unsigned int v6; // edi@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
952 unsigned int v7; // edi@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
953 signed int v8; // eax@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
954 unsigned int v9; // eax@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
955 unsigned int v10; // edi@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
956 int v11; // eax@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
957 unsigned int v12; // eax@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
958 unsigned int v13; // edi@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
959 int v14; // eax@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
960 int v15; // ST18_4@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
961 int v16; // ebx@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
962 int v17; // eax@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
963 unsigned int v18; // eax@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
964 unsigned int v19; // edi@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
965 int v20; // eax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
966 unsigned int v21; // edi@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
967 char *v22; // eax@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
968 unsigned int v23; // edi@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
969 int v24; // eax@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
970 unsigned int v25; // edi@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
971 char *v26; // eax@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
972 unsigned int v27; // edi@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
973 int v28; // ecx@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
974 char *v29; // eax@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
975 signed int v30; // edx@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
976 unsigned int v31; // edi@31
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
977 unsigned int v32; // edi@33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
978 const char *v33; // ST10_4@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
979 unsigned int v34; // eax@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
980 unsigned int v35; // edi@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
981 unsigned __int8 v36; // al@37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
982 char *v37; // eax@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
983 int v38; // eax@41
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
984 signed int v39; // edi@42
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
985 char *v40; // eax@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
986 unsigned int v41; // eax@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
987 signed int v43; // [sp+10h] [bp-1Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
988 unsigned int v44; // [sp+14h] [bp-18h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
989 int v45; // [sp+18h] [bp-14h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
990 unsigned int v46; // [sp+1Ch] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
991 unsigned int v47; // [sp+20h] [bp-Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
992 unsigned int v48; // [sp+24h] [bp-8h]@33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
993 unsigned int v49; // [sp+28h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
994
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
995 v0 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
996 v47 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
997 v49 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
998 v46 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0, 0xFFu, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
999 v1 = pIcons_LOD->LoadTexture("quikref", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1000 pRenderer->DrawTextureIndexed(8u, 8u, (Texture *)(v1 != -1 ? (int)&pIcons_LOD->pTextures[v1] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1001 v43 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1002 v45 = LOBYTE(pFontArrus->uFontHeight) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1003 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1004 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1005 pPlayer = &pParty->pPlayers[v43];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1006 v44 = 94 * v43 + 89;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1007 if ( v43 == v0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1008 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1009 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1010 0x16u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1011 0x12u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1012 v0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1013 pGlobalTXT_LocalizationStrings[149],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1014 60,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1015 v0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1016 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, 94 * v43 + 89, 0x12u, v47, pPlayer->pName, 84, v0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1017 if ( v43 == v0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1018 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1019 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1020 0x16u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1021 0x2Fu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1022 v0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1023 pGlobalTXT_LocalizationStrings[131],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1024 60,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1025 v0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1026 v3 = pPlayer->GetActualLevel();
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
1027 sprintf(pTmpBuf, "%lu", v3);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1028 v4 = pPlayer->GetBaseLevel();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1029 if ( pPlayer->GetActualLevel() <= v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1030 v5 = pPlayer->GetExperienceDisplayColor();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1031 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1032 v5 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0, 0xFFu, v0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1033 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, 0x2Fu, v5, pTmpBuf, 84, v0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1034 v6 = v45 + 47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1035 if ( v43 == v0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1036 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1037 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1038 0x16u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1039 v45 + 47,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1040 v0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1041 pGlobalTXT_LocalizationStrings[41],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1042 60,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1043 v0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1044 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v6, v0, pClassNames[pPlayer->uClass], 84, v0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1045 v7 = v45 + v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1046 if ( v43 == v0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1047 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1048 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1049 0x16u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1050 v7,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1051 v0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1052 pGlobalTXT_LocalizationStrings[107],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1053 60,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1054 v0);
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
1055 sprintf(pTmpBuf, "%d", pPlayer->sHealth);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1056 v8 = pPlayer->GetMaxHealth();
82
f9a33f75bae3 Qick Record
Nomad
parents: 59
diff changeset
1057 v9 = UI_GetHealthManaStringColor(pPlayer->sHealth, v8);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1058 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v7, v9, pTmpBuf, 84, v0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1059 v10 = v45 + v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1060 if ( v43 == v0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1061 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1062 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1063 0x16u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1064 v10,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1065 v0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1066 pGlobalTXT_LocalizationStrings[209],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1067 60,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1068 v0);
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
1069 sprintf(pTmpBuf, "%d", pPlayer->sMana);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1070 v11 = pPlayer->GetMaxMana();
82
f9a33f75bae3 Qick Record
Nomad
parents: 59
diff changeset
1071 v12 = UI_GetHealthManaStringColor(pPlayer->sMana, v11);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1072 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v10, v12, pTmpBuf, 84, v0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1073 v13 = v45 + v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1074 if ( v43 == v0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1075 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1076 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1077 0x16u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1078 v13,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1079 v0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1080 pGlobalTXT_LocalizationStrings[0],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1081 60,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1082 v0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1083 v14 = pPlayer->GetActualAC();
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
1084 sprintf(pTmpBuf, "%d", v14);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1085 v15 = v0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1086 v16 = pPlayer->GetBaseAC();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1087 v17 = pPlayer->GetActualAC();
82
f9a33f75bae3 Qick Record
Nomad
parents: 59
diff changeset
1088 v18 = UI_GetHealthManaStringColor(v17, v16);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1089 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v13, v18, pTmpBuf, 84, v15);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1090 v0 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1091 v19 = v45 + v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1092 if ( !v43 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1093 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1094 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1095 0x16u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1096 v19,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1097 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1098 pGlobalTXT_LocalizationStrings[18],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1099 60,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1100 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1101 v20 = pPlayer->GetActualAttack(0);
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
1102 sprintf(pTmpBuf, "%+d", v20);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1103 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v19, 0, pTmpBuf, 84, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1104 v21 = v45 + v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1105 if ( !v43 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1106 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1107 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1108 0x16u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1109 v21,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1110 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1111 pGlobalTXT_LocalizationStrings[66],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1112 60,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1113 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1114 v22 = pPlayer->GetMeleeDamageString();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1115 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v21, 0, v22, 84, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1116 v23 = v45 + v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1117 if ( !v43 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1118 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1119 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1120 0x16u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1121 v23,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1122 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1123 pGlobalTXT_LocalizationStrings[203],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1124 60,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1125 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1126 v24 = pPlayer->GetRangedAttack();
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
1127 sprintf(pTmpBuf, "%+d", v24);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1128 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v23, 0, pTmpBuf, 84, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1129 v25 = v45 + v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1130 if ( !v43 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1131 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1132 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1133 0x16u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1134 v25,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1135 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1136 pGlobalTXT_LocalizationStrings[66],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1137 60,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1138 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1139 v26 = pPlayer->GetRangedDamageString();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1140 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v25, 0, v26, 84, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1141 v27 = v45 + v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1142 if ( !v43 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1143 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1144 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1145 0x16u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1146 v27,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1147 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1148 pGlobalTXT_LocalizationStrings[205],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1149 60,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1150 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1151 v28 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1152 v29 = (char *)pPlayer->pActiveSkills;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1153 v30 = 36;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1154 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1155 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1156 if ( *(short *)v29 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1157 ++v28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1158 v29 += 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1159 --v30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1160 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1161 while ( v30 );
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
1162 sprintf(pTmpBuf, "%lu", v28);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1163 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v27, 0, pTmpBuf, 84, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1164 v31 = v45 + v27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1165 if ( !v43 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1166 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1167 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1168 0x16u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1169 v31,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1170 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1171 pGlobalTXT_LocalizationStrings[168],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1172 60,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1173 0);
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
1174 sprintf(pTmpBuf, "%lu", pPlayer->uSkillPoints);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1175 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1176 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1177 v44,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1178 v31,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1179 pPlayer->uSkillPoints != 0 ? v46 : 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1180 pTmpBuf,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1181 84,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1182 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1183 v32 = v45 + v31;
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
1184 v48 = pPlayer->GetMajorConditionIdx();
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1185 if ( !v43 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1186 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1187 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1188 0x16u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1189 v32,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1190 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1191 pGlobalTXT_LocalizationStrings[45],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1192 60,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1193 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1194 v33 = aCharacterConditionNames[v48];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1195 v34 = GetConditionDrawColor(v48);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1196 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v32, v34, v33, 84, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1197 v35 = v45 + v32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1198 if ( !v43 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1199 pGUIWindow_CurrentMenu->DrawTextInRect(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1200 pFontArrus,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1201 0x16u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1202 v35,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1203 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1204 pGlobalTXT_LocalizationStrings[170],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1205 60,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1206 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1207 v36 = pPlayer->uQuickSpell;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1208 if ( v36 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1209 v37 = pSpellStats->pInfos[v36].pShortName;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1210 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1211 v37 = pGlobalTXT_LocalizationStrings[153];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1212 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v35, 0, v37, 84, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1213 ++v43;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1214 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1215 while ( v43 < 4 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1216 v38 = GetPartyReputation();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1217 if ( v38 >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1218 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1219 v39 = v49;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1220 if ( v38 <= 5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1221 v39 = 65535;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1222 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1223 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1224 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1225 v39 = v46;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1226 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1227 v40 = GetReputationString(v38);
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
1228 sprintf(pTmpBuf, "%s: ", pGlobalTXT_LocalizationStrings[180], v39, v40);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1229 pGUIWindow_CurrentMenu->DrawText(pFontArrus, 22, 323, 0, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1230 v41 = pParty->GetPartyFame();
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
1231 sprintf(pTmpBuf, "\r261%s: %d", pGlobalTXT_LocalizationStrings[84], v41);// Fame
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1232 return pGUIWindow_CurrentMenu->DrawText(pFontArrus, 0, 323, 0, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1233 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1234
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1235 //----- (0041ABFD) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1236 void __thiscall CharacterUI_CharacterScreen_Draw(unsigned int uPlayerIdx)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1237 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1238 unsigned int v1; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1239 unsigned int v2; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1240 Texture *v3; // ecx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1241 GUIButton *v4; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1242 unsigned int v5; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1243 unsigned int v6; // eax@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1244 unsigned int v7; // eax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1245
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1246 v1 = uPlayerIdx;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1247 if ( uPlayerIdx )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1248 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1249 pRenderer->ClearZBuffer(0, 479);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1250 switch ( pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1251 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1252 case 0x64: // stats
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1253 sub_4196A0();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1254 sub_419379();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1255 CharacterUI_StatsTab_Draw(v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1256 v7 = pIcons_LOD->LoadTexture("ib-cd1-d", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1257 v3 = (Texture *)(v7 != -1 ? (int)&pIcons_LOD->pTextures[v7] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1258 v4 = pCharacterScreen_StatsBtn;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1259 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1260 case 0x65: // skills
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1261 if ( dword_507CC0 != uActiveCharacter )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1262 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1263 sub_4196A0();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1264 sub_419401();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1265 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1266 sub_419379();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1267 CharacterUI_SkillsTab_Draw(v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1268 v6 = pIcons_LOD->LoadTexture("ib-cd2-d", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1269 v3 = (Texture *)(v6 != -1 ? (int)&pIcons_LOD->pTextures[v6] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1270 v4 = pCharacterScreen_SkillsBtn;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1271 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1272 case 0x66: // awards
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1273 sub_4196A0();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1274 sub_419379();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1275 sub_419220();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1276 CharacterUI_AwardsTab_Draw(v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1277 v5 = pIcons_LOD->LoadTexture("ib-cd4-d", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1278 v3 = (Texture *)(v5 != -1 ? (int)&pIcons_LOD->pTextures[v5] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1279 v4 = pCharacterScreen_AwardsBtn;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1280 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1281 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1282 if ( pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] != 103 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1283 goto LABEL_13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1284 sub_4196A0();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1285 sub_419379();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1286 CharacterUI_InventoryTab_Draw(v1, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1287 v2 = pIcons_LOD->LoadTexture("ib-cd3-d", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1288 v3 = (Texture *)(v2 != -1 ? (int)&pIcons_LOD->pTextures[v2] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1289 v4 = pCharacterScreen_InventoryBtn;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1290 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1291 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1292 pRenderer->DrawTextureIndexed(v4->uX, v4->uY, v3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1293 LABEL_13:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1294 if ( bRingsShownInCharScreen )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1295 CharacterUI_DrawPaperdollWithRingOverlay(v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1296 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1297 CharacterUI_DrawPaperdoll(v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1298 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1299 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1300 // 507CC0: using guessed type int dword_507CC0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1301 // 5118E0: using guessed type int bRingsShownInCharScreen;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1302
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1303 //----- (0041AD6E) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1304 void __cdecl GameUI_DrawRightPanelItems()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1305 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1306 if ( (signed int)((pParty->uTimePlayed - qword_507CC8) >> 32) <= 0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1307 && (((pParty->uTimePlayed - qword_507CC8) >> 32) & 0x80000000u) != 0i64 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1308 qword_507CC8 = 0i64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1309 if ( (((pParty->uTimePlayed - qword_507CC8) >> 32) & 0x80000000u) == 0i64
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1310 && (!(SHIDWORD(pParty->uTimePlayed) < (LODWORD(pParty->uTimePlayed) < (unsigned int)qword_507CC8)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1311 + HIDWORD(qword_507CC8) | (pParty->uTimePlayed - qword_507CC8) >> 32 == 0)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1312 || (unsigned int)(LODWORD(pParty->uTimePlayed) - qword_507CC8) > 0x80) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1313 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1314 qword_507CC8 = pParty->uTimePlayed;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1315 byte_50697C = byte_50697C == 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1316 if ( byte_50697C
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
1317 && pCurrentScreen != 5 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1318 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1319 if ( bFlashQuestBook )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1320 pRenderer->DrawTextureTransparent(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1321 493u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1322 355u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1323 (Texture *)(uTextureID_ib_td1_A != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_ib_td1_A] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1324 if ( bFlashAutonotesBook )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1325 pRenderer->DrawTextureTransparent(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1326 527u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1327 353u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1328 (Texture *)(uTextureID_ib_td2_A != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_ib_td2_A] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1329 if ( bFlashHistoryBook )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1330 pRenderer->DrawTextureTransparent(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1331 600u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1332 361u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1333 (Texture *)(uTextureID_ib_td5_A != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_ib_td5_A] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1334 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1335 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1336 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1337 pRenderer->DrawTextureRGB(468u, 0, pTexture_RightFrame);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1338 DrawHiredNPCs();
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
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1343 //----- (0041AEBB) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1344 void __cdecl GameUI_DrawFoodAndGold()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1345 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1346 unsigned int v0; // ebx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1347 unsigned int v1; // ebp@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1348 int v2; // esi@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1349
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1350 if ( uGameState != GAME_STATE_FINAL_WINDOW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1351 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1352 v0 = uGameUIFontMain;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1353 v1 = uGameUIFontShadow;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1354 v2 = sub_44100D() != 0 ? 381 : 322;
47
8a8dd0164b12 BLV render
Nomad
parents: 46
diff changeset
1355 sprintf(pTmpBuf, "\r087%lu", pParty->uNumFoodRations);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1356 pGUIWindow0->DrawText(pFontSmallnum, 0, v2, v0, pTmpBuf, 0, 0, v1);
47
8a8dd0164b12 BLV render
Nomad
parents: 46
diff changeset
1357 sprintf(pTmpBuf, "\r028%lu", pParty->uNumGold);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1358 pGUIWindow0->DrawText(pFontSmallnum, 0, v2, v0, pTmpBuf, 0, 0, v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1359 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1360 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1361
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1362 //----- (0041AF52) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1363 void Actor::DrawHealthBar(Actor *a1, GUIWindow *a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1364 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1365 unsigned int v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1366 GUIWindow *v3; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1367 unsigned int v4; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1368 signed int v5; // ebx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1369 double v6; // st7@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1370 unsigned int v7; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1371 unsigned int v8; // ebx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1372 unsigned int v9; // [sp+14h] [bp-Ch]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1373 unsigned int v10; // [sp+1Ch] [bp-4h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1374
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1375 v2 = a1->pMonsterInfo.uHP;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1376 v3 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1377 v4 = 25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1378 if ( (signed int)v2 > 25 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1379 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1380 v4 = 200;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1381 if ( (signed int)v2 < 200 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1382 v4 = a1->pMonsterInfo.uHP;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1383 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1384 v5 = a1->sCurrentHP;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1385 v10 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1386 v9 = uTextureID_mhp_grn;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1387 if ( v5 < (signed int)v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1388 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1389 v6 = (double)(signed int)v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1390 v10 = (signed __int64)((double)(signed int)v4 / (double)(signed int)v2 * (double)a1->sCurrentHP);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1391 if ( v5 <= (signed int)(signed __int64)(0.34 * v6) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1392 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1393 v7 = uTextureID_mhp_red;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1394 LABEL_9:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1395 v9 = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1396 goto LABEL_10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1397 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1398 if ( v5 <= (signed int)(signed __int64)(v6 * 0.67) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1399 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1400 v7 = uTextureID_mhp_yel;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1401 goto LABEL_9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1402 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1403 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1404 LABEL_10:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1405 v8 = a2->uFrameX + (signed int)(a2->uFrameWidth - v4) / 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1406 pRenderer->Clip(v8, a2->uFrameY + 32, v8 + v4, a2->uFrameY + 52);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1407 pRenderer->DrawTextureIndexed(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1408 v8,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1409 v3->uFrameY + 32,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1410 (Texture *)(uTextureID_mhp_bd != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_mhp_bd] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1411 pRenderer->Clip(v8, v3->uFrameY + 32, v8 + v10, v3->uFrameY + 52);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1412 pRenderer->DrawTextureIndexed(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1413 v8,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1414 v3->uFrameY + 34,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1415 (Texture *)(v9 != -1 ? (int)&pIcons_LOD->pTextures[v9] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1416 pRenderer->ResetClip();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1417 pRenderer->DrawTextureIndexed(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1418 v8 - 5,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1419 v3->uFrameY + 32,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1420 (Texture *)(uTextureID_mhp_capl != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_mhp_capl] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1421 pRenderer->DrawTextureIndexed(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1422 v8 + v4,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1423 v3->uFrameY + 32,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1424 (Texture *)(uTextureID_mhp_capr != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_mhp_capr] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1425 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1426
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1427 //----- (0041B0C9) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1428 void __cdecl GameUI_DrawLifeManaBars()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1429 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1430 Texture *v0; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1431 Player *v1; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1432 float v2; // ST38_4@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1433 double v3; // st7@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1434 signed __int64 v4; // qax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1435 Player *v5; // ecx@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1436 float v6; // ST30_4@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1437 double v7; // st7@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1438 bool v8; // ST38_4@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1439 Texture *v9; // [sp-4h] [bp-30h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1440 Texture *v10; // [sp+Ch] [bp-20h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1441 Player *v11; // [sp+10h] [bp-1Ch]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1442 int v12; // [sp+10h] [bp-1Ch]@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1443 Texture *v13; // [sp+14h] [bp-18h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1444 Texture *v14; // [sp+18h] [bp-14h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1445 float v15; // [sp+1Ch] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1446 signed int v16; // [sp+24h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1447 signed int v17; // [sp+28h] [bp-4h]@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1448
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1449 v0 = (Texture *)(uTextureID_BarGreen != -1 ? &pIcons_LOD->pTextures[uTextureID_BarGreen] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1450 v14 = (Texture *)(uTextureID_BarYellow != -1 ? &pIcons_LOD->pTextures[uTextureID_BarYellow] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1451 v13 = (Texture *)(uTextureID_BarRed != -1 ? &pIcons_LOD->pTextures[uTextureID_BarRed] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1452 v16 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1453 v10 = (Texture *)(uTextureID_BarBlue != -1 ? &pIcons_LOD->pTextures[uTextureID_BarBlue] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1454 v15 = (double)(uTextureID_BarGreen != -1 ? pIcons_LOD->pTextures[uTextureID_BarGreen].uTextureHeight : 26);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1455 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1456 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1457 v1 = &pParty->pPlayers[v16];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1458 v11 = v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1459 if ( v1->sHealth <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1460 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1461 v11 = &pParty->pPlayers[v16];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1462 v2 = (double)v1->sHealth;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1463 v3 = v2 / (double)v1->GetMaxHealth();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1464 if ( v3 <= 0.5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1465 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1466 if ( v3 <= 0.25 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1467 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1468 if ( v3 <= 0.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1469 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1470 if ( v16 == 2 || v16 == 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1471 v17 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1472 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1473 v17 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1474 pRenderer->Clip(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1475 v17 + pHealthBarPos[v16],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1476 (unsigned __int64)(signed __int64)((1.0 - v3) * v15) + 402,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1477 v17 + pHealthBarPos[v16] + v13->uTextureWidth,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1478 v13->uTextureHeight + 402);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1479 v9 = v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1480 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1481 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1482 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1483 if ( v16 == 2 || v16 == 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1484 v17 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1485 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1486 v17 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1487 pRenderer->Clip(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1488 v17 + pHealthBarPos[v16],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1489 (unsigned __int64)(signed __int64)((1.0 - v3) * v15) + 402,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1490 v17 + pHealthBarPos[v16] + v14->uTextureWidth,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1491 v14->uTextureHeight + 402);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1492 v9 = v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1493 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1494 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1495 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1496 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1497 if ( v3 > 1.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1498 v3 = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1499 v4 = (signed __int64)((1.0 - v3) * v15);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1500 if ( v16 == 2 || v16 == 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1501 v17 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1502 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1503 v17 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1504 pRenderer->Clip(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1505 v17 + pHealthBarPos[v16],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1506 v4 + 402,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1507 v17 + pHealthBarPos[v16] + v0->uTextureWidth,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1508 v0->uTextureHeight + 402);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1509 v9 = v0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1510 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1511 pRenderer->DrawTextureIndexed(v17 + pHealthBarPos[v16], 0x192u, v9);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1512 pRenderer->ResetClip();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1513 LABEL_24:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1514 v5 = v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1515 v12 = v11->sMana;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1516 if ( v12 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1517 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1518 v6 = (double)v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1519 v7 = v6 / (double)v5->GetMaxMana();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1520 if ( v7 > 1.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1521 v7 = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1522 v8 = v16 == 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1523 pRenderer->Clip(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1524 (v16 == 2) + pManaBarPos[v16],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1525 (unsigned __int64)(signed __int64)((1.0 - v7) * v15) + 402,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1526 v8 + pManaBarPos[v16] + v10->uTextureWidth,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1527 v10->uTextureHeight + 402);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1528 pRenderer->DrawTextureIndexed(v8 + pManaBarPos[v16], 0x192u, v10);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1529 pRenderer->ResetClip();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1530 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1531 ++v16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1532 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1533 while ( v16 < 4 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1534 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1535
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1536 //----- (0041B3B6) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1537 void __cdecl draw_right_panel()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1538 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1539 pRenderer->DrawTextureTransparent(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1540 pViewport->uViewportZ,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1541 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1542 (Texture *)(uTextureID_right_panel != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_right_panel] : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1543 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1544
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1545 //----- (0041B3E2) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1546 void __cdecl GameUI_DrawRightPanelFrames()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1547 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1548 pRenderer->DrawTextureRGB(0, 0, pTexture_TopFrame);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1549 pRenderer->DrawTextureRGB(0, 8u, pTexture_LeftFrame);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1550 pRenderer->DrawTextureRGB(468u, 0, pTexture_RightFrame);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1551 pRenderer->DrawTextureRGB(0, 352u, pTexture_BottomFrame);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1552 GameUI_DrawFoodAndGold();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1553 GameUI_DrawRightPanelItems();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1554 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1555
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1556 //----- (0041B438) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1557 GUIButton *__fastcall GUI_HandleHotkey(unsigned __int8 uHotkey)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1558 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1559 char v1; // al@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1560 int v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1561 char v3; // dl@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1562 GUIWindow *v4; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1563 GUIButton *result; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1564 int v6; // edx@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1565
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1566 v1 = toupper(uHotkey);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1567 v2 = uNumVisibleWindows;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1568 v3 = v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1569 if ( uNumVisibleWindows >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1570 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1571 while ( 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1572 {
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
1573 v4 = &pWindowList[pVisibleWindowsIdxs[v2] - 1];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1574 for ( result = v4->pControlsHead; result; result = result->pNext )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1575 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1576 if ( result->uHotkey == v3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1577 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1578 v6 = result->uControlParam;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1579 if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1580 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1581 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = (UIMessageType)result->uControlID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1582 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1583 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1584 ++pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1585 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1586 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1587 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1588 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1589 if ( v4->uFrameX || v4->uFrameY || !(v4->uFrameWidth == 640 & v4->uFrameHeight == 480) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1590 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1591 --v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1592 if ( v2 >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1593 continue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1594 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1595 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1596 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1597 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1598 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1599 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1600 // 5075E0: using guessed type int pVisibleWindowsIdxs[20];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1601
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1602 //----- (0041B4E1) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1603 int __fastcall GUI_ReplaceHotkey(unsigned __int8 uOldHotkey, unsigned __int8 uNewHotkey, char bFirstCall)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1604 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1605 unsigned __int8 v3; // bl@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1606 int result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1607 int i; // edx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1608 GUIButton *j; // ecx@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1609 int k; // edx@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1610 GUIButton *l; // ecx@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1611 unsigned __int8 v9; // [sp+4h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1612 char v10; // [sp+8h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1613
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1614 v3 = uNewHotkey;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1615 v10 = toupper(uOldHotkey);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1616 result = toupper(v3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1617 v9 = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1618 if ( bFirstCall )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1619 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1620 for ( i = uNumVisibleWindows; i >= 0; --i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1621 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1622 result = 84 * pVisibleWindowsIdxs[i];
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
1623 //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
1624 for ( j = pWindowList[pVisibleWindowsIdxs[i] - 1].pControlsHead; j; j = j->pNext )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1625 j->field_28 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1626 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1627 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1628 for ( k = uNumVisibleWindows; k >= 0; --k )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1629 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1630 result = 84 * pVisibleWindowsIdxs[k];
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
1631 //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
1632 for ( l = pWindowList[pVisibleWindowsIdxs[k] - 1].pControlsHead; l; l = l->pNext )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1633 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1634 LOBYTE(result) = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1635 if ( l->uHotkey == v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1636 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1637 if ( !l->field_28 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1638 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1639 LOBYTE(result) = v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1640 l->field_28 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1641 l->uHotkey = v9;
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 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1646 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1647 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1648 // 5075E0: using guessed type int pVisibleWindowsIdxs[20];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1649
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1650 //----- (0041B578) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1651 void __cdecl MainMenuUI_LoadFontsAndSomeStuff()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1652 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1653 pIcons_LOD->SetupPalettes(pRenderer->uTargetRBits,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1654 pRenderer->uTargetGBits,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1655 pRenderer->uTargetBBits);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1656 pPaletteManager->SetColorChannelInfo(pRenderer->uTargetRBits,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1657 pRenderer->uTargetGBits,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1658 pRenderer->uTargetBBits);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1659 pPaletteManager->RecalculateAll();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1660
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1661 for (uint i = 0; i < 480; ++i)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1662 pSRZBufferLineOffsets[i] = 640 * i;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1663
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1664 pRenderer->ResetClip();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1665
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1666 uTextureID_FONTPAL = pIcons_LOD->LoadTexture("FONTPAL", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1667 pFontArrus = LoadFont("arrus.fnt", "FONTPAL", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1668 pFontLucida = LoadFont("lucida.fnt", "FONTPAL", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1669 pFontCreate = LoadFont("create.fnt", "FONTPAL", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1670 pFontSmallnum = LoadFont("smallnum.fnt", "FONTPAL", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1671 pFontComic = LoadFont("comic.fnt", "FONTPAL", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1672 pFontArrus->field_3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1673 pFontLucida->field_3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1674 pFontCreate->field_3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1675
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1676 for (uint i = 0; i < 20; ++i)
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
1677 pWindowList[i].eWindowType = WINDOW_null;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1678
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1679 uNumVisibleWindows = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1680 memset(pVisibleWindowsIdxs, 0, sizeof(pVisibleWindowsIdxs));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1681 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1682
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1683 //----- (0041B690) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1684 void __cdecl MainMenuUI_Create()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1685 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1686 unsigned int v0; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1687 unsigned int v1; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1688 unsigned int v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1689 unsigned int v3; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1690 unsigned int v4; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1691 unsigned int v5; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1692 Texture *v6; // ST78_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1693 const char *v7; // ST5C_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1694 unsigned __int8 v8; // al@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1695 //Texture *v9; // ST60_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1696 Texture *v10; // ST78_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1697 const char *v11; // ST5C_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1698 unsigned __int8 v12; // al@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1699 //Texture *v13; // ST60_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1700 unsigned int v14; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1701 Texture *v15; // ST78_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1702 const char *v16; // ST5C_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1703 unsigned __int8 v17; // al@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1704 //Texture *v18; // ST60_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1705 unsigned int uTextureID_ib_td4_A; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1706 Texture *v20; // ST78_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1707 const char *v21; // ST5C_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1708 unsigned __int8 v22; // al@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1709 //Texture *v23; // ST60_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1710 Texture *v24; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1711 Texture *v25; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1712 Texture *v26; // ST60_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1713 const char *v27; // ST5C_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1714 unsigned __int8 v28; // al@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1715 Texture *v29; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1716 Texture *v30; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1717 Texture *v31; // ST60_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1718 const char *v32; // ST5C_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1719 unsigned __int8 v33; // al@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1720
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1721 v0 = pIconsFrameTable->FindIcon("wizeyeC");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1722 pIconsFrameTable->InitializeAnimation(v0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1723 v1 = pIconsFrameTable->FindIcon("wizeyeB");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1724 pIconsFrameTable->InitializeAnimation(v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1725 v2 = pIconsFrameTable->FindIcon("wizeyeA");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1726 pIconsFrameTable->InitializeAnimation(v2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1727 v3 = pIconsFrameTable->FindIcon("torchC");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1728 pIconsFrameTable->InitializeAnimation(v3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1729 v4 = pIconsFrameTable->FindIcon("torchB");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1730 pIconsFrameTable->InitializeAnimation(v4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1731 v5 = pIconsFrameTable->FindIcon("torchA");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1732 pIconsFrameTable->InitializeAnimation(v5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1733 pTextureIDs_pMapDirs[0] = pIcons_LOD->LoadTexture("MAPDIR8", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1734 pTextureIDs_pMapDirs[1] = pIcons_LOD->LoadTexture("MAPDIR1", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1735 pTextureIDs_pMapDirs[2] = pIcons_LOD->LoadTexture("MAPDIR2", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1736 pTextureIDs_pMapDirs[3] = pIcons_LOD->LoadTexture("MAPDIR3", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1737 pTextureIDs_pMapDirs[4] = pIcons_LOD->LoadTexture("MAPDIR4", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1738 pTextureIDs_pMapDirs[5] = pIcons_LOD->LoadTexture("MAPDIR5", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1739 pTextureIDs_pMapDirs[6] = pIcons_LOD->LoadTexture("MAPDIR6", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1740 pTextureIDs_pMapDirs[7] = pIcons_LOD->LoadTexture("MAPDIR7", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1741 uTextureID_BarBlue = pIcons_LOD->LoadTexture("ib-statB", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1742 uTextureID_BarGreen = pIcons_LOD->LoadTexture("ib-statG", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1743 uTextureID_BarYellow = pIcons_LOD->LoadTexture("ib-statY", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1744 uTextureID_BarRed = pIcons_LOD->LoadTexture("ib-statR", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1745 uTextureID_mhp_bd = pIcons_LOD->LoadTexture("mhp_bg", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1746 uTextureID_mhp_capl = pIcons_LOD->LoadTexture("mhp_capl", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1747 uTextureID_mhp_capr = pIcons_LOD->LoadTexture("mhp_capr", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1748 uTextureID_mhp_grn = pIcons_LOD->LoadTexture("mhp_grn", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1749 uTextureID_mhp_red = pIcons_LOD->LoadTexture("mhp_red", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1750 uTextureID_mhp_yel = pIcons_LOD->LoadTexture("mhp_yel", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1751 uTextureID_Leather = pIcons_LOD->LoadTexture("LEATHER", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1752 pTexture_Leather = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("ibground", TEXTURE_16BIT_PALETTE)];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1753 uTextureID_x_x_u = pIcons_LOD->LoadTexture("x_x_u", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1754 uTextureID_BUTTDESC2 = pIcons_LOD->LoadTexture("BUTTESC2", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1755 uTextureID_x_ok_u = pIcons_LOD->LoadTexture("x_ok_u", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1756 uTextureID_BUTTYES2 = pIcons_LOD->LoadTexture("BUTTYES2", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1757 uTextureID_BUTTMAKE = pIcons_LOD->LoadTexture("BUTTMAKE", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1758 uTextureID_BUTTMAKE2 = pIcons_LOD->LoadTexture("BUTTMAKE2", TEXTURE_16BIT_PALETTE);
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
1759
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
1760 pGUIWindow0 = GUIWindow::Create(0, 0, 640, 480, WINDOW_MainMenu, 0, 0);
59
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
1761 pGUIWindow0->CreateButton(7u, 8u, 0x1CCu, 0x157u, 1, 0, 0xAu, 0, 0, "", 0);
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
1762 pGUIWindow0->CreateButton(0x3Du, 0x1A8u, 0x1Fu, 0x28u, 2, 94, 0x6Eu, 1u, 0x31u, "", 0);
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
1763 pGUIWindow0->CreateButton(0xB1u, 0x1A8u, 0x1Fu, 0x28u, 2, 94, 0x6Eu, 2u, 0x32u, "", 0);
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
1764 pGUIWindow0->CreateButton(0x124u, 0x1A8u, 0x1Fu, 0x28u, 2, 94, 0x6Eu, 3u, 0x33u, "", 0);
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
1765 pGUIWindow0->CreateButton(0x197u, 0x1A8u, 0x1Fu, 0x28u, 2, 94, 0x6Eu, 4u, 0x34u, "", 0);
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
1766 pGUIWindow0->CreateButton(0x18u, 0x194u, 5u, 0x31u, 1, 93, 0, 1u, 0, "", 0);
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
1767 pGUIWindow0->CreateButton(0x8Bu, 0x194u, 5u, 0x31u, 1, 93, 0, 2u, 0, "", 0);
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
1768 pGUIWindow0->CreateButton(0xFFu, 0x194u, 5u, 0x31u, 1, 93, 0, 3u, 0, "", 0);
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
1769 pGUIWindow0->CreateButton(0x172u, 0x194u, 5u, 0x31u, 1, 93, 0, 4u, 0, "", 0);
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
1770 pGUIWindow0->CreateButton(0x61u, 0x194u, 5u, 0x31u, 1, 93, 0, 1u, 0, "", 0);
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
1771 pGUIWindow0->CreateButton(0xD4u, 0x194u, 5u, 0x31u, 1, 93, 0, 2u, 0, "", 0);
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
1772 pGUIWindow0->CreateButton(0x148u, 0x194u, 5u, 0x31u, 1, 93, 0, 3u, 0, "", 0);
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
1773 pGUIWindow0->CreateButton(0x1BBu, 0x194u, 5u, 0x31u, 1, 93, 0, 4u, 0, "", 0);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1774 uTextureID_ib_td1_A = pIcons_LOD->LoadTexture("ib-td1-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1775 v6 = (Texture *)(uTextureID_ib_td1_A != -1 ? &pIcons_LOD->pTextures[uTextureID_ib_td1_A] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1776 v7 = pGlobalTXT_LocalizationStrings[174];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1777 v8 = pKeyActionMap->GetActionVKey(INPUT_Quest);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1778 ptr_507A10 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1779 0x1EBu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1780 0x161u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1781 v6->uTextureWidth,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1782 v6->uTextureHeight,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1783 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1784 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1785 0xC8u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1786 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1787 v8,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1788 v7,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1789 v6, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1790 uTextureID_ib_td2_A = pIcons_LOD->LoadTexture("ib-td2-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1791 v10 = (Texture *)(uTextureID_ib_td2_A != -1 ? &pIcons_LOD->pTextures[uTextureID_ib_td2_A] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1792 v11 = pGlobalTXT_LocalizationStrings[154];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1793 v12 = pKeyActionMap->GetActionVKey(INPUT_Autonotes);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1794 ptr_507A0C = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1795 0x20Fu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1796 0x161u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1797 v10->uTextureWidth,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1798 v10->uTextureHeight,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1799 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1800 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1801 0xC9u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1802 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1803 v12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1804 v11,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1805 v10);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1806 v14 = pIcons_LOD->LoadTexture("ib-td3-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1807 v15 = (Texture *)(v14 != -1 ? (int)&pIcons_LOD->pTextures[v14] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1808 v16 = pGlobalTXT_LocalizationStrings[139];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1809 v17 = pKeyActionMap->GetActionVKey(INPUT_Mapbook);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1810 ptr_507A08 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1811 0x222u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1812 0x161u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1813 v15->uTextureWidth,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1814 v15->uTextureHeight,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1815 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1816 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1817 0xCAu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1818 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1819 v17,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1820 v16,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1821 v15);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1822 uTextureID_ib_td4_A = pIcons_LOD->LoadTexture("ib-td4-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1823 v20 = (Texture *)(uTextureID_ib_td4_A != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_ib_td4_A] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1824 v21 = pGlobalTXT_LocalizationStrings[78];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1825 v22 = pKeyActionMap->GetActionVKey(INPUT_TimeCal);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1826 dword_507A04 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1827 0x23Au,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1828 0x161u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1829 v20->uTextureWidth,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1830 v20->uTextureHeight,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1831 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1832 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1833 0xCBu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1834 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1835 v22,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1836 v21,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1837 v20);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1838 uTextureID_ib_td5_A = pIcons_LOD->LoadTexture("ib-td5-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1839 ptr_507A00 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1840 0x258u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1841 0x169u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1842 (uTextureID_ib_td5_A != -1 ? pIcons_LOD->pTextures[uTextureID_ib_td5_A].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1843 (uTextureID_ib_td5_A != -1 ? pIcons_LOD->pTextures[uTextureID_ib_td5_A].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1844 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1845 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1846 0xE0u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1847 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1848 0x48u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1849 pGlobalTXT_LocalizationStrings[602],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1850 (Texture *)(uTextureID_ib_td5_A != -1 ? &pIcons_LOD->pTextures[uTextureID_ib_td5_A] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1851 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1852 v24 = &pIcons_LOD->pTextures[uTextureID_507980];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1853 v25 = (Texture *)(uTextureID_507980 != -1 ? (int)v24 : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1854 bFlashHistoryBook = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1855 v26 = (Texture *)(uTextureID_507980 != -1 ? (int)v24 : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1856 bFlashAutonotesBook = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1857 v27 = pGlobalTXT_LocalizationStrings[252];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1858 bFlashQuestBook = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1859 v28 = pKeyActionMap->GetActionVKey(INPUT_ZoomIn);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1860 dword_507A18 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1861 0x23Eu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1862 0x88u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1863 v25->uTextureWidth,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1864 v25->uTextureHeight,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1865 2,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1866 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1867 0x170u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1868 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1869 v28,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1870 v27,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1871 v26,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1872 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1873 v29 = &pIcons_LOD->pTextures[uTextureID_507984];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1874 v30 = (Texture *)(uTextureID_507984 != -1 ? (int)v29 : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1875 v31 = (Texture *)(uTextureID_507984 != -1 ? (int)v29 : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1876 v32 = pGlobalTXT_LocalizationStrings[251];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1877 v33 = pKeyActionMap->GetActionVKey(INPUT_ZoomOut);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1878 dword_507A14 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1879 0x207u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1880 0x88u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1881 v30->uTextureWidth,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1882 v30->uTextureHeight,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1883 2,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1884 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1885 0x16Fu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1886 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1887 v33,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1888 v32,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1889 v31,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1890 0);
59
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
1891 pGUIWindow0->CreateButton(0x1E1u, 0, 0x99u, 0x43u, 1, 92, 0, 0, 0, "", 0);
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
1892 pGUIWindow0->CreateButton(0x1EBu, 0x95u, 0x40u, 0x4Au, 1, 0, 0x86u, 0, 0x35u, "", 0);
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
1893 pGUIWindow0->CreateButton(0x231u, 0x95u, 0x40u, 0x4Au, 1, 0, 0x87u, 0, 0x36u, "", 0);
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
1894 pGUIWindow0->CreateButton(0x1DCu, 0x142u, 0x4Du, 0x11u, 1, 100, 0, 0, 0, "", 0);
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
1895 pGUIWindow0->CreateButton(0x22Bu, 0x142u, 0x4Du, 0x11u, 1, 101, 0, 0, 0, "", 0);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1896 ptr_5079F8 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1897 0x1DCu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1898 0x1C2u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1899 (uTextureID_50797C != -1 ? pIcons_LOD->pTextures[uTextureID_50797C].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1900 (uTextureID_50797C != -1 ? pIcons_LOD->pTextures[uTextureID_50797C].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1901 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1902 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1903 0x69u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1904 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1905 0x43u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1906 pGlobalTXT_LocalizationStrings[38],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1907 (Texture *)(uTextureID_50797C != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_50797C] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1908 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1909 ptr_5079FC = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1910 0x206u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1911 0x1C2u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1912 (uTextureID_507978 != -1 ? pIcons_LOD->pTextures[uTextureID_507978].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1913 (uTextureID_507978 != -1 ? pIcons_LOD->pTextures[uTextureID_507978].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1914 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1915 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1916 0x68u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1917 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1918 0x52u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1919 pGlobalTXT_LocalizationStrings[182],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1920 (Texture *)(uTextureID_507978 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_507978] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1921 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1922 ptr_5079F4 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1923 0x230u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1924 0x1C2u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1925 (dword_507974 != -1 ? pIcons_LOD->pTextures[dword_507974].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1926 (dword_507974 != -1 ? pIcons_LOD->pTextures[dword_507974].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1927 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1928 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1929 0x6Au,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1930 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1931 0x5Au,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1932 pGlobalTXT_LocalizationStrings[173],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1933 (Texture *)(dword_507974 != -1 ? &pIcons_LOD->pTextures[dword_507974] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1934 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1935 ptr_5079F0 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1936 0x25Au,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1937 0x1C2u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1938 (uTextureID_507970 != -1 ? pIcons_LOD->pTextures[uTextureID_507970].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1939 (uTextureID_507970 != -1 ? pIcons_LOD->pTextures[uTextureID_507970].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1940 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1941 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1942 0x6Bu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1943 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1944 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1945 pGlobalTXT_LocalizationStrings[93],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1946 (Texture *)(uTextureID_507970 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_507970] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1947 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1948 ptr_5079EC = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1949 0x1D5u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1950 0xB2u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1951 (uTextureID_507990 != -1 ? pIcons_LOD->pTextures[uTextureID_507990].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1952 (uTextureID_507990 != -1 ? pIcons_LOD->pTextures[uTextureID_507990].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1953 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1954 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1955 0xBCu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1956 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1957 0,
59
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
1958 "",
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1959 (Texture *)(uTextureID_507990 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_507990] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1960 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1961 ptr_5079E8 = pGUIWindow0->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1962 0x272u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1963 0xB2u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1964 (uTextureID_50798C != -1 ? pIcons_LOD->pTextures[uTextureID_50798C].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1965 (uTextureID_50798C != -1 ? pIcons_LOD->pTextures[uTextureID_50798C].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1966 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1967 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1968 0xBCu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1969 1u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1970 0,
59
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
1971 "",
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1972 (Texture *)(uTextureID_50798C != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_50798C] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1973 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1974 Load_isn_spells_21_27();
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
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1979 //----- (0041C047) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1980 void __cdecl GameUI_DrawStatusBar_2()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1981 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1982 unsigned int v0; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1983 char *v1; // edx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1984 unsigned int v2; // ST18_4@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1985 const char *v3; // ST0C_4@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1986 unsigned int v4; // ST08_4@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1987 int v5; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1988
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1989 pRenderer->DrawTextureRGB(0, 352u, pTexture_StatusBar);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1990 if ( GameUI_StatusBar_TimedStringTimeLeft )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1991 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1992 v1 = GameUI_StatusBar_TimedString;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1993 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1994 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1995 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1996 if ( !pStatusBarString[0] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1997 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1998 v1 = pStatusBarString;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1999 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2000 LOWORD(v0) = uGameUIFontShadow;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2001 v2 = v0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2002 LOWORD(v0) = uGameUIFontMain;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2003 v3 = v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2004 v4 = v0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2005 v5 = pFontLucida->AlignText_Center(0x1C2u, v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2006 pGUIWindow0->DrawText(pFontLucida, v5 + 11, 357, v4, v3, 0, 0, v2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2007 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2008
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2009 //----- (0041C0B8) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2010 void __thiscall sub_41C0B8_set_status_string(const char *pStr)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2011 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2012 const char *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2013 int i; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2014 int j; // eax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2015
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2016 v1 = pStr;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2017 if ( pStr && strcmp(pStr, "test") && !IsBadStringPtrA(v1, 1u) && (*v1 || GameUI_StatusBar_TimedStringTimeLeft) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2018 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2019 if ( GameUI_StatusBar_TimedStringTimeLeft )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2020 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2021 for ( i = pFontLucida->GetLineWidth(GameUI_StatusBar_TimedString);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2022 i > 450;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2023 i = pFontLucida->GetLineWidth(GameUI_StatusBar_TimedString) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2024 byte_5C3427[strlen(GameUI_StatusBar_TimedString)] = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2025 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2026 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2027 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2028 strcpy(pStatusBarString, v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2029 for ( j = pFontLucida->GetLineWidth(pStatusBarString);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2030 j > 450;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2031 j = pFontLucida->GetLineWidth(pStatusBarString) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2032 GameUI_StatusBar_TimedString[strlen(pStatusBarString) + 199] = 0;
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
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2037 //----- (0041C179) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2038 void __cdecl GameUI_DrawStatusBar()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2039 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2040 unsigned int v0; // ebp@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2041 char *v1; // edi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2042 int v2; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2043 unsigned int v3; // esi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2044 size_t v4; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2045 GUIFont *v5; // ecx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2046 int v6; // eax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2047 size_t v7; // eax@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2048 GUIFont *v8; // ecx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2049 char v9; // zf@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2050 unsigned int v10; // ST08_4@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2051 int v11; // eax@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2052
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2053 v0 = uGameUIFontShadow;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2054 if ( pStatusBarString[0] || GameUI_StatusBar_TimedStringTimeLeft || bForceDrawStatusBar )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2055 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2056 pRenderer->DrawTextureRGB(0, 352u, pTexture_StatusBar);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2057 if ( GameUI_StatusBar_TimedStringTimeLeft )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2058 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2059 v1 = GameUI_StatusBar_TimedString;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2060 v2 = pFontLucida->GetLineWidth(GameUI_StatusBar_TimedString);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2061 v3 = 450;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2062 while ( v2 > 450 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2063 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2064 v4 = strlen(GameUI_StatusBar_TimedString);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2065 v5 = pFontLucida;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2066 byte_5C3427[v4] = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2067 v2 = pFontLucida->GetLineWidth(GameUI_StatusBar_TimedString);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2068 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2069 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2070 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2071 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2072 v1 = pStatusBarString;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2073 v6 = pFontLucida->GetLineWidth(pStatusBarString);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2074 v3 = 450;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2075 while ( v6 > 450 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2076 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2077 v7 = strlen(pStatusBarString);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2078 v8 = pFontLucida;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2079 GameUI_StatusBar_TimedString[v7 + 199] = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2080 v6 = pFontLucida->GetLineWidth(pStatusBarString);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2081 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2082 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2083 v9 = *v1 == 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2084 bForceDrawStatusBar = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2085 if ( !v9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2086 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2087 v10 = uGameUIFontMain;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2088 v11 = pFontLucida->AlignText_Center(v3, v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2089 pGUIWindow0->DrawText(pFontLucida, v11 + 11, 357, v10, v1, 0, 0, v0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2090 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2091 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2092 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2093 // 5C35BC: using guessed type int bForceDrawStatusBar;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2094
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2095
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2096 //----- (0041CD4F) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2097 bool __thiscall sub_41CD4F(unsigned int _this)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2098 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2099 unsigned int v1; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2100 unsigned int v2; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2101 int v3; // esi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2102 int v4; // ecx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2103 GUIButton *v5; // eax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2104 int v6; // edx@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2105 int v7; // ecx@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2106 char v8; // zf@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2107 GUIButton *v9; // ecx@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2108 int v10; // esi@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2109 int v11; // edx@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2110 int v12; // edx@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2111 int v13; // esi@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2112 GUIButton *v14; // eax@37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2113 int v15; // edx@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2114 int v17; // ecx@50
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2115 int v18; // edx@50
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2116 GUIButton *v19; // ecx@54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2117 int v20; // esi@54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2118 int v21; // edx@56
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2119 int v22; // ecx@59
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2120 int v23; // edx@59
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2121 int v24; // ecx@60
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2122 int v25; // esi@63
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2123 unsigned int v26; // [sp+Ch] [bp-14h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2124 int v27; // [sp+10h] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2125 int v28; // [sp+14h] [bp-Ch]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2126 int v29; // [sp+14h] [bp-Ch]@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2127 unsigned int uClickX; // [sp+18h] [bp-8h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2128 unsigned int uClickY; // [sp+1Ch] [bp-4h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2129
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2130 v1 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2131 v26 = _this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2132 v27 = uNumVisibleWindows;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2133 if ( uNumVisibleWindows < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2134 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2135 v2 = pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2136 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2137 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2138 v3 = pVisibleWindowsIdxs[v27] - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2139 if ( pWindowList[v3].field_44 == v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2140 goto LABEL_47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2141 if ( v26 != 34 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2142 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2143 if ( pWindowList[v3].field_30 != v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2144 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2145 pMouse->GetClickPos(&uClickX, &uClickY);
48
6a62c4005f0e 23.10.12
Ritor1
parents: 44
diff changeset
2146 v4 = pWindowList[v3].pStartingPosActiveItem;
6a62c4005f0e 23.10.12
Ritor1
parents: 44
diff changeset
2147 v29 = v4 + pWindowList[v3].pNumPresenceButton;
6a62c4005f0e 23.10.12
Ritor1
parents: 44
diff changeset
2148 if ( v4 < v4 + pWindowList[v3].pNumPresenceButton )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2149 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2150 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2151 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2152 v14 = pWindowList[v3].pControlsHead;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2153 if ( v4 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2154 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2155 v15 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2156 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2157 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2158 v14 = v14->pNext;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2159 --v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2160 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2161 while ( v15 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2162 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2163 if ( (signed int)uClickX >= (signed int)v14->uX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2164 && (signed int)uClickX <= (signed int)v14->uZ
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2165 && (signed int)uClickY >= (signed int)v14->uY
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2166 && (signed int)uClickY <= (signed int)v14->uW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2167 goto LABEL_66;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2168 ++v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2169 if ( v4 >= v29 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2170 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2171 LABEL_45:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2172 v1 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2173 goto LABEL_46;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2174 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2175 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2176 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2177 goto LABEL_46;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2178 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2179 LABEL_47:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2180 --v27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2181 if ( v27 < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2182 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2183 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2184 if ( v26 == 37 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2185 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2186 v12 = pWindowList[v3].field_34;
48
6a62c4005f0e 23.10.12
Ritor1
parents: 44
diff changeset
2187 if ( pWindowList[v3].pCurrentPosActiveItem - pWindowList[v3].pStartingPosActiveItem - v12 >= 0 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2188 {
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
2189 v8 = pCurrentScreen == 21;
48
6a62c4005f0e 23.10.12
Ritor1
parents: 44
diff changeset
2190 pWindowList[v3].pCurrentPosActiveItem -= v12;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2191 if ( v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2192 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2193 pAudioPlayer->PlaySound((SoundID)66, v1, v1, -1, v1, v1, v1, v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2194 v2 = pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2195 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2196 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2197 if ( pWindowList[v3].field_30 != v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2198 goto LABEL_47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2199 v9 = pWindowList[v3].pControlsHead;
48
6a62c4005f0e 23.10.12
Ritor1
parents: 44
diff changeset
2200 v13 = pWindowList[v3].pCurrentPosActiveItem;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2201 if ( v13 > (signed int)v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2202 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2203 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2204 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2205 v9 = v9->pNext;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2206 --v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2207 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2208 while ( v13 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2209 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2210 LABEL_26:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2211 v11 = v9->uControlParam;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2212 if ( (signed int)v2 < 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2213 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2214 pMessageQueue_50CBD0->pMessages[v2].eType = (UIMessageType)v9->uControlID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2215 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2216 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2217 v2 = pMessageQueue_50CBD0->uNumMessages + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2218 ++pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2219 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2220 goto LABEL_47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2221 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2222 if ( v26 != 38 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2223 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2224 if ( v26 == 39 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2225 {
48
6a62c4005f0e 23.10.12
Ritor1
parents: 44
diff changeset
2226 v7 = pWindowList[v3].pCurrentPosActiveItem + pWindowList[v3].field_34;
6a62c4005f0e 23.10.12
Ritor1
parents: 44
diff changeset
2227 if ( v7 < pWindowList[v3].pNumPresenceButton + pWindowList[v3].pStartingPosActiveItem )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2228 {
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
2229 v8 = pCurrentScreen == 21;
48
6a62c4005f0e 23.10.12
Ritor1
parents: 44
diff changeset
2230 pWindowList[v3].pCurrentPosActiveItem = v7;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2231 if ( v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2232 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2233 pAudioPlayer->PlaySound((SoundID)66, v1, v1, -1, v1, v1, v1, v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2234 v2 = pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2235 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2236 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2237 if ( pWindowList[v3].field_30 != v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2238 goto LABEL_47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2239 v9 = pWindowList[v3].pControlsHead;
48
6a62c4005f0e 23.10.12
Ritor1
parents: 44
diff changeset
2240 v10 = pWindowList[v3].pCurrentPosActiveItem;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2241 if ( v10 > (signed int)v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2242 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2243 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2244 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2245 v9 = v9->pNext;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2246 --v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2247 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2248 while ( v10 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2249 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2250 goto LABEL_26;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2251 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2252 if ( v26 == 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2253 {
48
6a62c4005f0e 23.10.12
Ritor1
parents: 44
diff changeset
2254 v17 = pWindowList[v3].pStartingPosActiveItem;
6a62c4005f0e 23.10.12
Ritor1
parents: 44
diff changeset
2255 v18 = pWindowList[v3].pCurrentPosActiveItem;
6a62c4005f0e 23.10.12
Ritor1
parents: 44
diff changeset
2256 if ( v18 >= pWindowList[v3].pNumPresenceButton + v17 - 1 )
6a62c4005f0e 23.10.12
Ritor1
parents: 44
diff changeset
2257 pWindowList[v3].pCurrentPosActiveItem = v17;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2258 else
48
6a62c4005f0e 23.10.12
Ritor1
parents: 44
diff changeset
2259 pWindowList[v3].pCurrentPosActiveItem = v18 + 1;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2260 if ( pWindowList[v3].field_30 != v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2261 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2262 v19 = pWindowList[v3].pControlsHead;
48
6a62c4005f0e 23.10.12
Ritor1
parents: 44
diff changeset
2263 v20 = pWindowList[v3].pCurrentPosActiveItem;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2264 if ( v20 > (signed int)v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2265 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2266 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2267 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2268 v19 = v19->pNext;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2269 --v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2270 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2271 while ( v20 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2272 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2273 goto LABEL_56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2274 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2275 if ( v26 == 41 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2276 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2277 pMouse->GetClickPos(&uClickX, &uClickY);
48
6a62c4005f0e 23.10.12
Ritor1
parents: 44
diff changeset
2278 v4 = pWindowList[v3].pStartingPosActiveItem;
6a62c4005f0e 23.10.12
Ritor1
parents: 44
diff changeset
2279 v28 = v4 + pWindowList[v3].pNumPresenceButton;
6a62c4005f0e 23.10.12
Ritor1
parents: 44
diff changeset
2280 if ( v4 < v4 + pWindowList[v3].pNumPresenceButton )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2281 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2282 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2283 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2284 v5 = pWindowList[v3].pControlsHead;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2285 if ( v4 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2286 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2287 v6 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2288 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2289 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2290 v5 = v5->pNext;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2291 --v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2292 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2293 while ( v6 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2294 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2295 if ( (signed int)uClickX >= (signed int)v5->uX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2296 && (signed int)uClickX <= (signed int)v5->uZ
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2297 && (signed int)uClickY >= (signed int)v5->uY
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2298 && (signed int)uClickY <= (signed int)v5->uW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2299 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2300 ++v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2301 if ( v4 >= v28 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2302 goto LABEL_45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2303 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2304 LABEL_66:
48
6a62c4005f0e 23.10.12
Ritor1
parents: 44
diff changeset
2305 pWindowList[v3].pCurrentPosActiveItem = v4;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2306 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2307 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2308 LABEL_46:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2309 v2 = pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2310 goto LABEL_47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2311 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2312 goto LABEL_47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2313 }
48
6a62c4005f0e 23.10.12
Ritor1
parents: 44
diff changeset
2314 v22 = pWindowList[v3].pCurrentPosActiveItem;
6a62c4005f0e 23.10.12
Ritor1
parents: 44
diff changeset
2315 v23 = pWindowList[v3].pStartingPosActiveItem;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2316 if ( v22 <= v23 )
48
6a62c4005f0e 23.10.12
Ritor1
parents: 44
diff changeset
2317 v24 = pWindowList[v3].pNumPresenceButton + v23 - 1;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2318 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2319 v24 = v22 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2320 v8 = pWindowList[v3].field_30 == v1;
48
6a62c4005f0e 23.10.12
Ritor1
parents: 44
diff changeset
2321 pWindowList[v3].pCurrentPosActiveItem = v24;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2322 if ( !v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2323 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2324 v19 = pWindowList[v3].pControlsHead;
48
6a62c4005f0e 23.10.12
Ritor1
parents: 44
diff changeset
2325 v25 = pWindowList[v3].pCurrentPosActiveItem;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2326 if ( v25 > (signed int)v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2327 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2328 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2329 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2330 v19 = v19->pNext;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2331 --v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2332 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2333 while ( v25 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2334 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2335 LABEL_56:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2336 v21 = v19->uControlParam;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2337 if ( (signed int)v2 < 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2338 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2339 pMessageQueue_50CBD0->pMessages[v2].eType = (UIMessageType)v19->uControlID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2340 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2341 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2342 ++pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2343 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2344 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2345 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2346
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2347 //----- (0041D20D) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2348 char __fastcall sub_41D20D_buff_remaining_time_string(int ecx0, GUIWindow *edx0, __int64 a3, GUIFont *a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2349 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2350 unsigned int v4; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2351 unsigned int v5; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2352 unsigned int v6; // ebp@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2353 unsigned int v7; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2354 signed __int64 v8; // ST34_8@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2355 signed __int64 v9; // kr00_8@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2356 char *v10; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2357 char *v11; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2358 char *v12; // eax@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2359 char *v13; // eax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2360 int uY; // [sp+0h] [bp-20h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2361 GUIWindow *a1; // [sp+4h] [bp-1Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2362 signed __int64 v17; // [sp+10h] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2363 signed __int64 v18; // [sp+18h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2364 unsigned int v19; // [sp+24h] [bp+4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2365
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2366 a1 = edx0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2367 uY = ecx0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2368 v4 = (unsigned __int64)(signed __int64)((double)a3 * 0.234375) >> 32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2369 v5 = (signed __int64)((double)a3 * 0.234375);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2370 v6 = (unsigned __int64)((signed __int64)((double)a3 * 0.234375) / 60) >> 32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2371 v7 = (signed __int64)((double)a3 * 0.234375) / 60;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2372 v8 = (signed __int64)((double)a3 * 0.234375) / 60 / 60;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2373 v19 = (unsigned int)v8 / 0x18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2374 v18 = (signed __int64)__PAIR__(v4, v5) % 60;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2375 v17 = (signed __int64)__PAIR__(v6, v7) % 60;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2376 v9 = v8 % 24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2377 strcpy(pTmpBuf, "\r020");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2378 if ( (unsigned int)v8 / 0x18 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2379 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2380 v10 = pGlobalTXT_LocalizationStrings[57]; // Days
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2381 if ( v19 <= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2382 v10 = pGlobalTXT_LocalizationStrings[56]; // Day
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
2383 sprintf(pTmpBuf2, "%d %s ", v19, v10);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2384 strcat(pTmpBuf, pTmpBuf2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2385 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2386 if ( v9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2387 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2388 if ( v9 <= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2389 v11 = pGlobalTXT_LocalizationStrings[109];// Hour
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2390 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2391 v11 = pGlobalTXT_LocalizationStrings[110];// Hours
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
2392 sprintf(pTmpBuf2, "%d %s ", v9, v11);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2393 strcat(pTmpBuf, pTmpBuf2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2394 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2395 if ( v17 && !v19 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2396 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2397 if ( v17 <= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2398 v12 = pGlobalTXT_LocalizationStrings[437];// Minute
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2399 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2400 v12 = pGlobalTXT_LocalizationStrings[436];// Minutes
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
2401 sprintf(pTmpBuf2, "%d %s ", v17, v12);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2402 strcat(pTmpBuf, pTmpBuf2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2403 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2404 if ( v18 && !v9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2405 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2406 if ( v18 <= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2407 v13 = pGlobalTXT_LocalizationStrings[439];// Second
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2408 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2409 v13 = pGlobalTXT_LocalizationStrings[438];// Seconds
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
2410 sprintf(pTmpBuf2, "%d %s ", v18, v13);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2411 strcat(pTmpBuf, pTmpBuf2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2412 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2413 return a1->DrawText(a2, 32, uY, 0, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2414 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2415
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2416
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2417 //----- (0041D895) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2418 void __thiscall GameUI_DrawItemInfo(ItemGen *ecx0)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2419 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2420 ItemGen *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2421 unsigned int v2; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2422 char *v3; // edi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2423 unsigned int v4; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2424 unsigned int v5; // esi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2425 signed int v6; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2426 int v7; // edx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2427 ItemGen *v8; // ecx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2428 unsigned int v9; // eax@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2429 char v10; // zf@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2430 ItemGen *v11; // eax@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2431 ItemGen *v12; // eax@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2432 unsigned int v13; // ecx@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2433 unsigned int v14; // eax@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2434 Render *v15; // edi@33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2435 const char *v16; // eax@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2436 int v17; // eax@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2437 int v18; // esi@37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2438 unsigned __int16 v19; // ax@37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2439 char v20; // al@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2440 char v21; // al@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2441 char v22; // al@48
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2442 char v23; // al@51
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2443 int v24; // eax@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2444 int v25; // eax@57
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2445 int v26; // eax@60
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2446 int v27; // eax@67
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2447 const char *v28; // edi@69
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2448 int v29; // eax@70
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2449 char *v30; // edi@78
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2450 const char *v31; // eax@78
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2451 int v32; // ecx@81
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2452 unsigned int v33; // eax@81
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2453 int v34; // esi@81
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2454 const char *v35; // eax@85
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2455 const char *v36; // eax@87
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2456 unsigned int v37; // eax@109
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2457 unsigned int v38; // eax@109
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2458 int v39; // eax@113
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2459 GUIFont *v40; // edx@113
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2460 signed int v41; // [sp-20h] [bp-298h]@113
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2461 int v42; // [sp-1Ch] [bp-294h]@113
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2462 char *v43; // [sp-18h] [bp-290h]@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2463 unsigned int v44; // [sp-18h] [bp-290h]@113
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2464 int v45; // [sp-14h] [bp-28Ch]@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2465 const char *v46; // [sp-14h] [bp-28Ch]@58
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2466 char *v47; // [sp-14h] [bp-28Ch]@110
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2467 char *v48; // [sp-10h] [bp-288h]@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2468 const char *v49; // [sp-10h] [bp-288h]@56
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2469 char *v50; // [sp-10h] [bp-288h]@58
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2470 int v51; // [sp-10h] [bp-288h]@110
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2471 const char *v52; // [sp-Ch] [bp-284h]@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2472 int v53; // [sp-Ch] [bp-284h]@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2473 char *v54; // [sp-Ch] [bp-284h]@56
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2474 int v55; // [sp-Ch] [bp-284h]@58
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2475 int v56; // [sp-Ch] [bp-284h]@110
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2476 unsigned int v57; // [sp-8h] [bp-280h]@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2477 int v58; // [sp-8h] [bp-280h]@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2478 int v59; // [sp-8h] [bp-280h]@56
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2479 int v60; // [sp-8h] [bp-280h]@58
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2480 unsigned int v61; // [sp-8h] [bp-280h]@110
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2481 char a1[100]; // [sp+8h] [bp-270h]@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2482 char Dest[100]; // [sp+6Ch] [bp-20Ch]@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2483 char v64[100]; // [sp+D0h] [bp-1A8h]@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2484 char v65[120]; // [sp+134h] [bp-144h]@92
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2485 char Source[40]; // [sp+1ACh] [bp-CCh]@49
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2486 int v67; // [sp+1D4h] [bp-A4h]@91
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2487 int v68; // [sp+1D8h] [bp-A0h]@106
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2488 int v69; // [sp+1DCh] [bp-9Ch]@101
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2489 int v70; // [sp+1E0h] [bp-98h]@97
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2490 int v71; // [sp+1E8h] [bp-90h]@93
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2491 int v72; // [sp+1ECh] [bp-8Ch]@91
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2492 int var88; // [sp+1F0h] [bp-88h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2493 Texture *v73; // [sp+1F4h] [bp-84h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2494 unsigned int v75; // [sp+1F8h] [bp-80h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2495 char *v76; // [sp+1FCh] [bp-7Ch]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2496 int v77; // [sp+200h] [bp-78h]@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2497 int v78; // [sp+204h] [bp-74h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2498 GUIWindow v79; // [sp+208h] [bp-70h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2499 POINT a2; // [sp+25Ch] [bp-1Ch]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2500 int v81; // [sp+264h] [bp-14h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2501 GUIFont *v82; // [sp+268h] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2502 char *v83; // [sp+26Ch] [bp-Ch]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2503 char *Str; // [sp+270h] [bp-8h]@65
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2504 ItemGen *_this; // [sp+274h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2505
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2506 v1 = ecx0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2507 _this = ecx0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2508 var88 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2509 v82 = pFontComic;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2510 if ( v1->uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2511 {
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
2512 v79.Hint = 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2513 v79.uFrameWidth = 384;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2514 v79.uFrameHeight = 180;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2515 v79.uFrameY = 40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2516 if ( pMouse->GetCursorPos(&a2)->x <= 320 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2517 v2 = pMouse->GetCursorPos(&a2)->x + 30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2518 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2519 v2 = pMouse->GetCursorPos(&a2)->x - v79.uFrameWidth - 30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2520 v79.uFrameX = v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2521 v3 = (char *)&pItemsTable->pItems[_this->uItemID].pIconName;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2522 v76 = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2523 v4 = pIcons_LOD->LoadTexture(*(const char **)v3, TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2524 v5 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2525 v4 *= 72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2526 v75 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2527 v73 = (struct Texture *)((char *)pIcons_LOD->pTextures + v4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2528 v6 = 100 - *(unsigned __int16 *)((char *)&pIcons_LOD->pTextures[0].uTextureWidth + v4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2529 v7 = v73->uTextureHeight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2530 v78 = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2531 v81 = 144 - v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2532 if ( v6 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2533 v78 = v6 >> 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2534 if ( v81 <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2535 v81 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2536 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2537 v81 >>= 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2538 v8 = _this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2539 if ( !v3[46] )
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
2540 _this->uAttributes |= 1u;
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
2541 v9 = v8->uAttributes;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2542 v77 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2543 a2.y = v9 & 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2544 if ( pItemsTable->pItems[v8->uItemID].uEquipType == 18 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2545 v77 = v8->uAdditionalValue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2546 if ( uActiveCharacter )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2547 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2548 if ( !(v9 & 1) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2549 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2550 v10 = pPlayers[uActiveCharacter]->CanIdentify(_this) == 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2551 v11 = _this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2552 if ( v10 )
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
2553 _this->uAttributes |= 1u;
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
2554 v10 = (v11->uAttributes & 1) == 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2555 v83 = (char *)9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2556 if ( v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2557 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2558 ShowStatusBarString(pGlobalTXT_LocalizationStrings[446], 2u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2559 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2560 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2561 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2562 v83 = (char *)8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2563 if ( _this->GetValue() < 100 * (pPlayers[uActiveCharacter]->uLevel + 5) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2564 v83 = (char *)7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2565 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2566 if ( dword_4E455C )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2567 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2568 pPlayers[uActiveCharacter]->PlaySound((int)v83, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2569 dword_4E455C = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2570 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2571 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2572 _this->UpdateTempBonus(pParty->uTimePlayed);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2573 if ( a2.y )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2574 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2575 v10 = pPlayers[uActiveCharacter]->CanRepair(_this) == 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2576 v12 = _this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2577 if ( v10 )
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
2578 _this->uAttributes = _this->uAttributes & 0xFFFFFFFD | 1;
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
2579 v10 = (v12->uAttributes & 2) == 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2580 v83 = (char *)11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2581 if ( v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2582 v83 = (char *)10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2583 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2584 ShowStatusBarString(pGlobalTXT_LocalizationStrings[448], 2u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2585 if ( dword_4E455C )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2586 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2587 pPlayers[uActiveCharacter]->PlaySound((int)v83, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2588 dword_4E455C = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2589 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2590 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2591 }
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
2592 v13 = _this->uAttributes;
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
2593 v14 = _this->uAttributes & 1;
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
2594 a2.y = _this->uAttributes & 1;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2595 if ( v13 & 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2596 {
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
2597 v79.DrawMessageBox(0);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2598 //v15 = &;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2599 pRenderer->Clip(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2600 v79.uFrameX + 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2601 v79.uFrameY + 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2602 v79.uFrameX + v79.uFrameWidth - 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2603 v79.uFrameY + v79.uFrameHeight - 12);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2604 v79.uFrameWidth -= 24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2605 v79.uFrameHeight -= 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2606 v79.uFrameZ = v79.uFrameX + v79.uFrameWidth - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2607 v79.uFrameW = v79.uFrameY + v79.uFrameHeight - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2608 pRenderer->_4A6776(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2609 v79.uFrameX + v78,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2610 v81 + v79.uFrameY + 30,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2611 (Texture *)(v5 != -1 ? (int)((char *)pIcons_LOD->pTextures + v75) : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2612 if ( a2.y )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2613 v16 = _this->GetIdentifiedName();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2614 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2615 v16 = (const char *)*((int *)v76 + 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2616 v79.DrawText2(pFontArrus, 0, 0xCu, var88, v16, 3u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2617 v17 = pFontArrus->CalcTextHeight(pGlobalTXT_LocalizationStrings[32], &v79, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2618 v57 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2619 v52 = pGlobalTXT_LocalizationStrings[32];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2620 goto LABEL_37;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2621 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2622 if ( !v14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2623 {
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
2624 v79.DrawMessageBox(0);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2625 v15 = pRenderer;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2626 pRenderer->Clip(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2627 v79.uFrameX + 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2628 v79.uFrameY + 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2629 v79.uFrameX + v79.uFrameWidth - 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2630 v79.uFrameY + v79.uFrameHeight - 12);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2631 v79.uFrameWidth -= 24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2632 v79.uFrameHeight -= 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2633 v79.uFrameZ = v79.uFrameX + v79.uFrameWidth - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2634 v79.uFrameW = v79.uFrameY + v79.uFrameHeight - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2635 pRenderer->DrawTextureTransparent(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2636 v79.uFrameX + v78,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2637 v81 + v79.uFrameY + 30,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2638 (Texture *)(v5 != -1 ? (int)((char *)pIcons_LOD->pTextures + v75) : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2639 v79.DrawText2(pFontArrus, 0, 0xCu, var88, *((const char **)v76 + 2), 3u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2640 v17 = pFontArrus->CalcTextHeight(pGlobalTXT_LocalizationStrings[232], &v79, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2641 v57 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2642 v52 = pGlobalTXT_LocalizationStrings[232];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2643 LABEL_37:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2644 v18 = v17 >> 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2645 v19 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0x19u, 0x19u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2646 v79.DrawText2(pFontArrus, 0x64u, ((signed int)v79.uFrameHeight >> 1) - v18, v19, v52, v57);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2647 goto LABEL_116;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2648 }
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
2649 sprintf(a1, pGlobalTXT_LocalizationStrings[463], *((int *)v3 + 2));
59
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
2650 strcpy(Dest, "");
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
2651 strcpy(v64, "");
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2652 v20 = v3[28];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2653 if ( (unsigned __int8)v20 <= 1u )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2654 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2655 v58 = (unsigned __int8)v3[31];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2656 v53 = (unsigned __int8)v3[30];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2657 v48 = pGlobalTXT_LocalizationStrings[53];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2658 v45 = (unsigned __int8)v3[32];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2659 v43 = pGlobalTXT_LocalizationStrings[18];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2660 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2661 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2662 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2663 if ( v20 != 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2664 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2665 if ( (unsigned __int8)v20 > 2u )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2666 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2667 if ( (unsigned __int8)v20 <= 0xBu )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2668 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2669 v21 = v3[30];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2670 if ( v21 )
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
2671 sprintf(
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2672 Dest,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2673 "%s: +%d",
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2674 pGlobalTXT_LocalizationStrings[11],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2675 (unsigned __int8)v21 + (unsigned __int8)v3[32]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2676 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2677 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2678 goto LABEL_50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2679 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2680 v58 = (unsigned __int8)v3[31];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2681 v53 = (unsigned __int8)v3[30];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2682 v48 = pGlobalTXT_LocalizationStrings[53];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2683 v45 = (unsigned __int8)v3[32];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2684 v43 = pGlobalTXT_LocalizationStrings[203];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2685 }
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
2686 sprintf(Dest, "%s: +%d %s: %dd%d", v43, v45, v48, v53, v58);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2687 v22 = v3[32];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2688 if ( v22 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2689 {
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
2690 sprintf(Source, " +%d", (unsigned __int8)v22);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2691 strcat(Dest, Source);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2692 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2693 LABEL_50:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2694 if ( v77 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2695 goto LABEL_65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2696 v23 = v3[28];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2697 if ( v23 == 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2698 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2699 v24 = _this->_bonus_type;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2700 if ( v24 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2701 goto LABEL_56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2702 LABEL_65:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2703 v79.uFrameWidth -= 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2704 a2.y = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2705 v79.uFrameZ = v79.uFrameX + v79.uFrameWidth - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2706 v79.uFrameW = v79.uFrameY + v79.uFrameHeight - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2707 Str = (char *)(3 * (LOBYTE(pFontArrus->uFontHeight) + 8));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2708 v83 = a1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2709 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2710 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2711 if ( *v83 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2712 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2713 v27 = v82->CalcTextHeight(v83, &v79, 100, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2714 Str += v27 + 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2715 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2716 v83 += 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2717 --a2.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2718 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2719 while ( a2.y );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2720 v28 = (const char *)*((int *)v3 + 3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2721 if ( *v28 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2722 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2723 v29 = pFontSmallnum->CalcTextHeight(v28, &v79, 100, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2724 Str += v29;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2725 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2726 v79.uFrameHeight = v73->uTextureHeight + v81 + 54;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2727 if ( (signed int)Str > (signed int)v79.uFrameHeight )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2728 v79.uFrameHeight = (unsigned int)Str;
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
2729 if ( _this->uAttributes & 8 && (_this->uAdditionalValue || _this->_bonus_type) )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2730 v79.uFrameHeight += LOBYTE(v82->uFontHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2731 v83 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2732 if ( LOBYTE(pFontArrus->uFontHeight) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2733 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2734 v79.uFrameWidth -= 24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2735 v30 = (char *)LOBYTE(pFontArrus->uFontHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2736 v31 = _this->GetIdentifiedName();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2737 if ( pFontArrus->CalcTextHeight(v31, &v79, 0, 0) / (signed int)v30 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2738 v83 = v30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2739 v79.uFrameWidth += 24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2740 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2741 v79.uFrameWidth += 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2742 v79.uFrameHeight += (unsigned int)v83;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2743 v79.uFrameW = v79.uFrameY + v79.uFrameHeight - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2744 v79.uFrameZ = v79.uFrameX + v79.uFrameWidth - 1;
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
2745 v79.DrawMessageBox(0);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2746 v15 = pRenderer;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2747 pRenderer->Clip(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2748 v79.uFrameX + 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2749 v79.uFrameY + 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2750 v79.uFrameX + v79.uFrameWidth - 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2751 v79.uFrameY + v79.uFrameHeight - 12);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2752 v79.uFrameWidth -= 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2753 v32 = v73->uTextureHeight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2754 v33 = v79.uFrameHeight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2755 v79.uFrameHeight -= 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2756 v79.uFrameZ = v79.uFrameX + v79.uFrameWidth - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2757 v79.uFrameW = v79.uFrameY + v79.uFrameHeight - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2758 pRenderer->DrawTextureTransparent(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2759 v79.uFrameX + v78,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2760 v79.uFrameY + (signed int)(v33 - v32) / 2,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2761 (Texture *)(v5 != -1 ? (int)((char *)pIcons_LOD->pTextures + v75) : 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2762 a2.y = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2763 v34 = (int)(v83 + 35);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2764 Str = a1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2765 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2766 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2767 if ( *Str )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2768 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2769 v79.DrawText(v82, 100, v34, 0, Str, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2770 v34 += v82->CalcTextHeight(Str, &v79, 100, 0) + 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2771 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2772 Str += 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2773 --a2.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2774 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2775 while ( a2.y );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2776 v35 = (const char *)*((int *)v76 + 3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2777 if ( *v35 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2778 v79.DrawText(pFontSmallnum, 100, v34, 0, v35, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2779 v79.uFrameX += 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2780 v79.uFrameWidth -= 24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2781 v36 = _this->GetIdentifiedName();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2782 v79.DrawText2(pFontArrus, 0, 0xCu, var88, v36, 3u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2783 v79.uFrameWidth += 24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2784 v79.uFrameX -= 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2785 if ( v77 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2786 {
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
2787 sprintf(pTmpBuf, "%s: %lu", pGlobalTXT_LocalizationStrings[465], v77);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2788 v40 = v82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2789 v61 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2790 v56 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2791 v51 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2792 v47 = pTmpBuf;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2793 v44 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2794 v42 = v79.uFrameHeight - LOBYTE(v82->uFontHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2795 v41 = 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2796 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2797 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2798 {
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
2799 if ( _this->uAttributes & 8 && (_this->uAdditionalValue || _this->_bonus_type) )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2800 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2801 sub_493F79((stru351 *)&v67, _this->uExpireTime - pParty->uTimePlayed);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2802 strcpy(pTmpBuf, "Duration:");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2803 Str = (char *)(v72 - 1168);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2804 if ( v72 != 1168 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2805 {
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
2806 sprintf(v65, " %d:yr", v72 - 1168);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2807 strcat(pTmpBuf, v65);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2808 }
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
2809 if ( (((v71 || Str) && ((sprintf(v65, " %d:mo", v71), strcat(pTmpBuf, v65), v71) || Str) || v70)
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
2810 && ((sprintf(v65, " %d:dy", v70), strcat(pTmpBuf, v65), v71) || Str || v70)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2811 || v69)
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
2812 && ((sprintf(v65, " %d:hr", v69), strcat(pTmpBuf, v65), v71) || Str || v70 || v69)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2813 || v68 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2814 {
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
2815 sprintf(v65, " %d:mn", v68);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2816 strcat(pTmpBuf, v65);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2817 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2818 v79.DrawText(v82, 100, v79.uFrameHeight - 2 * LOBYTE(v82->uFontHeight), 0, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2819 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2820 v37 = _this->GetValue();
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
2821 sprintf(pTmpBuf, "%s: %lu", pGlobalTXT_LocalizationStrings[465], v37);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2822 v79.DrawText(v82, 100, v79.uFrameHeight - LOBYTE(v82->uFontHeight), 0, pTmpBuf, 0, 0, 0);
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
2823 v38 = _this->uAttributes;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2824 if ( BYTE1(v38) & 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2825 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2826 v61 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2827 v56 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2828 v51 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2829 v47 = pGlobalTXT_LocalizationStrings[187];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2830 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2831 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2832 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2833 if ( !(BYTE1(v38) & 2) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2834 goto LABEL_116;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2835 v61 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2836 v56 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2837 v51 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2838 v47 = pGlobalTXT_LocalizationStrings[651];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2839 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2840 LOWORD(v38) = LOWORD(pRenderer->uTargetRMask);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2841 v44 = v38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2842 v42 = v79.uFrameHeight - LOBYTE(v82->uFontHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2843 v39 = v82->GetLineWidth(pTmpBuf);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2844 v40 = v82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2845 v41 = v39 + 132;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2846 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2847 v79.DrawText(v40, v41, v42, v44, v47, v51, v56, v61);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2848 LABEL_116:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2849 pRenderer->ResetClip();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2850 if ( !areWeLoadingTexture )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2851 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2852 v73->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2853 pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2854 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2855 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2856 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2857 if ( v23 == 13 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2858 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2859 v24 = pItemsTable->pItems[_this->uItemID].uDamageDice;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2860 LABEL_56:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2861 v59 = v24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2862 v54 = pGlobalTXT_LocalizationStrings[449];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2863 v49 = "%s: %d";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2864 LABEL_64:
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
2865 sprintf(v64, v49, v54, v59);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2866 goto LABEL_65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2867 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2868 v25 = _this->_bonus_type;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2869 if ( v25 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2870 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2871 v60 = _this->_bonus_strength;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2872 v55 = *((int *)&pItemsTable->pItems[799].uDamageMod + 5 * v25);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2873 v50 = pGlobalTXT_LocalizationStrings[210];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2874 v46 = "%s: %s +%d";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2875 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2876 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2877 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2878 v26 = _this->uAdditionalValue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2879 if ( !v26 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2880 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2881 if ( _this->uNumCharges )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2882 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2883 v59 = _this->uNumCharges;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2884 v54 = pGlobalTXT_LocalizationStrings[464];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2885 v49 = "%s: %lu";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2886 goto LABEL_64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2887 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2888 goto LABEL_65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2889 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2890 v60 = _this->_bonus_strength;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2891 v55 = *((int *)&pItemsTable->pEnchantments[23].pName + 7 * v26);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2892 v50 = pGlobalTXT_LocalizationStrings[210];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2893 v46 = "%s: %s";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2894 }
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
2895 sprintf(v64, v46, v50, v55, v60);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2896 goto LABEL_65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2897 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2898 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2899 // 4E455C: using guessed type int dword_4E455C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2900 // 506128: using guessed type int areWeLoadingTexture;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2901
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2902 //----- (0041E360) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2903 char *__fastcall MonsterPopup_Draw(unsigned int uActorID, GUIWindow *edx0)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2904 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2905 unsigned int v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2906 Actor *v3; // esi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2907 int v4; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2908 unsigned int v5; // ecx@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2909 NPCData *v6; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2910 unsigned __int16 v7; // cx@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2911 int v8; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2912 unsigned __int16 v9; // dx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2913 SpriteFrame *v10; // edi@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2914 int v11; // esi@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2915 unsigned int v12; // ecx@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2916 Sprite *v13; // edi@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2917 int v14; // ecx@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2918 int v15; // edx@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2919 int v16; // edx@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2920 int v17; // eax@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2921 unsigned int v18; // ecx@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2922 unsigned int v19; // eax@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2923 char *v20; // esi@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2924 int v21; // edx@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2925 unsigned __int16 *v22; // ecx@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2926 int v23; // eax@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2927 int v24; // eax@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2928 int v25; // esi@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2929 char *v26; // edx@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2930 unsigned __int8 v27; // sf@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2931 unsigned __int8 v28; // of@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2932 int v29; // esi@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2933 char *v30; // ecx@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2934 int v31; // eax@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2935 int v32; // esi@43
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2936 unsigned __int16 v33; // ax@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2937 int v34; // edx@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2938 int v35; // eax@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2939 int v36; // eax@49
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2940 char *v37; // eax@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2941 int v38; // eax@55
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2942 unsigned __int16 v39; // ax@59
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2943 SpellBuff *v40; // eax@60
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2944 int v41; // edi@61
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2945 unsigned int v42; // eax@61
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2946 int v43; // eax@62
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2947 int v44; // eax@63
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2948 signed int v45; // edi@65
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2949 unsigned __int16 v46; // ax@73
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2950 Player *v47; // ecx@77
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2951 unsigned int v48; // eax@85
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2952 GUIFont *v49; // edi@90
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2953 int v50; // edi@90
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2954 SpellBuff *v51; // eax@91
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2955 char *v52; // ecx@98
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2956 char *v53; // ecx@101
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2957 char *v54; // ST0C_4@118
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2958 unsigned int v55; // eax@118
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2959 GUIFont *v56; // edi@124
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2960 unsigned __int8 v57; // al@128
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2961 int v58; // eax@132
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2962 Actor *v59; // ecx@133
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2963 unsigned __int8 v60; // dl@138
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2964 char *v61; // eax@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2965 char *v62; // eax@147
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2966 int v63; // eax@152
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2967 char *result; // eax@152
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2968 int v65; // eax@155
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2969 const char *v66; // [sp-10h] [bp-1FCh]@121
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2970 const char *v67; // [sp-10h] [bp-1FCh]@125
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2971 const char *v68; // [sp-10h] [bp-1FCh]@142
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2972 int v69; // [sp-Ch] [bp-1F8h]@121
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2973 char *v70; // [sp-Ch] [bp-1F8h]@125
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2974 char *v71; // [sp-Ch] [bp-1F8h]@142
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2975 char *v72; // [sp-8h] [bp-1F4h]@54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2976 int v73; // [sp-8h] [bp-1F4h]@79
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2977 int v74; // [sp-8h] [bp-1F4h]@121
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2978 int v75; // [sp-8h] [bp-1F4h]@125
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2979 int v76; // [sp-8h] [bp-1F4h]@142
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2980 size_t v77; // [sp-4h] [bp-1F0h]@54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2981 unsigned int v78; // [sp-4h] [bp-1F0h]@121
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2982 unsigned int v79; // [sp-4h] [bp-1F0h]@125
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2983 char *v80; // [sp-4h] [bp-1F0h]@142
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2984 char *v81; // [sp-4h] [bp-1F0h]@148
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2985 DDBLTFX Dst; // [sp+Ch] [bp-1E0h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2986 DDSURFACEDESC2 pDesc; // [sp+70h] [bp-17Ch]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2987 RECT v84; // [sp+ECh] [bp-100h]@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2988 char *v85; // [sp+FCh] [bp-F0h]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2989 char *v86; // [sp+100h] [bp-ECh]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2990 char *v87; // [sp+104h] [bp-E8h]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2991 char *v88; // [sp+108h] [bp-E4h]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2992 char *v89; // [sp+10Ch] [bp-E0h]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2993 char *v90; // [sp+110h] [bp-DCh]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2994 char *v91; // [sp+114h] [bp-D8h]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2995 char *v92; // [sp+118h] [bp-D4h]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2996 char *v93; // [sp+11Ch] [bp-D0h]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2997 char *v94; // [sp+120h] [bp-CCh]@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2998 char *v95; // [sp+124h] [bp-C8h]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2999 char *v96; // [sp+128h] [bp-C4h]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3000 char *v97; // [sp+12Ch] [bp-C0h]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3001 char *v98; // [sp+130h] [bp-BCh]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3002 char *v99; // [sp+134h] [bp-B8h]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3003 char *v100; // [sp+138h] [bp-B4h]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3004 char *v101; // [sp+13Ch] [bp-B0h]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3005 char *v102; // [sp+140h] [bp-ACh]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3006 char *v103; // [sp+144h] [bp-A8h]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3007 char *v104; // [sp+148h] [bp-A4h]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3008 char *v105; // [sp+14Ch] [bp-A0h]@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3009 RenderBillboardTransform_local0 v106; // [sp+150h] [bp-9Ch]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3010 unsigned int v107; // [sp+1A0h] [bp-4Ch]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3011 unsigned __int16 *v108; // [sp+1A4h] [bp-48h]@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3012 unsigned int v109; // [sp+1A8h] [bp-44h]@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3013 LPVOID v110; // [sp+1ACh] [bp-40h]@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3014 unsigned int v111; // [sp+1B0h] [bp-3Ch]@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3015 char **v112; // [sp+1B4h] [bp-38h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3016 IDirectDrawSurface *v222; // [sp+1B8h] [bp-34h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3017 unsigned __int8 v114; // [sp+1BFh] [bp-2Dh]@133
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3018 int v115; // [sp+1C0h] [bp-2Ch]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3019 unsigned int v116; // [sp+1C4h] [bp-28h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3020 int i; // [sp+1C8h] [bp-24h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3021 Player *a2; // [sp+1CCh] [bp-20h]@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3022 int v119; // [sp+1D0h] [bp-1Ch]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3023 SpellBuff *v120; // [sp+1D4h] [bp-18h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3024 Actor *v121; // [sp+1D8h] [bp-14h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3025 int a5; // [sp+1DCh] [bp-10h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3026 GUIWindow *a1; // [sp+1E0h] [bp-Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3027 int v124; // [sp+1E4h] [bp-8h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3028 char *a4; // [sp+1E8h] [bp-4h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3029
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3030 a1 = edx0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3031 v2 = uActorID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3032
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3033 static Actor pMonsterInfoUI_Doll;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3034 /*if ( !(bMonsterInfoUI_bDollInitialized & 1) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3035 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3036 bMonsterInfoUI_bDollInitialized |= 1u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3037 Actor::Actor(&pMonsterInfoUI_Doll);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3038 atexit(nullsub_3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3039 }*/
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3040 v106.uParentBillboardID = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3041 v3 = &pActors[v2];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3042 v121 = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3043 v4 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xE1u, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3044 v5 = v3->uNPC_ID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3045 a5 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3046 v6 = GetNPCData(v5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3047 v7 = v3->pMonsterInfo.uID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3048 v112 = (char **)v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3049 v115 = byte_4E2B70[((signed __int16)v7 - 1) / 3] - 40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3050 if ( v7 == pMonsterInfoUI_Doll.pMonsterInfo.uID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3051 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3052 v9 = pMonsterInfoUI_Doll.uCurrentActionLength;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3053 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3054 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3055 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3056 memcpy(&pMonsterInfoUI_Doll, v3, sizeof(pMonsterInfoUI_Doll));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3057 pMonsterInfoUI_Doll.uCurrentActionAnimation = 7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3058 pMonsterInfoUI_Doll.uCurrentActionTime = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3059 v8 = rand();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3060 v3 = v121;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3061 v9 = v8 % 256 + 128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3062 pMonsterInfoUI_Doll.uCurrentActionLength = v8 % 256 + 128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3063 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3064 if ( (signed int)pMonsterInfoUI_Doll.uCurrentActionTime > (signed __int16)v9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3065 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3066 pMonsterInfoUI_Doll.uCurrentActionTime = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3067 if ( pMonsterInfoUI_Doll.uCurrentActionAnimation == 7 || pMonsterInfoUI_Doll.uCurrentActionAnimation == 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3068 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3069 pMonsterInfoUI_Doll.uCurrentActionAnimation = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3070 pMonsterInfoUI_Doll.uCurrentActionLength = rand() % 128 + 128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3071 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3072 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3073 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3074 rand();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3075 pMonsterInfoUI_Doll.uCurrentActionAnimation = 7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3076 if ( (pMonsterInfoUI_Doll.pMonsterInfo.uID < 115 || pMonsterInfoUI_Doll.pMonsterInfo.uID > 186)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3077 && (pMonsterInfoUI_Doll.pMonsterInfo.uID < 232 || pMonsterInfoUI_Doll.pMonsterInfo.uID > 249)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3078 && rand() % 30 < 100 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3079 pMonsterInfoUI_Doll.uCurrentActionAnimation = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3080 pMonsterInfoUI_Doll.uCurrentActionLength = 8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3081 * pSpriteFrameTable->pSpriteSFrames[v3->pSpriteIDs[(signed __int16)pMonsterInfoUI_Doll.uCurrentActionAnimation]].uAnimLength;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3082 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3083 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3084 v10 = pSpriteFrameTable->GetFrame(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3085 v3->pSpriteIDs[(signed __int16)pMonsterInfoUI_Doll.uCurrentActionAnimation],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3086 pMonsterInfoUI_Doll.uCurrentActionTime);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3087 v11 = 40 * v10->pHwSpriteIDs[0] + 7218180;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3088 v106.pTarget = pRenderer->pTargetSurface;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3089 v106.pTargetZ = pRenderer->pActiveZBuffer;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3090 v106.uTargetPitch = pRenderer->uTargetSurfacePitch;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3091 v12 = a1->uFrameY + 52;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3092 v106.uViewportX = a1->uFrameX + 13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3093 v106.uViewportY = v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3094 v106.uViewportW = v12 + 128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3095 v106.uViewportZ = v106.uViewportX + 128;
45
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
3096 v106.uScreenSpaceX = (signed int)(v106.uViewportX + 128 + v106.uViewportX) / 2;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3097 v106.field_10 = 65536;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3098 v106.field_14 = 65536;
45
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
3099 v106.uScreenSpaceY = v115 + v12 + *(short *)(v11 + 18);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3100 v106.pPalette = PaletteManager::Get_Dark_or_Red_LUT(v10->uPaletteIndex, 0, 1);
45
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
3101 v106.sZValue = 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3102 v106.uFlags = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3103 pRenderer->Clip_v2(0, 0, 0x27Fu, 0x1DFu);
52
0f4ed4f0f472 BLV minimap: 1/3
Nomad
parents: 51
diff changeset
3104 pRenderer->Line2D(v106.uViewportX - 1, v106.uViewportY - 1, v106.uViewportX + 129, v106.uViewportY - 1, a5);
0f4ed4f0f472 BLV minimap: 1/3
Nomad
parents: 51
diff changeset
3105 pRenderer->Line2D(
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3106 v106.uViewportX + 129,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3107 v106.uViewportY - 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3108 v106.uViewportX + 129,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3109 v106.uViewportW + 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3110 a5);
52
0f4ed4f0f472 BLV minimap: 1/3
Nomad
parents: 51
diff changeset
3111 pRenderer->Line2D(v106.uViewportX + 129, v106.uViewportW + 1, v106.uViewportX - 1, v106.uViewportW + 1, a5);
0f4ed4f0f472 BLV minimap: 1/3
Nomad
parents: 51
diff changeset
3112 pRenderer->Line2D(v106.uViewportX - 1, v106.uViewportW + 1, v106.uViewportX - 1, v106.uViewportY - 1, a5);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3113 if ( pRenderer->pRenderD3D )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3114 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3115 v13 = &pSprites_LOD->pHardwareSprites[v10->pHwSpriteIDs[0]];
45
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
3116 v106.uScreenSpaceY = v115 + v106.uViewportY + v13->uBufferHeight;
1
ac0fb48cd27a Texture, hwl loading, video player
Nomad
parents: 0
diff changeset
3117 v222 = (IDirectDrawSurface *)v13->pTextureSurface;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3118 memset(&Dst, 0, 0x64u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3119 Dst.dwSize = 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3120 Dst.dwFillColor = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3121 memset(&pDesc, 0, 0x7Cu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3122 pDesc.dwSize = 124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3123 v222->GetSurfaceDesc((LPDDSURFACEDESC)&pDesc);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3124 v14 = v13->uBufferHeight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3125 v120 = (SpellBuff *)v13->uBufferWidth;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3126 v107 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3127 v15 = v13->uAreaX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3128 v119 = (signed int)v120 / 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3129 i = 0;
45
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
3130 a4 = (char *)(v106.uScreenSpaceX + v15 - (signed int)v120 / 2);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3131 v115 = v13->uAreaY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3132 v16 = v13->uAreaWidth + (signed int)v120 / 2 + v15 - (int)v120;
45
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
3133 v124 = v106.uScreenSpaceY + v115 - v14;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3134 v17 = v13->uAreaHeight + v115 - v14;
45
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
3135 v116 = v106.uScreenSpaceX + v16;
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
3136 v119 = v106.uScreenSpaceY + v17;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3137 if ( (signed int)a4 < (signed int)v106.uViewportX )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3138 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3139 v18 = v106.uViewportX - (int)a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3140 a4 = (char *)v106.uViewportX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3141 v107 = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3142 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3143 if ( v124 < (signed int)v106.uViewportY )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3144 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3145 v19 = v106.uViewportY - v124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3146 v124 = v106.uViewportY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3147 i = v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3148 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3149 if ( (signed int)v116 > (signed int)v106.uViewportZ )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3150 v116 = v106.uViewportZ;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3151 if ( v119 > (signed int)v106.uViewportW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3152 v119 = v106.uViewportW;
52
0f4ed4f0f472 BLV minimap: 1/3
Nomad
parents: 51
diff changeset
3153 pRenderer->FillRectFast(
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,
52
0f4ed4f0f472 BLV minimap: 1/3
Nomad
parents: 51
diff changeset
3158 pRenderer->uTargetBMask | pRenderer->uTargetGMask);
0f4ed4f0f472 BLV minimap: 1/3
Nomad
parents: 51
diff changeset
3159 pRenderer->FillRectFast(
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3160 v106.uViewportX,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3161 v106.uViewportY,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3162 v106.uViewportZ - v106.uViewportX,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3163 v106.uViewportW - v106.uViewportY,
52
0f4ed4f0f472 BLV minimap: 1/3
Nomad
parents: 51
diff changeset
3164 pRenderer->uTargetBMask | pRenderer->uTargetGMask);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3165 v84.left = v106.uViewportX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3166 v84.top = v106.uViewportY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3167 v84.right = v106.uViewportZ;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3168 v84.bottom = v106.uViewportW;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3169 ErrD3D(pRenderer->pBackBuffer4->Blt(&v84, 0, 0, 16778240u, &Dst));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3170 if ( pRenderer->uTargetGBits == 5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3171 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3172 memset(&pDesc, 0, 0x7Cu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3173 pDesc.dwSize = 124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3174 if ( !pRenderer->LockSurface_DDraw4((IDirectDrawSurface4 *)v222, &pDesc, 1u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3175 goto LABEL_51;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3176 v20 = (char *)v124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3177 v110 = pDesc.lpSurface;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3178 a2 = (Player *)v124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3179 if ( v124 < v119 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3180 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3181 v111 = 2 * pRenderer->uTargetSurfacePitch;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3182 v21 = (int)a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3183 v22 = &pRenderer->pTargetSurface[(int)&a4[v124 * pRenderer->uTargetSurfacePitch]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3184 v23 = i - v124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3185 v120 = (SpellBuff *)&pRenderer->pTargetSurface[(int)&a4[v124 * pRenderer->uTargetSurfacePitch]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3186 v115 = i - v124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3187 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3188 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3189 v124 = v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3190 if ( v21 < (signed int)v116 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3191 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3192 v24 = (int)&v20[v23];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3193 v25 = v107 - v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3194 v109 = v24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3195 for ( i = v107 - v21; ; v25 = i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3196 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3197 v108 = (unsigned __int16 *)((pDesc.lPitch >> 1) * pDesc.dwHeight * v109 / v13->uAreaHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3198 v26 = (char *)v108 + pDesc.dwWidth * (v25 + v124++) / v13->uAreaWidth;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3199 *v22 = *((short *)v110 + (int)v26);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3200 ++v22;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3201 if ( v124 >= (signed int)v116 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3202 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3203 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3204 v23 = v115;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3205 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3206 v22 = (unsigned __int16 *)((char *)v120 + v111);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3207 v20 = (char *)&a2->pConditions[0] + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3208 v28 = __OFSUB__((int)&a2->pConditions[0] + 1, v119);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3209 v27 = (signed int)((char *)&a2->pConditions[0] + -v119 + 1) < 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3210 a2 = (Player *)((char *)a2 + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3211 v120 = (SpellBuff *)((char *)v120 + v111);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3212 if ( !(v27 ^ v28) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3213 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3214 v21 = (int)a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3215 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3216 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3217 goto LABEL_37;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3218 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3219 memset(&pDesc, 0, 0x7Cu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3220 pDesc.dwSize = 124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3221 if ( pRenderer->LockSurface_DDraw4((IDirectDrawSurface4 *)v222, &pDesc, 1u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3222 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3223 v108 = (unsigned __int16 *)pDesc.lpSurface;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3224 a2 = (Player *)v124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3225 if ( v124 < v119 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3226 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3227 v109 = 2 * pRenderer->uTargetSurfacePitch;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3228 v29 = (int)a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3229 v30 = (char *)&pRenderer->pTargetSurface[(int)&a4[v124 * pRenderer->uTargetSurfacePitch]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3230 v31 = i - v124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3231 v120 = (SpellBuff *)&pRenderer->pTargetSurface[(int)&a4[v124 * pRenderer->uTargetSurfacePitch]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3232 v115 = i - v124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3233 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3234 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3235 v124 = v29;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3236 if ( v29 < (signed int)v116 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3237 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3238 v32 = v107 - (int)a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3239 v111 = (unsigned int)((char *)a2 + v31);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3240 for ( i = v107 - (int)a4; ; v32 = i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3241 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3242 v110 = (LPVOID)((pDesc.lPitch >> 1) * pDesc.dwHeight * v111 / v13->uAreaHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3243 v33 = v108[(int)((char *)v110 + pDesc.dwWidth * (v32 + v124) / v13->uAreaWidth)];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3244 v34 = v33 & 0x1F | 2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3245 * (unsigned __int16)(v108[(int)((char *)v110
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3246 + pDesc.dwWidth * (v32 + v124++) / v13->uAreaWidth)] & 0xFFE0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3247 v35 = v124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3248 *(short *)v30 = v34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3249 v30 += 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3250 if ( v35 >= (signed int)v116 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3251 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3252 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3253 v31 = v115;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3254 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3255 a2 = (Player *)((char *)a2 + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3256 v30 = (char *)v120 + v109;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3257 v120 = (SpellBuff *)((char *)v120 + v109);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3258 if ( (signed int)a2 >= v119 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3259 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3260 v29 = (int)a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3261 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3262 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3263 LABEL_37:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3264 v222->Unlock(0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3265 goto LABEL_51;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3266 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3267 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3268 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3269 {
52
0f4ed4f0f472 BLV minimap: 1/3
Nomad
parents: 51
diff changeset
3270 pRenderer->FillRectFast(
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3271 v106.uViewportX,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3272 v106.uViewportY,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3273 v106.uViewportZ - v106.uViewportX,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3274 v106.uViewportW - v106.uViewportY,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3275 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3276 v36 = v10->pHwSpriteIDs[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3277 if ( v36 >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3278 pSprites_LOD->pSpriteHeaders[v36]._4ACC38(&v106, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3279 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3280 LABEL_51:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3281 if ( v121->uNPC_ID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3282 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3283 v37 = v112[6];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3284 if ( v37 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3285 {
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
3286 sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[429], *v112, aNPCProfessionNames[(signed int)v37]);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3287 goto LABEL_59;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3288 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3289 v77 = 2000;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3290 v72 = *v112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3291 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3292 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3293 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3294 v38 = v121->dword_000334_unique_name;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3295 v77 = 2000;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3296 if ( v38 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3297 v72 = (char *)*(&pMonsterStats->pPlacement.uNumStrings + v38);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3298 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3299 v72 = pMonsterStats->pInfos[v121->pMonsterInfo.uID].pName;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3300 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3301 strncpy(pTmpBuf, v72, v77);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3302 LABEL_59:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3303 v39 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3304 a1->DrawText2(pFontComic, 0, 0xCu, v39, pTmpBuf, 3u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3305 Actor::DrawHealthBar(v121, a1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3306 v119 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3307 pMonsterInfoUI_Doll.uCurrentActionTime += pMiscTimer->uTimeElapsed;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3308 v115 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3309 v116 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3310 i = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3311 v112 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3312 if ( !uActiveCharacter )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3313 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3314 v45 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3315 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3316 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3317 LOBYTE(v40) = pPlayers[uActiveCharacter]->GetActualSkillLevel(PLAYER_SKILL_MONSTER_ID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3318 v120 = v40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3319 if ( !v40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3320 goto LABEL_72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3321 v41 = (unsigned __int8)v40 & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3322 v42 = SkillToMastery((unsigned __int16)v40) - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3323 if ( !v42 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3324 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3325 if ( v41 + 10 >= v121->pMonsterInfo.uLevel )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3326 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3327 v45 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3328 v119 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3329 goto LABEL_73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3330 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3331 goto LABEL_72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3332 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3333 v43 = v42 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3334 if ( !v43 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3335 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3336 if ( 2 * v41 + 10 >= v121->pMonsterInfo.uLevel )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3337 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3338 v45 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3339 v119 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3340 v116 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3341 goto LABEL_73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3342 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3343 goto LABEL_72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3344 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3345 v44 = v43 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3346 if ( !v44 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3347 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3348 if ( 3 * v41 + 10 >= v121->pMonsterInfo.uLevel )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3349 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3350 v45 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3351 v119 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3352 v116 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3353 i = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3354 goto LABEL_73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3355 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3356 LABEL_72:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3357 v45 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3358 goto LABEL_73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3359 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3360 if ( v44 != 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3361 goto LABEL_72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3362 v45 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3363 v119 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3364 v116 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3365 i = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3366 v112 = (char **)1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3367 LABEL_73:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3368 v46 = v121->uAIState;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3369 if ( v46 != 5 && v46 != 4 && !dword_507BF0_is_there_popup_onscreen && v120 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3370 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3371 v47 = pPlayers[uActiveCharacter];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3372 if ( v119 | v116 | i | (unsigned int)v112 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3373 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3374 if ( v121->pMonsterInfo.uLevel >= v47->uLevel - 5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3375 v73 = 105;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3376 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3377 v73 = 104;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3378 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3379 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3380 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3381 v73 = 106;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3382 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3383 v47->PlaySound(v73, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3384 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3385 LABEL_84:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3386 a2 = pParty->pPlayers;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3387 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3388 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3389 LOBYTE(v48) = a2->GetActualSkillLevel(PLAYER_SKILL_MONSTER_ID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3390 v111 = v48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3391 v120 = (SpellBuff *)138;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3392 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3393 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3394 if ( (signed int)SkillToMastery(v111) >= 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3395 v115 = v45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3396 v120 = (SpellBuff *)((char *)v120 - 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3397 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3398 while ( v120 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3399 ++a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3400 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3401 while ( (signed int)a2 < (signed int)pParty->pHirelings );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3402 v49 = pFontSmallnum;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3403 a2 = (Player *)pFontSmallnum;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3404 a1->DrawText(pFontSmallnum, 12, 196, a5, pGlobalTXT_LocalizationStrings[631], 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3405 v50 = LOBYTE(v49->uFontHeight) + 193;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3406 if ( !v115 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3407 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3408 v78 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3409 v74 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3410 v69 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3411 v66 = pGlobalTXT_LocalizationStrings[630];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3412 goto LABEL_123;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3413 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3414 a4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3415 v51 = &v121->pActorBuffs[1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3416 v222 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3417 v120 = &v121->pActorBuffs[1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3418 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3419 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3420 if ( (signed __int64)v51->uExpireTime > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3421 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3422 switch ( (int)v51 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3423 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3424 case 0u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3425 v124 = 60;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3426 a4 = pGlobalTXT_LocalizationStrings[591];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3427 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3428 case 1u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3429 v124 = 82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3430 a4 = pGlobalTXT_LocalizationStrings[649];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3431 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3432 case 2u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3433 v124 = 92;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3434 a4 = pGlobalTXT_LocalizationStrings[592];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3435 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3436 case 3u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3437 v124 = 63;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3438 a4 = pGlobalTXT_LocalizationStrings[4];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3439 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3440 case 4u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3441 v52 = pGlobalTXT_LocalizationStrings[220];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3442 goto LABEL_100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3443 case 5u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3444 v52 = pGlobalTXT_LocalizationStrings[162];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3445 LABEL_100:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3446 a4 = v52;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3447 v124 = 81;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3448 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3449 case 6u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3450 v53 = pGlobalTXT_LocalizationStrings[593];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3451 v124 = 35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3452 goto LABEL_103;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3453 case 8u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3454 v53 = pGlobalTXT_LocalizationStrings[608];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3455 v124 = 62;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3456 LABEL_103:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3457 a4 = v53;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3458 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3459 case 7u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3460 case 9u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3461 a4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3462 v124 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3463 goto LABEL_119;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3464 case 0xAu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3465 v124 = 47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3466 a4 = pGlobalTXT_LocalizationStrings[221];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3467 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3468 case 0xBu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3469 v124 = 66;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3470 a4 = pGlobalTXT_LocalizationStrings[607];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3471 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3472 case 0xCu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3473 v124 = 85;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3474 a4 = pGlobalTXT_LocalizationStrings[610];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3475 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3476 case 0xDu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3477 v124 = 86;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3478 a4 = pGlobalTXT_LocalizationStrings[609];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3479 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3480 case 0xEu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3481 v124 = 17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3482 a4 = pGlobalTXT_LocalizationStrings[279];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3483 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3484 case 0xFu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3485 v124 = 38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3486 a4 = pGlobalTXT_LocalizationStrings[442];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3487 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3488 case 0x10u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3489 v124 = 46;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3490 a4 = pGlobalTXT_LocalizationStrings[443];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3491 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3492 case 0x11u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3493 v124 = 51;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3494 a4 = pGlobalTXT_LocalizationStrings[440];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3495 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3496 case 0x12u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3497 v124 = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3498 a4 = pGlobalTXT_LocalizationStrings[441];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3499 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3500 case 0x13u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3501 v124 = 95;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3502 a4 = pGlobalTXT_LocalizationStrings[229];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3503 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3504 case 0x14u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3505 v124 = 73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3506 a4 = pGlobalTXT_LocalizationStrings[228];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3507 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3508 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3509 a4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3510 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3511 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3512 if ( a4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3513 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3514 v54 = a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3515 v55 = GetSpellColor(v124);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3516 a1->DrawText((GUIFont *)a2, 28, v50, v55, v54, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3517 v50 = v50 + BYTE5(a2->pConditions[0]) - 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3518 v51 = v120;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3519 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3520 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3521 LABEL_119:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3522 ++v51;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3523 v222 = (IDirectDrawSurface *)((char *)v222 + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3524 v120 = v51;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3525
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3526 __debugbreak(); // fix condition
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3527 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3528 //while ( (signed int)((char *)&v222->lpVtbl + 1) < 22 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3529 while (true);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3530 if ( !a4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3531 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3532 v78 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3533 v74 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3534 v69 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3535 v66 = pGlobalTXT_LocalizationStrings[153];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3536 LABEL_123:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3537 a1->DrawText((GUIFont *)a2, 28, v50, a5, v66, v69, v74, v78);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3538 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3539 v56 = pFontSmallnum;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3540 a4 = (char *)v106.uViewportY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3541 if ( v119 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3542 {
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
3543 sprintf(pTmpBuf, "%s", pGlobalTXT_LocalizationStrings[108], 0, v121->pMonsterInfo.uHP);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3544 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3545 a4 = &a4[LOBYTE(v56->uFontHeight) - 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3546 v79 = v121->pMonsterInfo.uAC;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3547 v75 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3548 v70 = pGlobalTXT_LocalizationStrings[12];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3549 v67 = "%s";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3550 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3551 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3552 {
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
3553 sprintf(pTmpBuf, "%s", pGlobalTXT_LocalizationStrings[108], 0, pGlobalTXT_LocalizationStrings[630]);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3554 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3555 v79 = (unsigned int)pGlobalTXT_LocalizationStrings[630];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3556 v75 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3557 v70 = pGlobalTXT_LocalizationStrings[12];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3558 a4 = &a4[LOBYTE(v56->uFontHeight) - 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3559 v67 = "%s";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3560 }
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
3561 sprintf(pTmpBuf, v67, v70, v75, v79);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3562 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3563 a4 = &a4[LOBYTE(v56->uFontHeight) - 6] + LOBYTE(v56->uFontHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3564 v95 = pGlobalTXT_LocalizationStrings[87];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3565 v96 = pGlobalTXT_LocalizationStrings[6];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3566 v97 = pGlobalTXT_LocalizationStrings[240];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3567 v98 = pGlobalTXT_LocalizationStrings[70];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3568 v99 = pGlobalTXT_LocalizationStrings[624];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3569 v100 = pGlobalTXT_LocalizationStrings[138];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3570 v101 = pGlobalTXT_LocalizationStrings[214];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3571 v102 = pGlobalTXT_LocalizationStrings[142];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3572 v103 = pGlobalTXT_LocalizationStrings[29];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3573 v104 = pGlobalTXT_LocalizationStrings[133];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3574 v105 = pGlobalTXT_LocalizationStrings[54];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3575 if ( v116 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3576 {
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
3577 sprintf(pTmpBuf, "%s", pGlobalTXT_LocalizationStrings[18], 0, (&v95)[4 * v121->pMonsterInfo.uAttack1Type]);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3578 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3579 a4 = &a4[LOBYTE(v56->uFontHeight) - 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3580 v57 = v121->pMonsterInfo.uAttack1DamageBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3581 if ( v57 )
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
3582 sprintf(
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3583 pTmpBuf,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3584 "%s",
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3585 pGlobalTXT_LocalizationStrings[53],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3586 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3587 v121->pMonsterInfo.uAttack1DamageDiceRolls,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3588 v121->pMonsterInfo.uAttack1DamageDiceSides,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3589 v57);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3590 else
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
3591 sprintf(
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3592 pTmpBuf,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3593 "%s",
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3594 pGlobalTXT_LocalizationStrings[53],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3595 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3596 v121->pMonsterInfo.uAttack1DamageDiceRolls,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3597 v121->pMonsterInfo.uAttack1DamageDiceSides);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3598 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3599 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3600 {
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
3601 sprintf(pTmpBuf, "%s", pGlobalTXT_LocalizationStrings[18], 0, pGlobalTXT_LocalizationStrings[630]);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3602 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3603 a4 = &a4[LOBYTE(v56->uFontHeight) - 3];
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
3604 sprintf(pTmpBuf, "%s", pGlobalTXT_LocalizationStrings[53], 0, pGlobalTXT_LocalizationStrings[630]);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3605 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3606 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3607 v58 = LOBYTE(v56->uFontHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3608 a4 = &a4[v58 - 6] + v58;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3609 if ( !i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3610 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3611 v80 = pGlobalTXT_LocalizationStrings[630];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3612 v76 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3613 v71 = pGlobalTXT_LocalizationStrings[628];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3614 v68 = "%s";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3615 goto LABEL_144;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3616 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3617 v120 = (SpellBuff *)pGlobalTXT_LocalizationStrings[628];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3618 v59 = v121;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3619 v114 = v121->pMonsterInfo.uSpell1ID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3620 if ( v114 && v121->pMonsterInfo.uSpell2ID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3621 v120 = (SpellBuff *)pGlobalTXT_LocalizationStrings[629];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3622 if ( v114 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3623 {
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
3624 sprintf(pTmpBuf, "%s", v120, 0, pSpellStats->pInfos[v114].pShortName);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3625 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3626 v58 = LOBYTE(v56->uFontHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3627 a4 = &a4[v58 - 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3628 v59 = v121;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3629 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3630 v60 = v59->pMonsterInfo.uSpell2ID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3631 if ( v60 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3632 {
45
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
3633 __debugbreak();
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
3634 const char *fmt = "\xC\x25\x30\x35\x75\x9\x30\x36\x30\x25\x73\n";
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
3635 sprintf(pTmpBuf, fmt, 0, pSpellStats->pInfos[v60].pShortName);
0
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:
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
3648 sprintf(pTmpBuf, v68, v71, v76, v80);
0
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 }
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
3694 sprintf(pTmpBuf, "%s", (&v85)[v124], 0, v81);
0
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 {
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
3708 sprintf(pTmpBuf, "%s", (&v85)[4 * i], 0, pGlobalTXT_LocalizationStrings[630]);
0
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 {
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
3719 sprintf(pTmpBuf, "%s: %d", pGlobalTXT_LocalizationStrings[650], v121->sCurrentHP);
0
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();
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
3742 sprintf(pTmpBuf, "TERRA%03d", pParty->uCurrentMinute / 6 + 10 * pParty->uCurrentHour);
0
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();
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
3773 pCurrentScreen = 0;
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);
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
3799 if ( pCurrentScreen )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3800 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3801 pGUIWindow_CurrentMenu->Release();
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
3802 pCurrentScreen = 0;
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,
58
41cbaabde2cb BLV render
Nomad
parents: 52
diff changeset
3814 pParty->vPosition.y,
41cbaabde2cb BLV render
Nomad
parents: 52
diff changeset
3815 pParty->vPosition.z);
0
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;
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
3841 pCurrentScreen = 5;
0
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,
59
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
3861 "",
0
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,
59
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
3874 "",
0
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,
59
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
3887 "",
0
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,
59
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
3900 "",
0
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,
59
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
3913 "",
0
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;
48
6a62c4005f0e 23.10.12
Ritor1
parents: 44
diff changeset
3954 dword_506F1C = pGUIWindow_CurrentMenu->pCurrentPosActiveItem;
0
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 }
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
3988 sprintf(pTmpBuf, "hglas%03d", (unsigned __int8)v4);
0
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;
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
4001 sprintf(pTmpBuf, "\r408%d", uRestUI_FoodRequiredToRest);
0
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;
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
4022 sprintf(pTmpBuf, "%d:%02d %s", v10, pParty->uCurrentMinute, aAMPMNames[v5]);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4023 pGUIWindow_CurrentMenu->DrawText(pFontCreate, 368, 168, a5, pTmpBuf, 0, 0, *(unsigned int *)a9);
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
4024 sprintf(pTmpBuf, "%s\r190%d", pGlobalTXT_LocalizationStrings[56], pParty->uDaysPlayed + 1);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4025 pGUIWindow_CurrentMenu->DrawText(pFontCreate, 350, 190, a5, pTmpBuf, 0, 0, *(unsigned int *)a9);
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
4026 sprintf(pTmpBuf, "%s\r190%d", pGlobalTXT_LocalizationStrings[146], pParty->uCurrentMonth + 1);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4027 pGUIWindow_CurrentMenu->DrawText(pFontCreate, 350, 222, a5, pTmpBuf, 0, 0, *(unsigned int *)a9);
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
4028 sprintf(pTmpBuf, "%s\r190%d", pGlobalTXT_LocalizationStrings[245], pParty->uCurrentYear);
0
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;
58
41cbaabde2cb BLV render
Nomad
parents: 52
diff changeset
4545 v19 = (double)pParty->vPosition.y - (double)v38;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4546 v33 = v19;
58
41cbaabde2cb BLV render
Nomad
parents: 52
diff changeset
4547 v41 = (double)pParty->sEyelevel + (double)pParty->vPosition.z - (double)v15;
0
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);
59
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
4652 ptr_507BB8->CreateButton(7u, 8u, 460u, 343u, 1, 0, 0xCu, 0, 0, "", 0);
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
4653 pCurrentScreen = 10;
0
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];
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
4695 sprintf(pTmpBuf, "chest%02d", pChestList->pChests[pChests[v3].uChestBitmapID].uTextureID);
0
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 {
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
4846 sprintf(pTmpBuf2, pGlobalTXT_LocalizationStrings[467], uNumGold);// You found %lu gold!
0
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;
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
4915 sprintf(pTmpBuf2, pGlobalTXT_LocalizationStrings[466], v4, v3);// You found %lu gold (followers take %lu)!
0
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 {
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
4919 sprintf(pTmpBuf2, pGlobalTXT_LocalizationStrings[467], v4);// You found %lu gold!
0
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 int v1; // ebx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4983 GUIWindow *v2; // edi@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4984 GUIButton *i; // ecx@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4985 Player *v4; // eax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4986 char v5; // cl@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4987 unsigned int v6; // eax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4988 int v7; // ecx@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4989 __int16 v8; // fps@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4990 unsigned __int8 v9; // c0@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4991 unsigned __int8 v10; // c3@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4992 enum UIMessageType v11; // esi@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4993 int v12; // edx@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4994 char *v13; // ecx@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4995 int v14; // eax@41
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4996 ItemGen *v15; // ecx@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4997 int v16; // ecx@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4998 const char *v17; // eax@49
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4999 signed int v18; // eax@55
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5000 signed int v19; // ecx@63
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5001 BLVFace *pFace; // eax@69
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5002 __int16 v21; // ax@70
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5003 const char *v22; // eax@72
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5004 LevelDecoration *v23; // ecx@75
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5005 LevelDecoration *v24; // esi@75
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5006 __int16 v25; // ax@75
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5007 const char *v26; // ecx@79
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5008 Actor *pActor; // ecx@82
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5009 char *v28; // esi@82
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5010 int v29; // eax@82
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5011 signed int v30; // ecx@88
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5012 const char *v31; // eax@91
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5013 __int16 v32; // fps@109
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5014 unsigned __int8 v33; // c0@109
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5015 unsigned __int8 v34; // c3@109
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5016 enum UIMessageType v35; // esi@110
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5017 int v36; // edx@111
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5018 enum UIMessageType v37; // edx@117
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5019 int v38; // ecx@118
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5020 const char *v39; // [sp-8h] [bp-E8h]@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5021 char *v40; // [sp-8h] [bp-E8h]@83
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5022 int v41; // [sp-4h] [bp-E4h]@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5023 char Str1[200]; // [sp+Ch] [bp-D4h]@129
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5024 unsigned int pX; // [sp+D4h] [bp-Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5025 unsigned int pY; // [sp+D8h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5026 unsigned int v45; // [sp+DCh] [bp-4h]@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5027
59
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
5028 v13 = nullptr;
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
5029
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;
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
5034 if ( !pCurrentScreen )
0
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;
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
5069 sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[470], v31);// "Get %s"
0
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() )
101
8be5293b6b33 odm loading
Nomad
parents: 98
diff changeset
5083 v26 = pNPCTopics[stru_5E4C90._decor_events[v24->_idx_in_stru123 - 75] + 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:
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
5140 if ( pCurrentScreen == 10 )
0
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 }
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
5145 if ( pCurrentScreen == 13 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5146 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5147 if ( dword_F8B19C != 2
45
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
5148 || (v16 = pRenderer->pActiveZBuffer[pX + pSRZBufferLineOffsets[pY]], v16 == 0)
0
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:
45
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
5158 if ( pMouse->uPointingObjectID == 0 )
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
5159 {
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
5160 if ( uLastPointedObjectID != 0 )
0
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]];
45
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
5172 if ( v14 == 0 || v14 == -65536 || (unsigned int)v14 >= 0x1388 )
0
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 {
45
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
5183 for ( i = pWindowList[0].pControlsHead; i != (GUIButton *)0; i = i->pNext )
0
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;
45
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
5193 if ( v37 == 0 )
0
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;
45
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
5200 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0;
0
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;
45
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
5212
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
5213 if (pX >= i->uX && pX <= i->uZ &&
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
5214 pY >= i->uY && pY <= i->uW)
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
5215 //if ( (double)(signed int)i->uWidth != 0.0 )
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
5216 //{
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
5217 // if ( (double)(signed int)i->uHeight != 0.0 )
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
5218 // {
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
5219 //UNDEF(v32);
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
5220 //if ( v33 | v34 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5221 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5222 v35 = (UIMessageType)i->field_1C;
45
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
5223 if ( v35 != 0 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5224 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5225 v36 = i->uControlParam;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5226 if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5227 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5228 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = v35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5229 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v36;
45
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
5230 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5231 goto LABEL_27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5232 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5233 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5234 goto LABEL_28;
45
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
5235 //}
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
5236 //}
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5237 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5238 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5239 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5240 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5241 if ( i->uButtonType == 3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5242 && (signed int)pX >= (signed int)i->uX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5243 && (signed int)pX <= (signed int)i->uZ
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5244 && (signed int)pY >= (signed int)i->uY
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5245 && (signed int)pY <= (signed int)i->uW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5246 goto LABEL_19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5247 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5248 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5249 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5250 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5251 pMouse->uPointingObjectID = sub_46A99B();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5252 goto _return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5253 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5254 while ( 1 ) // some other fullscreen ui
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5255 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5256 v2 = &pWindowList[pVisibleWindowsIdxs[v1] - 1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5257 if ( (signed int)pX >= (signed int)v2->uFrameX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5258 && (signed int)pX <= (signed int)v2->uFrameZ
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5259 && (signed int)pY >= (signed int)v2->uFrameY
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5260 && (signed int)pY <= (signed int)v2->uFrameW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5261 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5262 for ( i = v2->pControlsHead; ; i = i->pNext )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5263 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5264 if ( !i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5265 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5266 if ( i->uButtonType == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5267 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5268 if ( (signed int)pX >= (signed int)i->uX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5269 && (signed int)pX <= (signed int)i->uZ
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5270 && (signed int)pY >= (signed int)i->uY
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5271 && (signed int)pY <= (signed int)i->uW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5272 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5273 LABEL_24:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5274 v11 = (UIMessageType)i->field_1C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5275 if ( v11 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5276 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5277 v12 = i->uControlParam;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5278 if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5279 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5280 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5281 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5282 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5283 LABEL_27:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5284 ++pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5285 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5286 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5287 LABEL_28:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5288 v13 = i->pButtonName;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5289 _set_status_and_ret:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5290 sub_41C0B8_set_status_string(v13);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5291 LABEL_131:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5292 uLastPointedObjectID = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5293 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5294 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5295 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5296 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5297 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5298 if ( i->uButtonType == 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5299 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5300 v45 = pX - i->uX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5301 v45 = pY - i->uY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5302 if ( (double)(signed int)i->uWidth != 0.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5303 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5304 if ( (double)(signed int)i->uHeight != 0.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5305 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5306 //UNDEF(v8);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5307 if ( v9 | v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5308 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5309 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5310 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5311 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5312 else // click on skill
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5313 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5314 if ( i->uButtonType == 3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5315 && (signed int)pX >= (signed int)i->uX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5316 && (signed int)pX <= (signed int)i->uZ
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5317 && (signed int)pY >= (signed int)i->uY
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5318 && (signed int)pY <= (signed int)i->uW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5319 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5320 LABEL_19:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5321 v4 = pPlayers[uActiveCharacter];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5322 v5 = LOBYTE(v4->pActiveSkills[i->uControlParam]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5323 v6 = v4->uSkillPoints;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5324 v7 = (v5 & 0x3F) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5325 if ( v6 < v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5326 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5327 v41 = v7 - v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5328 v39 = pGlobalTXT_LocalizationStrings[469];// "You need %d more Skill Points to advance here"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5329 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5330 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5331 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5332 v41 = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5333 v39 = pGlobalTXT_LocalizationStrings[468];// "Clicking here will spend %d Skill Points"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5334 }
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
5335 sprintf(Str1, v39, v41);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5336 v13 = Str1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5337 goto _set_status_and_ret;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5338 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5339 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5340 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5341 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5342 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5343 if ( v2->uFrameHeight == 480 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5344 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5345 --v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5346 if ( v1 <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5347 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5348 goto LABEL_38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5349 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5350 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5351 }
45
bcc051713d20 BLV render & seffects
Nomad
parents: 26
diff changeset
5352
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5353
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5354 //----- (00421626) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5355 GUIWindow *GameUI_InitializeCharacterWindow(unsigned int _this)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5356 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5357 unsigned int v1; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5358 GUIWindow *v2; // edi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5359
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5360 ++pIcons_LOD->uTexturePacksCount;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5361 v1 = _this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5362 if ( !pIcons_LOD->uNumPrevLoadedFiles )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5363 pIcons_LOD->uNumPrevLoadedFiles = pIcons_LOD->uNumLoadedFiles;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5364 pEventTimer->Pause();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5365 pAudioPlayer->StopChannels(-1, -1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5366 bRingsShownInCharScreen = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5367 CharacterUI_LoadPaperdollTextures();
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
5368 pCurrentScreen = v1;
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
5369 v2 = GUIWindow::Create(0, 0, 640, 480, WINDOW_CharacterRecord, uActiveCharacter, 0);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5370 pCharacterScreen_StatsBtn = v2->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5371 pViewport->uViewportX + 12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5372 pViewport->uViewportY + 308,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5373 (papredoll_dbrds[9] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[9]].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5374 (papredoll_dbrds[9] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[9]].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5375 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5376 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5377 0x73u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5378 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5379 0x53u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5380 pGlobalTXT_LocalizationStrings[216],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5381 (Texture *)(papredoll_dbrds[10] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[10]] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5382 papredoll_dbrds[9] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[9]] : 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5383 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5384 pCharacterScreen_SkillsBtn = v2->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5385 pViewport->uViewportX + 102,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5386 pViewport->uViewportY + 308,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5387 (papredoll_dbrds[7] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[7]].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5388 (papredoll_dbrds[7] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[7]].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5389 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5390 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5391 0x72u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5392 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5393 0x4Bu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5394 pGlobalTXT_LocalizationStrings[205],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5395 (Texture *)(papredoll_dbrds[8] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[8]] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5396 papredoll_dbrds[7] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[7]] : 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5397 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5398 pCharacterScreen_InventoryBtn = v2->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5399 pViewport->uViewportX + 192,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5400 pViewport->uViewportY + 308,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5401 (papredoll_dbrds[5] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[5]].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5402 (papredoll_dbrds[5] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[5]].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5403 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5404 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5405 0x74u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5406 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5407 0x49u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5408 pGlobalTXT_LocalizationStrings[120],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5409 (Texture *)(papredoll_dbrds[6] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[6]] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5410 papredoll_dbrds[5] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[5]] : 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5411 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5412 pCharacterScreen_AwardsBtn = v2->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5413 pViewport->uViewportX + 282,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5414 pViewport->uViewportY + 308,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5415 (papredoll_dbrds[3] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[3]].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5416 (papredoll_dbrds[3] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[3]].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5417 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5418 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5419 0x75u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5420 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5421 0x41u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5422 pGlobalTXT_LocalizationStrings[22],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5423 (Texture *)(papredoll_dbrds[4] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[4]] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5424 papredoll_dbrds[3] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[3]] : 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5425 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5426 ptr_50767C = v2->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5427 pViewport->uViewportX + 371,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5428 pViewport->uViewportY + 308,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5429 (papredoll_dbrds[1] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[1]].uTextureWidth : 24),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5430 (papredoll_dbrds[1] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[1]].uTextureHeight : 26),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5431 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5432 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5433 0xA8u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5434 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5435 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5436 pGlobalTXT_LocalizationStrings[79],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5437 (Texture *)(papredoll_dbrds[2] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[2]] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5438 papredoll_dbrds[1] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[1]] : 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5439 0);
59
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
5440 v2->CreateButton(0, 0, 0x1DCu, 0x159u, 1, 122, 0x78u, 0, 0, "", 0);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5441 ptr_507694 = v2->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5442 0x258u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5443 0x12Cu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5444 0x1Eu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5445 0x1Eu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5446 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5447 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5448 0x55u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5449 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5450 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5451 pGlobalTXT_LocalizationStrings[64],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5452 0);
59
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
5453 ptr_507690 = v2->CreateButton(0x1DCu, 0, 0xA4u, 0x159u, 1, 0, 0x85u, 0, 0, "", 0);
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
5454 v2->CreateButton(0x3Du, 0x1A8u, 0x1Fu, 0, 2, 94, 0x6Eu, 1u, 0x31u, "", 0);
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
5455 v2->CreateButton(0xB1u, 0x1A8u, 0x1Fu, 0, 2, 94, 0x6Eu, 2u, 0x32u, "", 0);
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
5456 v2->CreateButton(0x124u, 0x1A8u, 0x1Fu, 0, 2, 94, 0x6Eu, 3u, 0x33u, "", 0);
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
5457 v2->CreateButton(0x197u, 0x1A8u, 0x1Fu, 0, 2, 94, 0x6Eu, 4u, 0x34u, "", 0);
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
5458 v2->CreateButton(0, 0, 0, 0, 1, 0, 0xB0u, 0, 9u, "", 0);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5459 sub_419100();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5460 return v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5461 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5462
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5463
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5464
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5465 //----- (004219BE) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5466 GUIWindow *stru277::sub_4219BE()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5467 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5468 int v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5469 GUIWindow *v2; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5470
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5471 auto a4 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5472 v1 = (int)a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5473 pEventTimer->Pause();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5474 pAudioPlayer->StopChannels(-1, -1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5475 bRingsShownInCharScreen = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5476 CharacterUI_LoadPaperdollTextures();
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
5477 pCurrentScreen = 23;
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
5478 v2 = GUIWindow::Create(0, 0, 640, 480, (WindowType)(WINDOW_HouseInterior|WINDOW_Options), v1, 0);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5479 ptr_50767C = v2->CreateButton(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5480 394u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5481 318u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5482 75u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5483 33u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5484 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5485 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5486 0xA8u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5487 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5488 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5489 pGlobalTXT_LocalizationStrings[79],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5490 (Texture *)(papredoll_dbrds[2] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[2]] : 0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5491 papredoll_dbrds[1] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[1]] : 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5492 0);
59
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
5493 v2->CreateButton(0, 0, 0x1DCu, 0x159u, 1, 122, 0x78u, 0, 0, "", 0);
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
5494 ptr_507690 = v2->CreateButton(0x1DCu, 0, 0xA4u, 0x159u, 1, 0, 0x85u, 0, 0, "", 0);
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
5495 v2->CreateButton(61u, 424u, 0x1Fu, 0, 2, 94, 0x6Eu, 1u, 0x31u, "", 0);
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
5496 v2->CreateButton(177u, 424u, 0x1Fu, 0, 2, 94, 0x6Eu, 2u, 0x32u, "", 0);
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
5497 v2->CreateButton(292u, 424u, 0x1Fu, 0, 2, 94, 0x6Eu, 3u, 0x33u, "", 0);
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
5498 v2->CreateButton(407u, 424u, 0x1Fu, 0, 2, 94, 0x6Eu, 4u, 0x34u, "", 0);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5499 return v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5500 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5501
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5502
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5503 //----- (00421B2C) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5504 bool __cdecl sub_421B2C_PlaceInInventory_or_DropPickedItem()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5505 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5506 unsigned int v0; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5507 Texture *v1; // ebx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5508 int v2; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5509 Player *v3; // esi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5510 int v4; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5511 unsigned __int16 v5; // dx@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5512 signed int v6; // eax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5513 char *v7; // edi@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5514 __int16 v8; // ax@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5515 LayingItem a1; // [sp+4h] [bp-78h]@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5516 int v11; // [sp+74h] [bp-8h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5517 int v12; // [sp+78h] [bp-4h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5518
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5519 if ( !pParty->pPickedItem.uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5520 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5521 v0 = pIcons_LOD->LoadTexture(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5522 pItemsTable->pItems[pParty->pPickedItem.uItemID].pIconName,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5523 TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5524 v1 = (Texture *)(v0 != -1 ? (int)&pIcons_LOD->pTextures[v0] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5525 v11 = areWeLoadingTexture;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5526 if ( uActiveCharacter
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5527 && (v2 = pPlayers[uActiveCharacter]->AddItem(0xFFFFFFFFu, pParty->pPickedItem.uItemID)) != 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5528 {
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
5529 memcpy(&pPlayers[uActiveCharacter]->spellbook.pDarkSpellbook.bIsSpellAvailable[36 * v2 + 5], &pParty->pPickedItem, 0x24u);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5530 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5531 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5532 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5533 v12 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5534 v3 = pParty->pPlayers;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5535 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5536 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5537 v4 = v3->AddItem(0xFFFFFFFFu, pParty->pPickedItem.uItemID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5538 if ( v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5539 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5540 ++v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5541 ++v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5542 if ( (signed int)v3 >= (signed int)pParty->pHirelings )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5543 goto LABEL_10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5544 }
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
5545 memcpy(&pParty->pPlayers[v12].spellbook.pDarkSpellbook.bIsSpellAvailable[36 * v4 + 5], &pParty->pPickedItem, 0x24u);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5546 pMouse->RemoveHoldingItem();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5547 LABEL_10:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5548 if ( v12 != 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5549 goto LABEL_18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5550 v5 = pItemsTable->pItems[pParty->pPickedItem.uItemID].uSpriteID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5551 v6 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5552 a1.uItemType = pItemsTable->pItems[pParty->pPickedItem.uItemID].uSpriteID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5553 if ( (signed int)pObjectList->uNumObjects <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5554 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5555 LABEL_15:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5556 LOWORD(v6) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5557 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5558 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5559 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5560 v7 = (char *)&pObjectList->pObjects->uObjectID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5561 while ( v5 != *(short *)v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5562 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5563 ++v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5564 v7 += 56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5565 if ( v6 >= (signed int)pObjectList->uNumObjects )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5566 goto LABEL_15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5567 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5568 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5569 a1.field_58 = 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5570 a1.uObjectDescID = v6;
58
41cbaabde2cb BLV render
Nomad
parents: 52
diff changeset
5571 a1.vPosition.y = pParty->vPosition.y;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5572 a1.vPosition.x = pParty->vPosition.x;
58
41cbaabde2cb BLV render
Nomad
parents: 52
diff changeset
5573 a1.vPosition.z = pParty->sEyelevel + pParty->vPosition.z;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5574 a1.uSoundID = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5575 a1.uFacing = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5576 a1.uAttributes = 8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5577 v8 = pIndoor->GetSector(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5578 pParty->vPosition.x,
58
41cbaabde2cb BLV render
Nomad
parents: 52
diff changeset
5579 pParty->vPosition.y,
41cbaabde2cb BLV render
Nomad
parents: 52
diff changeset
5580 pParty->sEyelevel + pParty->vPosition.z);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5581 a1.uSpriteFrameID = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5582 a1.uSectorID = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5583 memcpy(&a1.stru_24, &pParty->pPickedItem, sizeof(a1.stru_24));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5584 a1.Create(pParty->sRotationY, 184, 200, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5585 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5586 pMouse->RemoveHoldingItem();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5587 LABEL_18:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5588 if ( !v11 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5589 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5590 v1->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5591 pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5592 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5593 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5594 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5595
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5596
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5597 //----- (00421D00) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5598 void __fastcall GameUI_OnPlayerPortraitLeftClick(unsigned int uPlayerID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5599 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5600 unsigned int v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5601 int v2; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5602 Player *v3; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5603 Player *v4; // ecx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5604 unsigned int v5; // [sp-4h] [bp-10h]@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5605
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5606 v1 = uPlayerID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5607 if ( pParty->pPickedItem.uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5608 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5609 v2 = pPlayers[uPlayerID]->AddItem(0xFFFFFFFFu, pParty->pPickedItem.uItemID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5610 v3 = pPlayers[v1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5611 if ( v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5612 {
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
5613 memcpy(&v3->spellbook.pDarkSpellbook.bIsSpellAvailable[36 * v2 + 5], &pParty->pPickedItem, 0x24u);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5614 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5615 pMouse->RemoveHoldingItem();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5616 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5617 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5618 if ( v3->CanAct() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5619 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5620 v4 = pPlayers[v1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5621 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5622 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5623 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5624 if ( !pPlayers[uActiveCharacter]->CanAct() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5625 goto LABEL_9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5626 v4 = pPlayers[uActiveCharacter];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5627 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5628 v4->PlaySound(15, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5629 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5630 LABEL_9:
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
5631 if ( !pCurrentScreen )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5632 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5633 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5634 if ( uActiveCharacter != v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5635 goto LABEL_27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5636 v5 = 7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5637 LABEL_22:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5638 pGUIWindow_CurrentMenu = GameUI_InitializeCharacterWindow(v5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5639 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5640 }
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
5641 if ( pCurrentScreen == 8 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5642 return;
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
5643 if ( pCurrentScreen == 10 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5644 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5645 LABEL_23:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5646 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5647 if ( uActiveCharacter == v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5648 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5649 pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] = 103;
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
5650 pCurrentScreen = 15;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5651 goto LABEL_28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5652 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5653 LABEL_27:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5654 if ( pPlayers[v1]->uTimeToRecovery )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5655 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5656 goto LABEL_28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5657 }
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
5658 if ( pCurrentScreen != 13 )
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
5659 {
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
5660 if ( pCurrentScreen == 14 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5661 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5662 LABEL_28:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5663 uActiveCharacter = v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5664 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5665 }
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
5666 if ( pCurrentScreen != 15 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5667 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5668 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5669 uActiveCharacter = v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5670 if ( pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] == 102 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5671 sub_419100();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5672 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5673 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5674 goto LABEL_23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5675 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5676 if ( ptr_507BC0->field_40 == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5677 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5678 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5679 if ( uActiveCharacter != v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5680 goto LABEL_28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5681 if ( dword_F8B19C == 2 || dword_F8B19C == 6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5682 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5683 pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] = 103;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5684 v5 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5685 goto LABEL_22;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5686 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5687 }
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
5688 // 4E28F8: using guessed type int pCurrentScreen;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5689 // F8B19C: using guessed type int dword_F8B19C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5690
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5691 //----- (00421EA6) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5692 void __cdecl sub_421EA6_OnInventoryLeftClick()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5693 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5694 Player *v0; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5695 signed int v1; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5696 signed int v2; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5697 int v3; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5698 char v4; // sf@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5699 int v5; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5700 unsigned int v6; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5701 unsigned int v7; // esi@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5702 unsigned int v8; // eax@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5703 unsigned int v9; // eax@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5704 unsigned int v10; // eax@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5705 ItemGen this_; // [sp+Ch] [bp-3Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5706 POINT a2; // [sp+30h] [bp-18h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5707 unsigned int v13; // [sp+38h] [bp-10h]@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5708 unsigned int pY; // [sp+3Ch] [bp-Ch]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5709 unsigned int pX; // [sp+40h] [bp-8h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5710 int a4; // [sp+44h] [bp-4h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5711
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5712 v0 = pPlayers[uActiveCharacter];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5713 if ( pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] != 103
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5714 || (pMouse->GetClickPos(&pX, &pY),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5715 v1 = pY - 17,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5716 v2 = pX - 14,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5717 pY = v1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5718 pX = v2,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5719 v3 = 14 * (v1 >> 5),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5720 v2 >>= 5,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5721 v4 = v2 + v3 < 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5722 v5 = v2 + v3,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5723 a4 = v5,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5724 v4)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5725 || v5 > 126
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5726 || pMouse->GetCursorPos(&a2)->x >= 462
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5727 || pMouse->GetCursorPos(&a2)->x < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5728 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5729 if ( unk_50C9A0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5730 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5731 v6 = v0->GetItemIDAtInventoryIndex(&a4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5732 if ( v6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5733 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5734 *((char *)ptr_507BD4->ptr_1C + 8) &= 0x7Fu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5735 *((short *)ptr_507BD4->ptr_1C + 2) = uActiveCharacter - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5736 *((int *)ptr_507BD4->ptr_1C + 3) = v6 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5737 *((short *)ptr_507BD4->ptr_1C + 3) = a4;
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
5738 ptr_50C9A4 = (ItemGen *)&v0->spellbook.pDarkSpellbook.bIsSpellAvailable[36 * v6 + 5];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5739 unk_50C9A0 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5740 if ( pMessageQueue_50CBD0->uNumMessages )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5741 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5742 pMouse->SetCursorBitmap("MICON1");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5743 dword_50C9D0 = 113;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5744 dword_50C9D4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5745 dword_50C9D8 = 256;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5746 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5747 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5748 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5749 if ( ptr_50C9A4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5750 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5751 v7 = pParty->pPickedItem.uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5752 v8 = v0->GetItemIDAtInventoryIndex(&a4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5753 if ( !v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5754 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5755 if ( !v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5756 return;
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
5757 memcpy(&pParty->pPickedItem, &v0->spellbook.pDarkSpellbook.bIsSpellAvailable[36 * v8 + 5], sizeof(pParty->pPickedItem));
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5758 v0->RemoveItemAtInventoryIndex(a4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5759 v9 = pParty->pPickedItem.uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5760 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5761 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5762 v13 = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5763 if ( v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5764 {
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
5765 a2.y = (LONG)&v0->spellbook.pDarkSpellbook.bIsSpellAvailable[36 * v8 + 5];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5766 memcpy(&this_, (const void *)a2.y, sizeof(this_));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5767 v0->RemoveItemAtInventoryIndex(a4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5768 pX = v0->AddItem2(a4, &pParty->pPickedItem);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5769 if ( !pX )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5770 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5771 pX = v0->AddItem2(0xFFFFFFFFu, &pParty->pPickedItem);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5772 if ( !pX )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5773 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5774 v0->_49298B(&this_, v13 - 1, a4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5775 memcpy((void *)a2.y, &this_, sizeof(ItemGen));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5776 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5777 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5778 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5779 v9 = this_.uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5780 memcpy(&pParty->pPickedItem, &this_, sizeof(pParty->pPickedItem));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5781 LABEL_24:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5782 pMouse->SetCursorBitmap(pItemsTable->pItems[v9].pIconName);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5783 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5784 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5785 v10 = v0->AddItem(a4, v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5786 pX = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5787 if ( v10 || (v10 = v0->AddItem(0xFFFFFFFFu, pParty->pPickedItem.uItemID), (pX = v10) != 0) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5788 {
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
5789 memcpy(&v0->spellbook.pDarkSpellbook.bIsSpellAvailable[36 * v10 + 5], &pParty->pPickedItem, 0x24u);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5790 pMouse->RemoveHoldingItem();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5791 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5792 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5793
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5794
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5795 //----- (0042213C) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5796 void __cdecl OnGameViewportClick()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5797 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5798 signed int v0; // ebx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5799 POINT *v1; // esi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5800 signed int v2; // eax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5801 BLVFace *v3; // eax@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5802 unsigned int v4; // eax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5803 unsigned __int16 v5; // dx@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5804 signed int v6; // eax@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5805 char *v7; // esi@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5806 int *v8; // eax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5807 int v9; // eax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5808 unsigned int v10; // eax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5809 int v11; // ecx@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5810 ODMFace *v12; // eax@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5811 LevelDecoration *v13; // esi@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5812 __int16 v14; // ax@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5813 int v15; // ecx@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5814 signed int v16; // edx@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5815 Actor *v17; // esi@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5816 int v18; // ebx@47
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5817 unsigned __int16 v19; // ax@50
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5818 const char *v20; // eax@51
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5819 signed int v21; // eax@58
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5820 ItemGen *v22; // esi@62
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5821 unsigned int v23; // eax@62
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5822 LayingItem a1; // [sp+Ch] [bp-80h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5823 POINT v25; // [sp+7Ch] [bp-10h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5824 POINT a2; // [sp+84h] [bp-8h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5825
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5826 if ( pRenderer->pRenderD3D )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5827 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5828 v0 = pGame->pVisInstance->get_picked_object_zbuf_val();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5829 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5830 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5831 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5832 v1 = pMouse->GetCursorPos(&a2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5833 v0 = pRenderer->pActiveZBuffer[v1->x + pSRZBufferLineOffsets[pMouse->GetCursorPos(&v25)->y]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5834 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5835 if ( (v0 & 7) == 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5836 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5837 a2.y = (signed int)(unsigned __int16)v0 >> 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5838 v21 = (signed int)(unsigned __int16)v0 >> 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5839 if ( !(pObjectList->pObjects[pLayingItems[v21].uObjectDescID].uFlags & 0x10)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5840 && a2.y < 1000
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5841 && pLayingItems[v21].uObjectDescID
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5842 && (unsigned int)v0 < 0x2000000 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5843 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5844 v22 = &pLayingItems[v21].stru_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5845 v23 = pLayingItems[v21].stru_24.uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5846 if ( pItemsTable->pItems[v23].uEquipType == 18 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5847 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5848 party_finds_gold(v22->uAdditionalValue, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5849 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5850 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5851 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5852 {
80
a84fb3752681 28.10.12
Ritor1
parents: 59
diff changeset
5853 sprintf(pTmpBuf2, pGlobalTXT_LocalizationStrings[471], pItemsTable->pItems[v23].pUnidentifiedName);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5854 ShowStatusBarString(pTmpBuf2, 2u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5855 if ( v22->uItemID == 506 )
26
93bf1d5f6a6d Game loading.
Nomad
parents: 23
diff changeset
5856 _449B7E_toggle_bit(pParty->_award_bits, 184, 1u);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5857 if ( v22->uItemID == 455 )
26
93bf1d5f6a6d Game loading.
Nomad
parents: 23
diff changeset
5858 _449B7E_toggle_bit(pParty->_award_bits, 185, 1u);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5859 if ( !pParty->AddItem(v22) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5860 pParty->SetHoldingItem(v22);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5861 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5862 LayingItem::_42F933(a2.y);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5863 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5864 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5865 goto LABEL_13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5866 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5867 if ( (v0 & 7) != 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5868 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5869 if ( (v0 & 7) == 5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5870 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5871 v13 = &pLevelDecorations[(signed int)(unsigned __int16)v0 >> 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5872 if ( (signed int)(((unsigned int)v0 >> 16) - pDecorationList->pDecorations[v13->uDecorationDescID].uRadius) >= 512 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5873 goto LABEL_13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5874 v14 = v13->field_16_event_id;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5875 if ( !v14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5876 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5877 if ( pLevelDecorations[(signed int)(unsigned __int16)v0 >> 3].IsInteractive() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5878 {
101
8be5293b6b33 odm loading
Nomad
parents: 98
diff changeset
5879 v15 = stru_5E4C90._decor_events[v13->_idx_in_stru123 - 75] + 380;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5880 _5C3420_pDecoration = &pLevelDecorations[(signed int)(unsigned __int16)v0 >> 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5881 EventProcessor(v15, 0, 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5882 _5C3420_pDecoration = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5883 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5884 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5885 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5886 v11 = v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5887 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5888 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5889 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5890 if ( (v0 & 7) != 6 || (unsigned int)v0 >= 0x2000000 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5891 goto LABEL_13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5892 v2 = (signed int)(unsigned __int16)v0 >> 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5893 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5894 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5895 v3 = &pIndoor->pFaces[v2];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5896 if ( !(v3->uAttributes & 0x2000000) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5897 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5898 LABEL_11:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5899 v4 = pParty->pPickedItem.uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5900 if ( pParty->pPickedItem.uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5901 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5902 LABEL_14:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5903 v5 = pItemsTable->pItems[v4].uSpriteID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5904 v6 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5905 a1.uItemType = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5906 if ( (signed int)pObjectList->uNumObjects <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5907 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5908 LABEL_18:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5909 LOWORD(v6) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5910 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5911 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5912 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5913 v7 = (char *)&pObjectList->pObjects->uObjectID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5914 while ( v5 != *(short *)v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5915 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5916 ++v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5917 v7 += 56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5918 if ( v6 >= (signed int)pObjectList->uNumObjects )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5919 goto LABEL_18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5920 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5921 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5922 a1.uObjectDescID = v6;
58
41cbaabde2cb BLV render
Nomad
parents: 52
diff changeset
5923 a1.vPosition.y = pParty->vPosition.y;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5924 a1.field_58 = 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5925 a1.vPosition.x = pParty->vPosition.x;
58
41cbaabde2cb BLV render
Nomad
parents: 52
diff changeset
5926 a1.vPosition.z = pParty->sEyelevel + pParty->vPosition.z;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5927 a1.uSoundID = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5928 a1.uFacing = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5929 a1.uAttributes = 8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5930 a1.uSectorID = pIndoor->GetSector(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5931 pParty->vPosition.x,
58
41cbaabde2cb BLV render
Nomad
parents: 52
diff changeset
5932 pParty->vPosition.y,
41cbaabde2cb BLV render
Nomad
parents: 52
diff changeset
5933 pParty->sEyelevel + pParty->vPosition.z);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5934 a1.uSpriteFrameID = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5935 memcpy(&a1.stru_24, &pParty->pPickedItem, 0x24u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5936 v8 = (int *)pMouse->GetCursorPos(&v25);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5937 v9 = UnprojectX(*v8);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5938 a1.Create(pParty->sRotationY + v9, 184, 200, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5939 v10 = pIcons_LOD->LoadTexture(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5940 pItemsTable->pItems[pParty->pPickedItem.uItemID].pIconName,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5941 TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5942 if (v10 != -1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5943 pIcons_LOD->pTextures[v10].Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5944 pMouse->RemoveHoldingItem();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5945 pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5946 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5947 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5948 ShowNothingHereStatus();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5949 LABEL_13:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5950 v4 = pParty->pPickedItem.uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5951 if ( !pParty->pPickedItem.uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5952 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5953 goto LABEL_14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5954 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5955 v11 = pIndoor->pFaceExtras[v3->uFaceExtraID].uEventID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5956 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5957 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5958 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5959 v12 = &pOutdoor->pBModels[(signed int)(unsigned __int16)v0 >> 9].pFaces[v2 & 0x3F];
59
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
5960 if ( !(v12->uAttributes & 0x2000000) )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5961 goto LABEL_11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5962 v11 = v12->sCogTriggeredID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5963 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5964 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5965 EventProcessor(v11, (unsigned __int16)v0, 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5966 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5967 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5968 v16 = (signed int)(unsigned __int16)v0 >> 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5969 a2.y = v16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5970 v17 = &pActors[v16];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5971 if ( v17->uAIState == 5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5972 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5973 if ( (unsigned int)v0 < 0x2000000 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5974 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5975 stru_50C198.LootActor(&pActors[v16]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5976 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5977 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5978 goto LABEL_13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5979 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5980 if ( GetAsyncKeyState(VK_SHIFT) >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5981 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5982 if ( !v17->GetActorsRelation(0) && !(BYTE2(v17->uAttributes) & 8) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5983 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5984 if ( (unsigned int)v0 >= 0x2000000 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5985 goto LABEL_13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5986 if ( !v17->CanAct() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5987 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5988 v18 = a2.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5989 Actor::FaceObject(a2.y, 4u, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5990 if ( !v17->uNPC_ID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5991 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5992 v19 = pNPCStats->pGroups_copy[v17->uGroup];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5993 if ( v19 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5994 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5995 v20 = pNPCStats->pCatchPhrases[v19];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5996 if ( v20 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5997 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5998 pParty->uFlags |= 2u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5999 strcpy(byte_5B0938, v20);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6000 sub_4451A8_press_any_key(0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6001 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6002 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6003 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6004 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6005 if ( (signed int)pMessageQueue_50CBD0->uNumMessages >= 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6006 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6007 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = (UIMessageType)161;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6008 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6009 LABEL_42:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6010 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6011 ++pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6012 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6013 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6014 if ( pParty->bTurnBasedModeOn == 1 && pTurnEngine->field_4 == 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6015 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6016 pTurnEngine->field_18 |= 8u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6017 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6018 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6019 if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6020 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6021 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = (UIMessageType)23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6022 goto LABEL_41;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6023 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6024 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6025 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6026 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6027 if ( pParty->bTurnBasedModeOn == 1 && pTurnEngine->field_4 == 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6028 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6029 pParty->uFlags |= 8u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6030 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6031 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6032 if ( uActiveCharacter
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6033 && sub_427769_spell(pPlayers[uActiveCharacter]->uQuickSpell)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6034 && (signed int)pMessageQueue_50CBD0->uNumMessages < 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6035 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6036 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = (UIMessageType)25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6037 LABEL_41:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6038 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6039 goto LABEL_42;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6040 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6041 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6042 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6043
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6044 //----- (004226C2) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6045 bool __cdecl sub_4226C2()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6046 {
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
6047 if ( pCurrentScreen
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
6048 && pCurrentScreen != 4
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
6049 && pCurrentScreen != 17 )
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
6050 {
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
6051 if ( pCurrentScreen == 18 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6052 return pVideoPlayer->pSmackerMovie != 0;
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
6053 if ( pCurrentScreen != 19 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6054 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6055 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6056 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6057 }
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 26
diff changeset
6058 // 4E28F8: using guessed type int pCurrentScreen;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6059
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6060 //----- (004226EF) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6061 void __fastcall SetUserInterface(int a1, bool bReplace)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6062 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6063 int v2; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6064 unsigned int v3; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6065 unsigned __int16 v4; // dx@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6066 unsigned __int16 v5; // cx@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6067 unsigned __int16 v6; // [sp-4h] [bp-14h]@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6068
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6069 if ( a1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6070 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6071 v2 = a1 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6072 if ( v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6073 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6074 if ( v2 != 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6075 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6076 if ( bReplace )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6077 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6078 pTexture_RightFrame->Reload("ib-r-C.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6079 pTexture_BottomFrame->Reload("ib-b-C.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6080 pTexture_TopFrame->Reload("ib-t-C.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6081 pTexture_LeftFrame->Reload("ib-l-C.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6082 pTexture_StatusBar->Reload("IB-Foot-c.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6083 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_right_panel], "ib-mb-C", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6084 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079D8], "ib-autmask-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6085 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079B4], "IB-COMP-C", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6086 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079D0], "IB-InitG-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6087 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079C8], "IB-InitY-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6088 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079CC], "IB-InitR-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6089 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507990], "IB-NPCLD-C", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6090 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50798C], "IB-NPCRD-C", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6091 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507980], "ib-autout-C", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6092 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507984], "ib-autin-C", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6093 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_50C98C], "IB-selec-C", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6094 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50797C], "ib-m1d-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6095 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507978], "ib-m2d-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6096 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507974], "ib-m3d-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6097 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507970], "ib-m4d-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6098 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_50796C], "isg-01-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6099 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507968], "isg-02-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6100 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507964], "isg-03-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6101 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507960], "isg-04-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6102 pUIAnim_WizardEye->uIconID = pIconsFrameTable->FindIcon("wizeyeC");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6103 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnim_WizardEye->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6104 pUIAnum_Torchlight->uIconID = pIconsFrameTable->FindIcon("torchC");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6105 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnum_Torchlight->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6106 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_506438], "ib-bcu-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6107 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50795C], "evtnpc-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6108 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507958], "fr_inven-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6109 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_Parchment], "parchment", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6110 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076B4], "cornr_ll-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6111 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076B0], "cornr_lr-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6112 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076AC], "cornr_ul-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6113 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A8], "cornr_ur-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6114 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A4], "edge_btm-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6115 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A0], "edge_lf-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6116 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50769C], "edge_rt-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6117 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507698], "edge_top-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6118 pIcons_LOD->ReloadTexture(pTexture_591428, "endcap-c", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6119 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6120 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6121 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6122 pTexture_RightFrame->Load("ib-r-C.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6123 pTexture_BottomFrame->Load("ib-b-c.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6124 pTexture_TopFrame->Load("ib-t-C.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6125 pTexture_LeftFrame->Load("ib-l-C.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6126 pTexture_StatusBar->Load("IB-Foot-c.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6127 uTextureID_right_panel = pIcons_LOD->LoadTexture("ib-mb-C", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6128 dword_5079D8 = pIcons_LOD->LoadTexture("ib-autmask-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6129 dword_5079B4 = pIcons_LOD->LoadTexture("IB-COMP-C", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6130 dword_5079D0 = pIcons_LOD->LoadTexture("IB-InitG-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6131 dword_5079C8 = pIcons_LOD->LoadTexture("IB-InitY-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6132 dword_5079CC = pIcons_LOD->LoadTexture("IB-InitR-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6133 uTextureID_507990 = pIcons_LOD->LoadTexture("IB-NPCLD-C", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6134 uTextureID_50798C = pIcons_LOD->LoadTexture("IB-NPCRD-C", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6135 uTextureID_507980 = pIcons_LOD->LoadTexture("ib-autout-C", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6136 uTextureID_507984 = pIcons_LOD->LoadTexture("ib-autin-C", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6137 dword_50C98C = pIcons_LOD->LoadTexture("IB-selec-C", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6138 uTextureID_50797C = pIcons_LOD->LoadTexture("ib-m1d-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6139 uTextureID_507978 = pIcons_LOD->LoadTexture("ib-m2d-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6140 dword_507974 = pIcons_LOD->LoadTexture("ib-m3d-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6141 uTextureID_507970 = pIcons_LOD->LoadTexture("ib-m4d-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6142 uTextureID_506438 = pIcons_LOD->LoadTexture("ib-bcu-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6143 dword_50796C = pIcons_LOD->LoadTexture("isg-01-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6144 dword_507968 = pIcons_LOD->LoadTexture("isg-02-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6145 dword_507964 = pIcons_LOD->LoadTexture("isg-03-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6146 dword_507960 = pIcons_LOD->LoadTexture("isg-04-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6147 uTextureID_50795C = pIcons_LOD->LoadTexture("evtnpc-c", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6148 uTextureID_507958 = pIcons_LOD->LoadTexture("fr_inven", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6149 pUIAnim_WizardEye->uIconID = pIconsFrameTable->FindIcon("wizeyeC");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6150 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnim_WizardEye->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6151 pUIAnum_Torchlight->uIconID = pIconsFrameTable->FindIcon("torchC");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6152 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnum_Torchlight->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6153 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6154 v3 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xC8u, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6155 v4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6156 v6 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6157 v5 = 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6158 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6159 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6160 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6161 if ( bReplace )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6162 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6163 pTexture_RightFrame->Reload("ib-r-a.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6164 pTexture_BottomFrame->Reload("ib-b-a.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6165 pTexture_TopFrame->Reload("ib-t-a.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6166 pTexture_LeftFrame->Reload("ib-l-a.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6167 pTexture_StatusBar->Reload("IB-Foot-a.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6168 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_right_panel], "ib-mb-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6169 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079D8], "ib-autmask-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6170 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079B4], "IB-COMP-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6171 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079D0], "IB-InitG-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6172 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079C8], "IB-InitY-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6173 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079CC], "IB-InitR-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6174 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507990], "IB-NPCLD-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6175 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50798C], "IB-NPCRD-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6176 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507980], "ib-autout-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6177 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507984], "ib-autin-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6178 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_50C98C], "IB-selec-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6179 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50797C], "ib-m1d-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6180 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507978], "ib-m2d-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6181 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507974], "ib-m3d-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6182 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507970], "ib-m4d-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6183 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_50796C], "isg-01-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6184 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507968], "isg-02-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6185 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507964], "isg-03-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6186 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507960], "isg-04-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6187 pUIAnim_WizardEye->uIconID = pIconsFrameTable->FindIcon("wizeyeA");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6188 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnim_WizardEye->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6189 pUIAnum_Torchlight->uIconID = pIconsFrameTable->FindIcon("torchA");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6190 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnum_Torchlight->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6191 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_506438], "ib-bcu-a", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6192 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50795C], "evtnpc", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6193 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507958], "fr_inven", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6194 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_Parchment], "parchment", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6195 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076B4], "cornr_ll", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6196 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076B0], "cornr_lr", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6197 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076AC], "cornr_ul", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6198 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A8], "cornr_ur", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6199 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A4], "edge_btm", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6200 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A0], "edge_lf", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6201 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50769C], "edge_rt", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6202 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507698], "edge_top", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6203 pIcons_LOD->ReloadTexture(pTexture_591428, "endcap", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6204 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6205 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6206 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6207 pTexture_RightFrame->Load("ib-r-A.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6208 pTexture_BottomFrame->Load("ib-b-A.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6209 pTexture_TopFrame->Load("ib-t-A.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6210 pTexture_LeftFrame->Load("ib-l-A.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6211 pTexture_StatusBar->Load("IB-Foot-a.pcx", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6212 uTextureID_right_panel = pIcons_LOD->LoadTexture("ib-mb-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6213 dword_5079D8 = pIcons_LOD->LoadTexture("ib-autmask-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6214 dword_5079B4 = pIcons_LOD->LoadTexture("IB-COMP-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6215 dword_5079D0 = pIcons_LOD->LoadTexture("IB-InitG-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6216 dword_5079C8 = pIcons_LOD->LoadTexture("IB-InitY-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6217 dword_5079CC = pIcons_LOD->LoadTexture("IB-InitR-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6218 uTextureID_507990 = pIcons_LOD->LoadTexture("IB-NPCLD-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6219 uTextureID_50798C = pIcons_LOD->LoadTexture("IB-NPCRD-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6220 dword_50C98C = pIcons_LOD->LoadTexture("IB-selec-A", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6221 uTextureID_50797C = pIcons_LOD->LoadTexture("ib-m1d-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6222 uTextureID_507978 = pIcons_LOD->LoadTexture("ib-m2d-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6223 dword_507974 = pIcons_LOD->LoadTexture("ib-m3d-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6224 uTextureID_507970 = pIcons_LOD->LoadTexture("ib-m4d-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6225 uTextureID_507980 = pIcons_LOD->LoadTexture("ib-autout-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6226 uTextureID_507984 = pIcons_LOD->LoadTexture("ib-autin-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6227 uTextureID_506438 = pIcons_LOD->LoadTexture("ib-bcu-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6228 dword_50796C = pIcons_LOD->LoadTexture("isg-01-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6229 dword_507968 = pIcons_LOD->LoadTexture("isg-02-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6230 dword_507964 = pIcons_LOD->LoadTexture("isg-03-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6231 dword_507960 = pIcons_LOD->LoadTexture("isg-04-a", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6232 uTextureID_50795C = pIcons_LOD->LoadTexture("evtnpc", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6233 uTextureID_507958 = pIcons_LOD->LoadTexture("fr_inven", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6234 pUIAnim_WizardEye->uIconID = pIconsFrameTable->FindIcon("wizeyeA");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6235 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnim_WizardEye->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6236 pUIAnum_Torchlight->uIconID = pIconsFrameTable->FindIcon("torchA");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6237 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnum_Torchlight->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6238 uTextureID_Parchment = pIcons_LOD->LoadTexture("parchment", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6239 uTextureID_5076B4 = pIcons_LOD->LoadTexture("cornr_ll", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6240 uTextureID_5076B0 = pIcons_LOD->LoadTexture("cornr_lr", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6241 uTextureID_5076AC = pIcons_LOD->LoadTexture("cornr_ul", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6242 uTextureID_5076A8 = pIcons_LOD->LoadTexture("cornr_ur", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6243 uTextureID_5076A4 = pIcons_LOD->LoadTexture("edge_btm", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6244 uTextureID_5076A0 = pIcons_LOD->LoadTexture("edge_lf", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6245 uTextureID_50769C = pIcons_LOD->LoadTexture("edge_rt", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6246 uTextureID_507698 = pIcons_LOD->LoadTexture("edge_top", TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6247 pTexture_591428 = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("endcap", TEXTURE_16BIT_PALETTE)];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6248
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6249 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6250 v3 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xAu, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6251 v4 = 214;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6252 v5 = 230;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6253 v6 = 193;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6254 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6255 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6256 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6257 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6258 if ( bReplace )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6259 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6260 pTexture_RightFrame->Reload("ib-r-B.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6261 pTexture_BottomFrame->Reload("ib-b-B.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6262 pTexture_TopFrame->Reload("ib-t-B.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6263 pTexture_LeftFrame->Reload("ib-l-B.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6264 pTexture_StatusBar->Reload("IB-Foot-b.pcx");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6265 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_right_panel], "ib-mb-B", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6266 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079D8], "ib-autmask-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6267 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079B4], "IB-COMP-B", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6268 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079D0], "IB-InitG-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6269 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079C8], "IB-InitY-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6270 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079CC], "IB-InitR-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6271 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507990], "IB-NPCLD-B", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6272 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50798C], "IB-NPCRD-B", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6273 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507980], "ib-autout-B", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6274 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507984], "ib-autin-B", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6275 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_50C98C], "IB-selec-B", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6276 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50797C], "ib-m1d-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6277 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507978], "ib-m2d-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6278 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507974], "ib-m3d-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6279 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507970], "ib-m4d-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6280 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_50796C], "isg-01-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6281 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507968], "isg-02-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6282 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507964], "isg-03-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6283 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507960], "isg-04-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6284 pUIAnim_WizardEye->uIconID = pIconsFrameTable->FindIcon("wizeyeB");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6285 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnim_WizardEye->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6286 pUIAnum_Torchlight->uIconID = pIconsFrameTable->FindIcon("torchB");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6287 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnum_Torchlight->uIconID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6288 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_506438], "ib-bcu-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6289 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50795C], "evtnpc-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6290 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507958], "fr_inven-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6291 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_Parchment], "parchment", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6292 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076B4], "cornr_ll-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6293 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076B0], "cornr_lr-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6294 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076AC], "cornr_ul-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6295 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A8], "cornr_ur-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6296 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A4], "edge_btm-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6297 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A0], "edge_lf-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6298 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50769C], "edge_rt-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6299 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507698], "edge_top-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6300 pIcons_LOD->ReloadTexture(pTexture_591428, "endcap-b", 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6301 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6302 v3 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0, 0, 0xC8u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6303 v5 = 255;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6304 v4 = 225;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6305 v6 = 255;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6306 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6307 uGameUIFontMain = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6308 uGameUIFontShadow = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(v5, v4, v6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6309 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6310
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6311
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6312
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6313 //----- (00423AEE) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6314 void __cdecl reset_some_strus_flt_2Cs()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6315 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6316 float *v0; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6317 signed int v1; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6318 signed int v2; // edx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6319 float *v3; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6320 signed int v4; // edx@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6321 float *v5; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6322 signed int v6; // edx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6323 float *v7; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6324 signed int v8; // edx@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6325 float *v9; // eax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6326
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6327 v0 = &array_50AC10[0].flt_2C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6328 v1 = 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6329 v2 = 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6330 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6331 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6332 *v0 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6333 v0 += 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6334 --v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6335 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6336 while ( v2 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6337 v3 = &array_50A2B0[0].flt_2C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6338 v4 = 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6339 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6340 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6341 *v3 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6342 v3 += 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6343 --v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6344 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6345 while ( v4 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6346 v5 = &array_509950[0].flt_2C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6347 v6 = 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6348 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6349 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6350 *v5 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6351 v5 += 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6352 --v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6353 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6354 while ( v6 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6355 v7 = &array_508FF0[0].flt_2C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6356 v8 = 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6357 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6358 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6359 *v7 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6360 v7 += 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6361 --v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6362 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6363 while ( v8 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6364 v9 = &array_508690[0].flt_2C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6365 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6366 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6367 *v9 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6368 v9 += 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6369 --v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6370 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6371 while ( v1 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6372 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6373
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6374 //----- (00423B4A) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6375 void __cdecl sub_423B4A()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6376 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6377 float *v0; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6378 signed int v1; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6379
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6380 v0 = &array_507D30[0].flt_2C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6381 v1 = 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6382 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6383 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6384 *v0 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6385 v0 += 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6386 --v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6387 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6388 while ( v1 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6389 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6390
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6391 //----- (00423B5D) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6392 int __fastcall sub_423B5D(unsigned int uFaceID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6393 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6394 BLVFace *v1; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6395 Vec3_short_ *v2; // esi@1
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6396 //int v3; // ST28_4@1
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6397 __int16 v4; // ST2C_2@1
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6398 //signed int v5; // esi@1
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6399 //Vec3_short_ *v6; // eax@4
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6400 //signed int v7; // edi@5
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6401 //signed int v8; // eax@5
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6402 //signed int i_; // ecx@10
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6403 int v10; // eax@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6404 int v11; // edx@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6405 int v12; // ST28_4@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6406 signed int v13; // edx@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6407 signed __int64 v14; // qtt@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6408 int *v15; // ebx@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6409 int v16; // ST28_4@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6410 signed int v17; // eax@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6411 signed __int64 v18; // qtt@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6412 signed int v19; // edx@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6413 signed int v20; // edx@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6414 signed int v21; // ebx@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6415 signed int v22; // esi@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6416 int v23; // edi@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6417 int v24; // eax@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6418 int v25; // eax@22
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6419 int v26; // eax@22
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6420 signed int v27; // ST30_4@24
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6421 signed __int64 v28; // qtt@24
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6422 int v29; // ST18_4@25
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6423 int v30; // eax@26
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6424 int v31; // eax@27
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6425 int v32; // eax@27
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6426 signed int v33; // ST30_4@29
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6427 signed __int64 v34; // qtt@29
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6428 int v35; // ST30_4@30
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6429 signed int v36; // edi@31
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6430 unsigned int v37; // eax@31
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6431 bool v38; // edx@31
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6432 int v39; // ecx@31
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6433 int v40; // ecx@32
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6434 int v41; // esi@32
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6435 int v42; // eax@34
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6436 signed int v43; // ebx@41
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6437 unsigned int v44; // eax@41
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6438 signed int v45; // ecx@42
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6439 int v46; // esi@42
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6440 int v47; // eax@44
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6441 signed int v48; // edi@51
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6442 unsigned int v49; // eax@51
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6443 bool v50; // edx@51
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6444 int v51; // ecx@51
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6445 int v52; // ecx@52
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6446 signed int v53; // esi@52
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6447 int v54; // eax@54
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6448 int v55; // ebx@61
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6449 unsigned int v56; // eax@61
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6450 signed int v57; // ecx@62
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6451 int v58; // esi@62
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6452 int v59; // eax@64
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6453 char v61; // zf@72
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6454 signed int v62; // edx@75
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6455 int v63; // ecx@76
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6456 int v64; // esi@76
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6457 int v65; // ecx@83
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6458 //signed int v66; // [sp+14h] [bp-14h]@3
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6459 int v67; // [sp+14h] [bp-14h]@34
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6460 int v68; // [sp+14h] [bp-14h]@44
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6461 int v69; // [sp+14h] [bp-14h]@54
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6462 int v70; // [sp+14h] [bp-14h]@64
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6463 signed int v71; // [sp+14h] [bp-14h]@75
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6464 bool thisa; // [sp+18h] [bp-10h]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6465 int thisb; // [sp+18h] [bp-10h]@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6466 int thisc; // [sp+18h] [bp-10h]@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6467 bool thisd; // [sp+18h] [bp-10h]@41
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6468 bool thise; // [sp+18h] [bp-10h]@61
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6469 int thisf; // [sp+18h] [bp-10h]@74
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6470 signed int v79; // [sp+1Ch] [bp-Ch]@9
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6471 int v80; // [sp+1Ch] [bp-Ch]@76
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6472 bool v81; // [sp+20h] [bp-8h]@10
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6473 bool v82; // [sp+20h] [bp-8h]@32
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6474 bool v83; // [sp+20h] [bp-8h]@42
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6475 bool v84; // [sp+20h] [bp-8h]@52
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6476 bool v85; // [sp+20h] [bp-8h]@62
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6477 //signed int i; // [sp+24h] [bp-4h]@9
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6478 signed int ia; // [sp+24h] [bp-4h]@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6479 signed int ib; // [sp+24h] [bp-4h]@31
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6480 signed int ic; // [sp+24h] [bp-4h]@41
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6481 signed int id; // [sp+24h] [bp-4h]@51
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6482 signed int ie; // [sp+24h] [bp-4h]@61
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6483
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6484 v1 = &pIndoor->pFaces[uFaceID];
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6485 //this = pGame->pIndoorCameraD3D;
58
41cbaabde2cb BLV render
Nomad
parents: 52
diff changeset
6486 v2 = &pIndoor->pVertices[v1->pVertexIDs[0]];
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6487 //v3 = *(_DWORD *)&v2->x;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6488 v4 = v2->z;
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6489 //v5 = 0;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6490 if ( v1->pFacePlane_old.vNormal.x * (v2->x - pBLVRenderParams->vPartyPos.x)
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6491 + v1->pFacePlane_old.vNormal.y * (v2->y - pBLVRenderParams->vPartyPos.y)
58
41cbaabde2cb BLV render
Nomad
parents: 52
diff changeset
6492 + v1->pFacePlane_old.vNormal.z * (v2->z - pBLVRenderParams->vPartyPos.z) < 0 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6493 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6494 dword_50B700 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6495 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6496 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6497 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6498 dword_50B700 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6499 if ( !(v1->uAttributes & 1) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6500 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6501 }
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6502 //v66 = v1->uNumVertices;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6503 for (uint i = 0; i < v1->uNumVertices; ++i)
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6504 {
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6505 auto v6 = &pIndoor->pVertices[v1->pVertexIDs[i]];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6506 pGame->pIndoorCameraD3D->ApplyViewTransform_TrueIfStillVisible(
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6507 v6->x,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6508 v6->y,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6509 v6->z,
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6510 &_50B924_view_transformed_xs[i],
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6511 &_50B834_view_transformed_zs[i],
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6512 &_50B744_view_transformed_ys[i],
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6513 0);
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6514 }
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6515
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6516 //v7 = v1->uNumVertices;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6517 //v8 = 0;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6518 if (v1->uNumVertices <= 0)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6519 return 0;
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6520
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6521 bool bFound = false;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6522 for (uint i = 0; i < v1->uNumVertices; ++i)
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6523 if (_50B924_view_transformed_xs[i] >= 0x80000u)
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6524 {
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6525 bFound = true;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6526 break;
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6527 }
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6528 if (!bFound)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6529 return 0;
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6530
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6531 v79 = 0;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6532 _50B924_view_transformed_xs[v1->uNumVertices] = _50B924_view_transformed_xs[0];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6533 _50B834_view_transformed_zs[v1->uNumVertices] = _50B834_view_transformed_zs[0];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6534 _50B744_view_transformed_ys[v1->uNumVertices] = _50B744_view_transformed_ys[0];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6535 thisa = _50B924_view_transformed_xs[0] >= 0x80000u;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6536 //int i = 1;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6537 for (uint i = 1; i < v1->uNumVertices; ++i)
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6538 {
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6539 v10 = _50B924_view_transformed_xs[i];
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6540 v81 = v10 >= (signed int)0x80000u;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6541 if ( thisa ^ v81 )
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6542 {
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6543 v11 = _50B924_view_transformed_xs[i - 1];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6544 if ( v10 >= (signed int)0x80000u )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6545 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6546 v12 = v10 - v11;
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6547 v13 = 0x80000 - v11;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6548 LODWORD(v14) = v13 << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6549 HIDWORD(v14) = v13 >> 16;
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6550 v15 = &_50B744_view_transformed_ys[i - 1];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6551 dword_50B828[v79] = ((unsigned __int64)((_50B834_view_transformed_zs[i] - _50B834_view_transformed_zs[i - 1])
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6552 * v14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6553 / v12) >> 16)
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6554 + _50B834_view_transformed_zs[i - 1];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6555 thisb = (unsigned __int64)((_50B744_view_transformed_ys[i] - _50B744_view_transformed_ys[i - 1]) * v14 / v12) >> 16;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6556 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6557 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6558 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6559 v16 = v11 - v10;
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6560 v17 = 0x80000 - v10;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6561 LODWORD(v18) = v17 << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6562 HIDWORD(v18) = v17 >> 16;
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6563 v15 = &_50B744_view_transformed_ys[i];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6564 dword_50B828[v79] = ((unsigned __int64)((_50B834_view_transformed_zs[i - 1] - _50B834_view_transformed_zs[i])
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6565 * v18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6566 / v16) >> 16)
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6567 + _50B834_view_transformed_zs[i];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6568 thisb = (unsigned __int64)((_50B744_view_transformed_ys[i - 1] - _50B744_view_transformed_ys[i]) * v18 / v16) >> 16;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6569 }
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6570 v19 = v79++;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6571 //v7 = v66;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6572 dword_50B738[v19] = thisb + *v15;
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6573 dword_50B918[v19] = 0x80000u;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6574 }
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6575 if ( v81 )
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6576 {
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6577 v20 = v79++;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6578 dword_50B918[v20] = _50B924_view_transformed_xs[i];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6579 dword_50B828[v20] = _50B834_view_transformed_zs[i];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6580 dword_50B738[v20] = _50B744_view_transformed_ys[i];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6581 }
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6582 //++i;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6583 thisa = v81;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6584 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6585 ia = 0;
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6586 v21 = v79;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6587 dword_50B918[v79] = dword_50B918[0];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6588 dword_50B828[v79] = dword_50B828[0];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6589 for ( dword_50B738[v79] = dword_50B738[0]; ia < v79; dword_50BA08[v22] = pBLVRenderParams->uViewportCenterY - v35 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6590 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6591 v22 = ia;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6592 thisc = abs(dword_50B918[ia]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6593 if ( abs(dword_50B828[ia]) >> 13 <= thisc )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6594 {
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6595 v27 = dword_50B828[v22];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6596 LODWORD(v28) = v27 << 16;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6597 HIDWORD(v28) = v27 >> 16;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6598 v26 = v28 / dword_50B918[v22];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6599 v23 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6600 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6601 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6602 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6603 v23 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6604 v24 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6605 if ( dword_50B828[v22] >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6606 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6607 LOBYTE(v24) = dword_50B918[v22] >= 0;
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6608 v26 = ((v24 - 1) & 0xFF800000) + 0x400000;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6609 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6610 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6611 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6612 LOBYTE(v24) = dword_50B918[v22] >= 0;
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6613 v25 = v24 - 1;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6614 v26 = (v25 & 0x800000) - 0x400000;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6615 }
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6616 }
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6617 v29 = dword_50B738[v22];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6618 dword_50BAF4_xs[v22 + 1] = v26;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6619 if ( abs(v29) >> 13 <= thisc )
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6620 {
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6621 v33 = dword_50B738[v22];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6622 LODWORD(v34) = v33 << 16;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6623 HIDWORD(v34) = v33 >> 16;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6624 v32 = v34 / dword_50B918[v22];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6625 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6626 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6627 {
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6628 v30 = 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6629 if ( dword_50B738[v22] >= v23 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6630 {
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6631 LOBYTE(v30) = dword_50B918[v22] >= v23;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6632 v32 = ((v30 - 1) & 0xFF800000) + 0x400000;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6633 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6634 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6635 {
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6636 LOBYTE(v30) = dword_50B918[v22] >= v23;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6637 v31 = v30 - 1;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6638 v32 = (v31 & 0x800000) - 0x400000;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6639 }
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6640 }
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6641 dword_50BA08[v22] = v32;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6642 dword_50BAF4_xs[v22 + 1] = (unsigned __int64)(SHIWORD(pBLVRenderParams->field_40)
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6643 * (signed __int64)dword_50BAF4_xs[v22 + 1]) >> 16;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6644 v35 = (unsigned __int64)(SHIWORD(pBLVRenderParams->field_40) * (signed __int64)dword_50BA08[v22]) >> 16;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6645 dword_50BAF4_xs[v22 + 1] = pBLVRenderParams->uViewportCenterX - dword_50BAF4_xs[v22 + 1];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6646 ++ia;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6647 }
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6648 v36 = 0;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6649 dword_50BAF4_xs[v21 + 1] = dword_50BAF4_xs[1];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6650 dword_50BA08[v21] = dword_50BA08[0];
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6651 v37 = pBLVRenderParams->uViewportX;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6652 v38 = dword_50BAF4_xs[1] < (signed int)pBLVRenderParams->uViewportX;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6653 LOBYTE(v38) = dword_50BAF4_xs[1] >= (signed int)pBLVRenderParams->uViewportX;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6654 v39 = 1;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6655 ib = 1;
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6656 if ( v79 < 1 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6657 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6658 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6659 {
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6660 v40 = v39;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6661 v41 = dword_50BAF4_xs[v40 + 1];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6662 v82 = v41 >= (signed int)v37;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6663 if ( v38 ^ v82 )
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6664 {
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6665 if ( v41 >= (signed int)v37 )
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6666 {
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6667 v67 = (signed int)(v37 - dword_50BAF4_xs[v40])
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6668 * (signed __int64)(dword_50BA08[v40] - dword_50B9F8[v40 + 3])
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6669 / (v41 - dword_50BAF4_xs[v40]);
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6670 v42 = dword_50B9F8[v40 + 3];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6671 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6672 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6673 {
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6674 v67 = (signed int)(v37 - v41)
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6675 * (signed __int64)(dword_50B9F8[v40 + 3] - dword_50BA08[v40])
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6676 / (dword_50BAF4_xs[v40] - v41);
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6677 v42 = dword_50BA08[v40];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6678 }
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6679 ++v36;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6680 dword_50B9F8[v36] = v67 + v42;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6681 v37 = pBLVRenderParams->uViewportX;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6682 dword_50BAE8_xs[v36] = pBLVRenderParams->uViewportX;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6683 }
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6684 v38 = v82;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6685 if ( v82 )
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6686 {
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6687 dword_50BAE8_xs[v36 + 1] = dword_50BAF4_xs[v40 + 1];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6688 dword_50B9F8[v36++ + 1] = dword_50BA08[v40];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6689 }
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6690 v39 = ib++ + 1;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6691 }
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6692 while ( ib <= v79 );
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6693
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6694 if ( !v36
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6695 || (v43 = 0,
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6696 dword_50BAE8_xs[v36 + 1] = dword_50BAE8_xs[1],
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6697 dword_50B9F8[v36 + 1] = dword_50B9F8[1],
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6698 v44 = pBLVRenderParams->uViewportZ,
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6699 thisd = dword_50BAE8_xs[1] <= (signed int)pBLVRenderParams->uViewportZ,
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6700 ic = 1,
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6701 v36 < 1) )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6702 return 0;
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6703
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6704 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6705 {
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6706 v45 = ic;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6707 v46 = dword_50BAE8_xs[ic + 1];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6708 v83 = v46 <= (signed int)v44;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6709 if ( thisd ^ v83 )
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6710 {
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6711 if ( v46 <= (signed int)v44 )
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6712 {
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6713 v68 = (signed int)(v44 - dword_50BAE8_xs[v45])
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6714 * (signed __int64)(dword_50B9F8[v45 + 1] - dword_50B9F8[v45])
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6715 / (v46 - dword_50BAE8_xs[v45]);
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6716 v47 = dword_50B9F8[v45];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6717 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6718 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6719 {
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6720 v68 = (signed int)(v44 - v46)
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6721 * (signed __int64)(dword_50B9F8[v45] - dword_50B9F8[v45 + 1])
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6722 / (dword_50BAE8_xs[v45] - v46);
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6723 v47 = dword_50B9F8[v45 + 1];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6724 }
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6725 ++v43;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6726 dword_50B9EC[v43] = v68 + v47;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6727 v44 = pBLVRenderParams->uViewportZ;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6728 dword_50BADC_xs[v43] = pBLVRenderParams->uViewportZ;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6729 }
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6730 if ( v83 )
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6731 {
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6732 dword_50BAE0[v43] = dword_50BAE8_xs[v45 + 1];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6733 dword_50B9F0[v43++] = dword_50B9F8[v45 + 1];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6734 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6735 ++ic;
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6736 thisd = v83;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6737 }
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6738 while ( ic <= v36 );
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6739 if ( !v43
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6740 || (v48 = 0,
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6741 dword_50BAE0[v43] = dword_50BAE0[0],
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6742 dword_50B9F0[v43] = dword_50B9F0[0],
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6743 v49 = pBLVRenderParams->uViewportY,
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6744 v50 = dword_50B9F0[0] < (signed int)pBLVRenderParams->uViewportY,
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6745 LOBYTE(v50) = dword_50B9F0[0] >= (signed int)pBLVRenderParams->uViewportY,
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6746 v51 = 1,
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6747 id = 1,
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6748 v43 < 1) )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6749 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6750 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6751 {
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6752 v52 = v51;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6753 v53 = dword_50B9F0[v52];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6754 v84 = v53 >= (signed int)v49;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6755 if ( v50 ^ v84 )
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6756 {
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6757 if ( v53 >= (signed int)v49 )
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6758 {
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6759 v69 = (signed int)(v49 - dword_50B9EC[v52])
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6760 * (signed __int64)(dword_50BAE0[v52] - dword_50BADC_xs[v52])
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6761 / (v53 - dword_50B9EC[v52]);
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6762 v54 = dword_50BADC_xs[v52];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6763 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6764 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6765 {
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6766 v69 = (signed int)(v49 - v53)
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6767 * (signed __int64)(dword_50BADC_xs[v52] - dword_50BAE0[v52])
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6768 / (dword_50B9EC[v52] - v53);
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6769 v54 = dword_50BAE0[v52];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6770 }
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6771 ++v48;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6772 dword_50BAD0[v48] = v69 + v54;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6773 v49 = pBLVRenderParams->uViewportY;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6774 dword_50B9E0_ys[v48] = pBLVRenderParams->uViewportY;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6775 }
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6776 v50 = v84;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6777 if ( v84 )
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6778 {
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6779 dword_50BAD4[v48] = dword_50BAE0[v52];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6780 dword_50B9E0_ys[v48++ + 1] = dword_50B9F0[v52];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6781 }
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6782 v51 = id++ + 1;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6783 }
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6784 while ( id <= v43 );
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6785 if ( !v48
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6786 || (v55 = 0,
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6787 dword_50BAD4[v48] = dword_50BAD4[0],
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6788 dword_50B9E0_ys[v48 + 1] = dword_50B9E0_ys[1],
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6789 v56 = pBLVRenderParams->uViewportW,
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6790 thise = dword_50B9E0_ys[1] <= (signed int)pBLVRenderParams->uViewportW,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6791 ie = 1,
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6792 v48 < 1) )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6793 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6794 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6795 {
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6796 v57 = ie;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6797 v58 = dword_50B9E0_ys[ie + 1];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6798 v85 = v58 <= (signed int)v56;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6799 if ( thise ^ v85 )
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6800 {
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6801 if ( v58 <= (signed int)v56 )
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6802 {
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6803 v70 = (signed int)(v56 - dword_50B9E0_ys[v57])
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6804 * (signed __int64)(dword_50BAD4[v57] - dword_50BAD0[v57])
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6805 / (v58 - dword_50B9E0_ys[v57]);
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6806 v59 = dword_50BAD0[v57];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6807 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6808 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6809 {
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6810 v70 = (signed int)(v56 - v58)
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6811 * (signed __int64)(dword_50BAD0[v57] - dword_50BAD4[v57])
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6812 / (dword_50B9E0_ys[v57] - v58);
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6813 v59 = dword_50BAD4[v57];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6814 }
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6815 ++v55;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6816 dword_50BAC4[v55] = v70 + v59;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6817 v56 = pBLVRenderParams->uViewportW;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6818 unk_50B9D4[v55] = pBLVRenderParams->uViewportW;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6819 }
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6820 if ( v85 )
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6821 {
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6822 dword_50BAC8[v55] = dword_50BAD4[v57];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6823 dword_50B9D8_ys[v55++] = dword_50B9E0_ys[v57 + 1];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6824 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6825 ++ie;
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6826 thise = v85;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6827 }
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6828 while ( ie <= v48 );
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6829 if ( !v55 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6830 return 0;
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6831 v61 = pRenderer->pRenderD3D == 0;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6832 dword_50BAC8[v55] = dword_50BAC8[0];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6833 dword_50B9D8_ys[v55] = dword_50B9D8_ys[0];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6834 if ( v61 && v55 > 3 )
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6835 {
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6836 dword_50BAC8[v55 + 1] = dword_50BAC8[1];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6837 dword_50B9D8_ys[v55 + 1] = dword_50B9D8_ys[1];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6838 thisf = 2 * (dword_50B700 != 0) - 1;
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6839 if ( v55 > 0 )
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6840 {
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6841 v62 = 1;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6842 v71 = 1;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6843 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6844 {
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6845 v63 = v62 - 1;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6846 v64 = v62 + 1;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6847 v80 = v62 + 1;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6848 if ( v62 - 1 >= v55 )
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6849 v63 -= v55;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6850 if ( v62 >= v55 )
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6851 v62 -= v55;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6852 if ( v64 >= v55 )
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6853 v64 -= v55;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6854 if ( thisf
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6855 * ((dword_50B9D8_ys[v64] - dword_50B9D8_ys[v63]) * (dword_50BAC8[v62] - dword_50BAC8[v63])
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6856 - (dword_50B9D8_ys[v62] - dword_50B9D8_ys[v63]) * (dword_50BAC8[v64] - dword_50BAC8[v63])) < 0 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6857 {
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6858 v62 = v80;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6859 v71 = v80;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6860 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6861 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6862 {
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6863 v62 = v71;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6864 v65 = v71;
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6865 if ( v71 < v55 || (v65 = v71 - v55, v71 - v55 < v55) )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6866 {
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6867 memcpy(&dword_50B9D8_ys[v65], &dword_50B9D8_ys[v65 + 1], 4 * ((unsigned int)(4 * (v55 - v65)) >> 2));
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6868 memcpy(&dword_50BAC8[v65], &dword_50BAC8[v65 + 1], 4 * ((unsigned int)(4 * (v55 - v65)) >> 2));
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6869 }
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6870 --v55;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6871 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6872 }
50
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6873 while ( v62 - 1 < v55 );
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6874 }
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6875 dword_50BAC8[v55] = dword_50BAC8[0];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6876 dword_50B9D8_ys[v55] = dword_50B9D8_ys[0];
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6877 }
fde5c5acb66e BLV render
Nomad
parents: 47
diff changeset
6878 return v55;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6879 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6880
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6881
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6882 //----- (00424579) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6883 int __fastcall sub_424579(int uFaceID, stru320 *a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6884 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6885 __debugbreak();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6886 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6887 /*BLVFace *v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6888 Vec3_short_ *v3; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6889 Vec3_short_ *v4; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6890 unsigned int v5; // esi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6891 int v7; // ST1C_4@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6892 int v8; // ST1C_4@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6893 int v9; // ST1C_4@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6894 int v10; // ST1C_4@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6895 int v11; // esi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6896 int v12; // ST1C_4@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6897 unsigned int v15; // ecx@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6898 unsigned int v19; // ecx@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6899 signed int v20; // ecx@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6900 signed int result; // eax@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6901 signed int v24; // edx@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6902 unsigned int v25; // [sp+Ch] [bp-1Ch]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6903 float v26; // [sp+14h] [bp-14h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6904 float v27; // [sp+1Ch] [bp-Ch]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6905 float v28; // [sp+20h] [bp-8h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6906 signed int v29; // [sp+24h] [bp-4h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6907
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6908 v2 = &pIndoor->pFaces[uFaceID];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6909 v3 = pIndoor->pVertices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6910 v4 = &pIndoor->pVertices[*v2->pVertexIDs];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6911 if ( v2->pFacePlane_old.vNormal.x * ((signed __int16)*(int *)&v4->x - pBLVRenderParams->vPartyPos.x)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6912 + v2->pFacePlane_old.vNormal.y * ((signed __int16)(*(int *)&v4->x >> 16) - pBLVRenderParams->vPartyPos.y)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6913 + v2->pFacePlane_old.vNormal.z * (v4->z - pBLVRenderParams->vPartyPos.z) < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6914 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6915 dword_50B700 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6916 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6917 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6918 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6919 dword_50B700 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6920 if ( !(v2->uAttributes & 1) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6921 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6922 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6923 v29 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6924 v5 = v2->uNumVertices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6925 __asm { fld pBLVRenderParams->fCosineY }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6926 v28 = pBLVRenderParams->fSineY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6927 v26 = pBLVRenderParams->fCosineNegX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6928 v27 = pBLVRenderParams->fSineNegX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6929 v25 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6930 if ( (signed int)v5 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6931 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6932 _ECX = (char *)&array_50AC10[0].vWorldPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6933 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6934 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6935 v7 = v3[v2->pVertexIDs[v29]].x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6936 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6937 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6938 fild [ebp+var_10]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6939 fstp dword ptr [ecx-8]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6940 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6941 v8 = v3[v2->pVertexIDs[v29]].y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6942 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6943 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6944 fild [ebp+var_10]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6945 fstp dword ptr [ecx-4]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6946 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6947 v9 = v3[v2->pVertexIDs[v29]].z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6948 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6949 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6950 fild [ebp+var_10]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6951 fstp dword ptr [ecx]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6952 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6953 _ECX += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6954 v10 = a2->pDeltaUV[0] + v2->pVertexUIDs[v29];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6955 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6956 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6957 fild [ebp+var_10]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6958 fstp dword ptr [ecx-14h]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6959 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6960 v11 = a2->pDeltaUV[1] + v2->pVertexVIDs[v29++];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6961 v12 = v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6962 v5 = v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6963 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6964 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6965 fild [ebp+var_10]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6966 fstp dword ptr [ecx-10h]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6967 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6968 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6969 while ( v29 < (signed int)v25 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6970 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6971 _EDX = (char *)&array_50AC10[0].vWorldViewPosition;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6972 if ( pBLVRenderParams->sPartyRotX )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6973 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6974 if ( (signed int)v5 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6975 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6976 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6977 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6978 fild pBLVRenderParams->vPartyPos.x
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6979 fild pBLVRenderParams->vPartyPos.y
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6980 fild pBLVRenderParams->vPartyPos.z
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6981 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6982 _EAX = (char *)&array_50AC10[0].vWorldPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6983 v15 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6984 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6985 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6986 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6987 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6988 fld dword ptr [eax-8]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6989 fsub st, st(3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6990 fld dword ptr [eax-4]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6991 fsub st, st(3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6992 fld st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6993 fmul st, st(6)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6994 fld st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6995 fmul [ebp+var_8]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6996 fsubp st(1), st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6997 fstp [ebp+var_4]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6998 fld dword ptr [eax]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6999 fsub st, st(3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7000 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7001 _EAX += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7002 --v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7003 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7004 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7005 fstp [ebp+var_10]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7006 fld [ebp+var_4]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7007 fmul [ebp+var_14]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7008 fld [ebp+var_10]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7009 fmul [ebp+var_C]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7010 fsubp st(1), st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7011 fstp dword ptr [eax-2Ch]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7012 fld st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7013 fmul [ebp+var_8]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7014 fld st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7015 fmul st, st(7)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7016 faddp st(1), st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7017 fstp dword ptr [eax-28h]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7018 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7019 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7020 fld [ebp+var_4]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7021 fmul [ebp+var_C]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7022 fld [ebp+var_10]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7023 fmul [ebp+var_14]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7024 faddp st(1), st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7025 fstp dword ptr [eax-24h]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7026 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7027 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7028 while ( v15 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7029 LABEL_15:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7030 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7031 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7032 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7033 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7034 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7035 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7036 goto LABEL_16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7037 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7038 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7039 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7040 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7041 if ( (signed int)v5 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7042 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7043 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7044 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7045 fild pBLVRenderParams->vPartyPos.x
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7046 fild pBLVRenderParams->vPartyPos.y
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7047 fild pBLVRenderParams->vPartyPos.z
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7048 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7049 _EAX = (char *)&array_50AC10[0].vWorldViewPosition;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7050 v19 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7051 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7052 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7053 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7054 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7055 fld dword ptr [eax-0Ch]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7056 fsub st, st(3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7057 fld dword ptr [eax-8]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7058 fsub st, st(3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7059 fld st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7060 fmul st, st(6)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7061 fld st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7062 fmul [ebp+var_8]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7063 fsubp st(1), st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7064 fstp dword ptr [eax]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7065 fld st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7066 fmul [ebp+var_8]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7067 fld st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7068 fmul st, st(7)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7069 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7070 _EAX += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7071 --v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7072 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7073 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7074 faddp st(1), st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7075 fstp dword ptr [eax-2Ch]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7076 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7077 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7078 fld dword ptr [eax-34h]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7079 fsub st, st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7080 fstp dword ptr [eax-28h]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7081 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7082 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7083 while ( v19 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7084 goto LABEL_15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7085 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7086 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7087 LABEL_16:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7088 v20 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7089 __asm { fstp st }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7090 if ( (signed int)v5 <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7091 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7092 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7093 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7094 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7095 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7096 fld dword ptr [edx]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7097 fcomp ds:flt_4D8524
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7098 fnstsw ax
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7099 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7100 if ( !(HIBYTE(_AX) & 1) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7101 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7102 ++v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7103 _EDX += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7104 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7105 while ( v20 < (signed int)v5 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7106 if ( v20 >= (signed int)v5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7107 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7108 result = sr_424CD7(v5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7109 if ( result > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7110 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7111 __asm { fild pBLVRenderParams->field_40 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7112 _ECX = (char *)&array_507D30[0].vWorldViewPosition;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7113 v24 = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7114 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7115 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7116 fmul ds:flt_4D84A4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7117 fild pBLVRenderParams->uViewportCenterX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7118 fild pBLVRenderParams->uViewportCenterY
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7119 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7120 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7121 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7122 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7123 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7124 fld1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7125 fdiv dword ptr [ecx]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7126 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7127 _ECX += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7128 --v24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7129 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7130 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7131 fld st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7132 fmul dword ptr [ecx-2Ch]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7133 fmul st, st(4)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7134 fsubr st, st(3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7135 fstp dword ptr [ecx-24h]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7136 fmul dword ptr [ecx-28h]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7137 fmul st, st(3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7138 fsubr st, st(1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7139 fstp dword ptr [ecx-20h]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7140 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7141 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7142 while ( v24 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7143 __asm
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7144 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7145 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7146 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7147 fstp st
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7148 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7149 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7150 memcpy(&array_507D30[result], array_507D30, sizeof(array_507D30[result]));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7151 return result;*/
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7152 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7153
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7154
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7155 //----- (00424829) --------------------------------------------------------
116
918dca162239 stru170 -> BspRenderer
Nomad
parents: 101
diff changeset
7156 bool sub_424829(int a1, BspRenderer_stru2 *a2, BspRenderer_stru2 *a3, int a4)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7157 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7158 int v4; // edi@1
116
918dca162239 stru170 -> BspRenderer
Nomad
parents: 101
diff changeset
7159 BspRenderer_stru2 *v5; // ebx@1
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7160 int v6; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7161 int v7; // esi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7162 int v8; // edx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7163 int v9; // ecx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7164 int v10; // eax@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7165 int v11; // edi@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7166 int v12; // edx@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7167 int v13; // eax@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7168 int v14; // edi@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7169 int v15; // ecx@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7170 int v16; // edi@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7171 int v17; // edx@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7172 int v18; // eax@39
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7173 int v19; // eax@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7174 int v20; // ecx@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7175 int v21; // edi@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7176 int v22; // edi@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7177 __int16 *v23; // ecx@47
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7178 int v24; // edx@48
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7179 int v25; // eax@50
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7180 int v26; // eax@55
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7181 signed int v27; // edi@55
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7182 int v28; // edx@56
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7183 int v29; // edx@57
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7184 int v30; // eax@59
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7185 int v31; // eax@64
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7186 signed int v32; // edi@64
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7187 int v33; // edx@65
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7188 __int16 *v34; // eax@66
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7189 __int16 v35; // dx@66
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7190 __int16 v36; // dx@67
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7191 __int16 v37; // di@67
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7192 __int16 v38; // dx@67
116
918dca162239 stru170 -> BspRenderer
Nomad
parents: 101
diff changeset
7193 BspRenderer_stru2 *v39; // ecx@69
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7194 int v40; // edx@69
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7195 int v41; // edi@70
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7196 __int16 *v42; // eax@76
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7197 __int16 *v43; // eax@81
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7198 __int16 *v45; // eax@87
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7199 int v46; // edx@87
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7200 __int16 v47; // cx@88
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7201 int v48; // eax@93
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7202 int v49; // esi@93
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7203 __int16 *v50; // ecx@94
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7204 int v51; // eax@95
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7205 int v52; // eax@97
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7206 int v53; // [sp+Ch] [bp-34h]@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7207 int v54; // [sp+10h] [bp-30h]@0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7208 int v55; // [sp+14h] [bp-2Ch]@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7209 __int16 *v56; // [sp+14h] [bp-2Ch]@47
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7210 __int16 *v57; // [sp+14h] [bp-2Ch]@76
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7211 __int16 *v58; // [sp+14h] [bp-2Ch]@81
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7212 __int16 *v59; // [sp+14h] [bp-2Ch]@87
116
918dca162239 stru170 -> BspRenderer
Nomad
parents: 101
diff changeset
7213 BspRenderer_stru2 *v60; // [sp+18h] [bp-28h]@1
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7214 int v61; // [sp+1Ch] [bp-24h]@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7215 int v62; // [sp+20h] [bp-20h]@0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7216 signed int v63; // [sp+24h] [bp-1Ch]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7217 signed int v64; // [sp+28h] [bp-18h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7218 int v65; // [sp+2Ch] [bp-14h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7219 int v66; // [sp+2Ch] [bp-14h]@39
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7220 int v67; // [sp+30h] [bp-10h]@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7221 int v68; // [sp+34h] [bp-Ch]@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7222 int v69; // [sp+34h] [bp-Ch]@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7223 int v70; // [sp+34h] [bp-Ch]@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7224 int v71; // [sp+34h] [bp-Ch]@75
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7225 int v72; // [sp+34h] [bp-Ch]@80
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7226 int v73; // [sp+38h] [bp-8h]@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7227 int v74; // [sp+3Ch] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7228 int a3a; // [sp+48h] [bp+8h]@76
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7229 int a3b; // [sp+48h] [bp+8h]@87
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7230
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7231 v4 = a1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7232 v5 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7233 v74 = a1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7234 v60 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7235 if ( !a1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7236 || (!dword_50B700 ? (v64 = -1, v6 = 1, v63 = 1) : (v6 = 1, v63 = -1, v64 = 1),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7237 v7 = dword_50B9D8_ys[0],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7238 v65 = 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7239 v8 = dword_50B9D8_ys[0],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7240 a1 <= v6) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7241 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7242 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7243 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7244 v9 = dword_50B9D8_ys[v6];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7245 if ( v9 >= v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7246 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7247 if ( v9 > v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7248 v8 = dword_50B9D8_ys[v6];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7249 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7250 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7251 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7252 v65 = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7253 v7 = dword_50B9D8_ys[v6];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7254 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7255 ++v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7256 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7257 while ( v6 < v4 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7258 v73 = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7259 if ( v8 == v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7260 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7261 v10 = v65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7262 v68 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7263 v5->_viewport_space_y = v7;
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 83
diff changeset
7264 v5->_viewport_space_w = v8;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7265 v55 = v65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7266 if ( v4 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7267 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7268 v11 = v65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7269 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7270 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7271 v10 += v64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7272 if ( v10 < v74 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7273 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7274 if ( v10 < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7275 v10 += v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7276 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7277 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7278 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7279 v10 -= v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7280 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7281 v12 = dword_50B9D8_ys[v10];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7282 if ( v12 <= dword_50B9D8_ys[v11] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7283 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7284 v55 = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7285 v11 = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7286 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7287 if ( v12 == v73 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7288 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7289 ++v68;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7290 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7291 while ( v68 < v74 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7292 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7293 v13 = v55 + v64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7294 v67 = v55 + v64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7295 if ( v55 + v64 < v74 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7296 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7297 if ( v13 >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7298 goto LABEL_27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7299 v13 += v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7300 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7301 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7302 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7303 v13 -= v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7304 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7305 v67 = v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7306 LABEL_27:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7307 if ( dword_50B9D8_ys[v13] != dword_50B9D8_ys[v55] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7308 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7309 v14 = dword_50BAC8[v55];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7310 v62 = v14 << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7311 v54 = ((dword_50BAC8[v13] - v14) << 16) / (dword_50B9D8_ys[v13] - dword_50B9D8_ys[v55]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7312 v5->array_18[v7] = LOWORD(dword_50BAC8[v55]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7313 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7314 v15 = v65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7315 v69 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7316 v61 = v65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7317 if ( v74 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7318 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7319 v16 = v65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7320 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7321 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7322 v15 += v63;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7323 if ( v15 < v74 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7324 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7325 if ( v15 < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7326 v15 += v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7327 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7328 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7329 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7330 v15 -= v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7331 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7332 v17 = dword_50B9D8_ys[v15];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7333 if ( v17 <= dword_50B9D8_ys[v16] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7334 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7335 v61 = v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7336 v16 = v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7337 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7338 if ( v17 == v73 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7339 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7340 ++v69;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7341 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7342 while ( v69 < v74 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7343 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7344 v18 = v63 + v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7345 v66 = v63 + v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7346 if ( v63 + v61 < v74 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7347 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7348 if ( v18 >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7349 goto LABEL_44;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7350 v18 += v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7351 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7352 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7353 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7354 v18 -= v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7355 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7356 v66 = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7357 LABEL_44:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7358 v19 = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7359 v20 = v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7360 v53 = dword_50B9D8_ys[v19] - dword_50B9D8_ys[v61];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7361 if ( dword_50B9D8_ys[v19] != dword_50B9D8_ys[v61] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7362 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7363 v21 = dword_50BAC8[v20];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7364 v5 = v60;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7365 v61 = v21 << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7366 v53 = ((dword_50BAC8[v19] - v21) << 16) / v53;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7367 v60->array_3D8[v73] = LOWORD(dword_50BAC8[v20]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7368 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7369 v22 = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7370 v70 = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7371 if ( v7 <= v73 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7372 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7373 v56 = &v5->array_3D8[v7];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7374 v23 = &v5->array_18[v7];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7375 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7376 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7377 v24 = v67;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7378 if ( v22 < dword_50B9D8_ys[v67] || v22 == v73 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7379 goto LABEL_57;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7380 v25 = v64 + v67;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7381 v67 = v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7382 if ( v25 < v74 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7383 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7384 if ( v25 >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7385 goto LABEL_55;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7386 v25 += v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7387 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7388 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7389 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7390 v25 -= v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7391 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7392 v67 = v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7393 LABEL_55:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7394 v26 = v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7395 v27 = dword_50B9D8_ys[v26] - dword_50B9D8_ys[v24];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7396 if ( dword_50B9D8_ys[v26] - dword_50B9D8_ys[v24] > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7397 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7398 v28 = dword_50BAC8[v24];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7399 v54 = ((dword_50BAC8[v26] - v28) << 16) / v27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7400 v62 = v28 << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7401 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7402 LABEL_57:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7403 v29 = v66;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7404 if ( v70 >= dword_50B9D8_ys[v66] && v70 != v73 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7405 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7406 v30 = v63 + v66;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7407 v66 += v63;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7408 if ( v66 >= v74 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7409 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7410 v30 -= v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7411 goto LABEL_63;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7412 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7413 if ( v30 < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7414 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7415 v30 += v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7416 LABEL_63:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7417 v66 = v30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7418 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7419 v31 = v30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7420 v32 = dword_50B9D8_ys[v31] - dword_50B9D8_ys[v29];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7421 if ( dword_50B9D8_ys[v31] - dword_50B9D8_ys[v29] > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7422 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7423 v33 = dword_50BAC8[v29];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7424 v53 = ((dword_50BAC8[v31] - v33) << 16) / v32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7425 v61 = v33 << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7426 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7427 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7428 *(__int16 *)((char *)v56 + (int)(char *)v5->array_18 - (char *)v5->array_3D8) = HIWORD(v62);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7429 *v56 = HIWORD(v61);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7430 v34 = v23 + 480;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7431 v35 = v23[480];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7432 if ( *v23 > v35 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7433 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7434 v36 = *v23 ^ v35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7435 v37 = *v34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7436 *v23 = v36;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7437 v38 = v37 ^ v36;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7438 *v23 ^= v38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7439 *v34 = v38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7440 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7441 ++v56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7442 v62 += v54;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7443 v22 = v70 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7444 v61 += v53;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7445 ++v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7446 ++v70;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7447 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7448 while ( v70 <= v73 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7449 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7450 v39 = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7451 v40 = v73;
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 83
diff changeset
7452 if ( v73 < a3->_viewport_space_y || (v41 = a3->_viewport_space_w, v7 > v41) )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7453 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7454 if ( v7 < a3->_viewport_space_y )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7455 v7 = a3->_viewport_space_y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7456 if ( v73 > v41 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7457 {
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 83
diff changeset
7458 v40 = a3->_viewport_space_w;
f76e4ea4a224 Outdoor::Load
Nomad
parents: 83
diff changeset
7459 v73 = a3->_viewport_space_w;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7460 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7461 v71 = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7462 if ( v7 <= v40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7463 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7464 a3a = (char *)v5 - (char *)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7465 v57 = &v5->array_18[v7];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7466 v42 = &v39->array_3D8[v7];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7467 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7468 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7469 if ( *(__int16 *)((char *)v42 + a3a) >= *(v42 - 480) && *v57 <= *v42 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7470 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7471 ++v57;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7472 ++v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7473 ++v71;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7474 ++v42;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7475 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7476 while ( v71 <= v40 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7477 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7478 v72 = v40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7479 if ( v40 < v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7480 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7481 v58 = &v5->array_18[v40];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7482 v43 = &v39->array_3D8[v40];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7483 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7484 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7485 if ( *(__int16 *)((char *)v43 + (int)(char *)v5 - (char *)v39) >= *(v43 - 480) && *v58 <= *v43 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7486 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7487 --v58;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7488 --v40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7489 --v72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7490 --v43;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7491 v73 = v40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7492 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7493 while ( v72 >= v7 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7494 if ( v7 >= v40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7495 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7496 a3b = (char *)v39 - (char *)v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7497 v59 = &v39->array_3D8[v7];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7498 v45 = &v5->array_18[v7];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7499 v46 = v73 - v7 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7500 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7501 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7502 v47 = *(__int16 *)((char *)v45 + a3b);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7503 if ( *v45 < v47 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7504 *v45 = v47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7505 if ( v45[480] > *v59 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7506 v45[480] = *v59;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7507 ++v59;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7508 ++v45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7509 --v46;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7510 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7511 while ( v46 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7512 v5->_viewport_space_y = v7;
98
f76e4ea4a224 Outdoor::Load
Nomad
parents: 83
diff changeset
7513 v5->_viewport_space_w = v73;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7514 v5->field_8 = v5->array_18[v7];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7515 v48 = v5->array_3D8[v7];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7516 v5->field_10 = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7517 v5->field_14 = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7518 v49 = v7 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7519 v5->field_C = v48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7520 if ( v49 <= v73 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7521 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7522 v50 = &v5->array_3D8[v49];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7523 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7524 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7525 v51 = *(v50 - 480);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7526 if ( v51 < v5->field_8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7527 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7528 v5->field_8 = v51;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7529 v5->field_10 = v49;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7530 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7531 v52 = *v50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7532 if ( v52 > v5->field_C )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7533 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7534 v5->field_C = v52;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7535 v5->field_14 = v49;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7536 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7537 ++v49;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7538 ++v50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7539 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7540 while ( v49 <= v73 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7541 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7542 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7543 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7544 // 50B700: using guessed type int dword_50B700;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7545
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7546 //----- (00424CD7) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7547 signed int __fastcall sr_424CD7(unsigned int uVertexID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7548 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7549 unsigned int v1; // edx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7550 signed int v2; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7551 char *v3; // esi@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7552 char *v4; // ecx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7553 unsigned int v5; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7554 char *v6; // edx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7555 double v7; // st6@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7556 double v8; // st5@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7557 double v9; // st6@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7558 unsigned __int8 v10; // c2@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7559 unsigned __int8 v11; // c3@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7560 RenderVertexSoft *v12; // edi@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7561 char *v13; // eax@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7562 double v14; // st6@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7563 signed int result; // eax@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7564 unsigned int v16; // [sp+8h] [bp-28h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7565 bool v17; // [sp+Ch] [bp-24h]@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7566 char *v18; // [sp+10h] [bp-20h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7567 char *v19; // [sp+14h] [bp-1Ch]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7568 signed int v20; // [sp+18h] [bp-18h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7569 RenderVertexSoft *v21; // [sp+1Ch] [bp-14h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7570 char *v22; // [sp+20h] [bp-10h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7571 char *v23; // [sp+24h] [bp-Ch]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7572 char *v24; // [sp+28h] [bp-8h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7573 char *v25; // [sp+2Ch] [bp-4h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7574
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7575 v1 = uVertexID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7576 memcpy(&array_50AC10[uVertexID], array_50AC10, sizeof(array_50AC10[uVertexID]));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7577 v2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7578 v20 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7579 if ( array_50AC10[0].vWorldViewPosition.x >= 8.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7580 v2 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7581 if ( (signed int)(uVertexID + 1) <= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7582 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7583 v3 = (char *)&array_507D30[0].vWorldViewPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7584 v4 = (char *)&array_507D30[0].vWorldViewPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7585 v5 = v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7586 v23 = (char *)&array_507D30[0].flt_20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7587 v21 = array_507D30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7588 v18 = (char *)&array_507D30[0].vWorldViewPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7589 v19 = (char *)&array_507D30[0].vWorldViewPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7590 v22 = (char *)&array_507D30[0].vWorldViewPosition;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7591 v24 = (char *)&array_507D30[0].v;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7592 v25 = (char *)&array_507D30[0].u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7593 v6 = (char *)&array_50AC10[0].v;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7594 v16 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7595 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7596 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7597 v17 = *((float *)v6 + 5) >= 8.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7598 if ( v2 != v17 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7599 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7600 if ( v17 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7601 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7602 v7 = (8.0 - *((float *)v6 - 7)) / (*((float *)v6 + 5) - *((float *)v6 - 7));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7603 *(float *)v4 = (*((float *)v6 + 6) - *((float *)v6 - 6)) * v7 + *((float *)v6 - 6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7604 *(float *)v3 = (*((float *)v6 + 7) - *((float *)v6 - 5)) * v7 + *((float *)v6 - 5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7605 *(float *)v25 = (*((float *)v6 + 11) - *((float *)v6 - 1)) * v7 + *((float *)v6 - 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7606 v8 = (*((float *)v6 + 12) - *(float *)v6) * v7 + *(float *)v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7607 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7608 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7609 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7610 v9 = (8.0 - *((float *)v6 + 5)) / (*((float *)v6 - 7) - *((float *)v6 + 5));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7611 *(float *)v4 = (*((float *)v6 - 6) - *((float *)v6 + 6)) * v9 + *((float *)v6 + 6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7612 *(float *)v3 = (*((float *)v6 - 5) - *((float *)v6 + 7)) * v9 + *((float *)v6 + 7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7613 *(float *)v25 = (*((float *)v6 - 1) - *((float *)v6 + 11)) * v9 + *((float *)v6 + 11);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7614 v8 = (*(float *)v6 - *((float *)v6 + 12)) * v9 + *((float *)v6 + 12);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7615 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7616 *(float *)v24 = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7617 *(float *)v22 = 8.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7618 *(int *)v23 = 0x3E000000u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7619 if ( v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7620 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7621 if ( 8.0 == *((float *)v6 - 7) && *(float *)v4 == *((float *)v6 - 6) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7622 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7623 v10 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7624 v11 = *(float *)v3 == *((float *)v6 - 5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7625 goto LABEL_19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7626 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7627 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7628 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7629 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7630 if ( 8.0 == *((float *)v6 + 5) && *(float *)v4 == *((float *)v6 + 6) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7631 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7632 v10 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7633 v11 = *(float *)v3 == *((float *)v6 + 7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7634 LABEL_19:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7635 if ( v11 | v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7636 goto LABEL_21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7637 goto LABEL_20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7638 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7639 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7640 LABEL_20:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7641 ++v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7642 v22 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7643 v24 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7644 v25 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7645 v4 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7646 v3 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7647 ++v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7648 v23 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7649 v19 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7650 v18 = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7651 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7652 LABEL_21:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7653 if ( v17 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7654 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7655 v12 = v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7656 v13 = v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7657 v19 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7658 v18 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7659 v14 = 1.0 / (*((float *)v6 + 5) + 0.0000001);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7660 ++v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7661 v25 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7662 v24 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7663 v22 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7664 ++v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7665 v23 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7666 memcpy(v12, v6 + 8, 0x30u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7667 v4 = v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7668 v3 = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7669 *(float *)v13 = v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7670 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7671 v2 = v17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7672 v6 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7673 --v16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7674 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7675 while ( v16 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7676 result = v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7677 if ( v20 < 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7678 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7679 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7680 }