annotate Vis.cpp @ 238:b070b83a897b

Merge
author Gloval
date Mon, 18 Feb 2013 00:49:50 +0400
parents bcd55744c2f4
children 640a176c030f
rev   line source
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1 #include <assert.h>
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
2
0
Ritor1
parents:
diff changeset
3 #include "Vis.h"
Ritor1
parents:
diff changeset
4 #include "Outdoor.h"
Ritor1
parents:
diff changeset
5 #include "Game.h"
Ritor1
parents:
diff changeset
6 #include "Actor.h"
Ritor1
parents:
diff changeset
7 #include "IndoorCamera.h"
Ritor1
parents:
diff changeset
8 #include "Viewport.h"
227
bcd55744c2f4 Clicking background in MainMenu fix
Nomad
parents: 214
diff changeset
9 #include "Log.h"
0
Ritor1
parents:
diff changeset
10
Ritor1
parents:
diff changeset
11 #include "mm7_data.h"
Ritor1
parents:
diff changeset
12 //#include "MM7.h"
Ritor1
parents:
diff changeset
13
Ritor1
parents:
diff changeset
14
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
15 static Vis_SelectionList Vis_static_sub_4C1944_stru_F8BDE8;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
16
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
17 Vis_SelectionFilter vis_sprite_filter_1 = {VisObjectType_Sprite, OBJECT_Decoration, 0, 0, 2}; // 00F93E1C
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
18 Vis_SelectionFilter vis_sprite_filter_2 = {VisObjectType_Sprite, OBJECT_Decoration, 0, 0, 2}; // 00F93E30
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
19 Vis_SelectionFilter vis_face_filter = {VisObjectType_Face, OBJECT_Any, -1, 0, 0}; // 00F93E44
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
20 Vis_SelectionFilter vis_door_filter = {VisObjectType_Face, OBJECT_BLVDoor, -1, 0x100000, 0}; // 00F93E58
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
21 Vis_SelectionFilter vis_sprite_filter_3 = {VisObjectType_Sprite, OBJECT_Decoration, -1, 0, 4}; // 00F93E6C
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
22 Vis_SelectionFilter vis_sprite_filter_4 = {VisObjectType_Any, OBJECT_Item, -1, 0, 0}; // static to sub_44EEA7
0
Ritor1
parents:
diff changeset
23
Ritor1
parents:
diff changeset
24
Ritor1
parents:
diff changeset
25
Ritor1
parents:
diff changeset
26 //----- (004C1026) --------------------------------------------------------
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
27 Vis_ObjectInfo *Vis::_4C1026(BLVFace *face, unsigned int a3, float pick_depth)
0
Ritor1
parents:
diff changeset
28 {
Ritor1
parents:
diff changeset
29 char *v4; // eax@4
Ritor1
parents:
diff changeset
30 signed int v5; // ecx@4
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
31 //BLVFace *v6; // ecx@7
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
32 //unsigned int v7; // edi@7
0
Ritor1
parents:
diff changeset
33 Vec3_short_ *v8; // eax@9
Ritor1
parents:
diff changeset
34 char *v9; // edx@9
Ritor1
parents:
diff changeset
35 signed int v10; // esi@10
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
36 //Vec3_int_ **v11; // edx@13
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
37 //char *v12; // eax@13
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
38 //double v13; // st7@14
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
39 //signed int v14; // ebx@14
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
40 //Vis *v15; // ebx@15
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
41 //Vis_ObjectInfo *result; // eax@21
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
42 //Vis_ObjectInfo *v17; // ecx@24
0
Ritor1
parents:
diff changeset
43 RenderVertexSoft pRay[2]; // [sp+20h] [bp-70h]@17
Ritor1
parents:
diff changeset
44 int v20; // [sp+84h] [bp-Ch]@10
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
45 //int v21; // [sp+88h] [bp-8h]@16
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
46 //int v22; // [sp+8Ch] [bp-4h]@16
0
Ritor1
parents:
diff changeset
47 signed int v23; // [sp+98h] [bp+8h]@7
Ritor1
parents:
diff changeset
48
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
49 //auto ecx0 = this;
0
Ritor1
parents:
diff changeset
50
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
51 static Vis_SelectionList static_sub_4C1026_stru_F8FE00;
0
Ritor1
parents:
diff changeset
52 static_sub_4C1026_stru_F8FE00.uNumPointers = 0;
Ritor1
parents:
diff changeset
53
Ritor1
parents:
diff changeset
54 static bool _init_flag = false;
Ritor1
parents:
diff changeset
55 static RenderVertexSoft static_sub_4C1026_array_F8F200[64];
Ritor1
parents:
diff changeset
56 if (!_init_flag)
Ritor1
parents:
diff changeset
57 {
Ritor1
parents:
diff changeset
58 _init_flag = true;
Ritor1
parents:
diff changeset
59 for (uint i = 0; i < 64; ++i)
Ritor1
parents:
diff changeset
60 static_sub_4C1026_array_F8F200[i].flt_2C = 0.0f;
Ritor1
parents:
diff changeset
61 }
Ritor1
parents:
diff changeset
62
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
63 //v6 = a2;
0
Ritor1
parents:
diff changeset
64 v23 = 0;
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
65 //v7 = face->uNumVertices;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
66 if (uCurrentlyLoadedLevelType == LEVEL_Indoor)
0
Ritor1
parents:
diff changeset
67 {
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
68 __debugbreak(); // refactor for BLV picking
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
69 if ( (signed int)face->uNumVertices > 0 )
0
Ritor1
parents:
diff changeset
70 {
Ritor1
parents:
diff changeset
71 v8 = pIndoor->pVertices;
Ritor1
parents:
diff changeset
72 v9 = (char *)&static_sub_4C1026_array_F8F200[0].vWorldPosition.y;
Ritor1
parents:
diff changeset
73 do
Ritor1
parents:
diff changeset
74 {
Ritor1
parents:
diff changeset
75 v10 = v23++;
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
76 v20 = v8[face->pVertexIDs[v10]].x;
0
Ritor1
parents:
diff changeset
77 *((float *)v9 - 1) = (double)v20;
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
78 v20 = v8[face->pVertexIDs[v10]].y;
0
Ritor1
parents:
diff changeset
79 *(float *)v9 = (double)v20;
Ritor1
parents:
diff changeset
80 v9 += 48;
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
81 v20 = v8[face->pVertexIDs[v10]].z;
0
Ritor1
parents:
diff changeset
82 *((float *)v9 - 11) = (double)v20;
Ritor1
parents:
diff changeset
83 }
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
84 while ( v23 < (signed int)face->uNumVertices );
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
85 }
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
86 }
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
87 else if (uCurrentlyLoadedLevelType == LEVEL_Outdoor)
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
88 {
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
89 uint bmodel_id = a3 >> 9;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
90 auto v = (Vec3_int_ *)pOutdoor->pBModels[bmodel_id].pVertices.pVertices;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
91 for (uint i = 0; i < face->uNumVertices; ++i)
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
92 {
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
93 static_sub_4C1026_array_F8F200[i].vWorldPosition.x = v[face->pVertexIDs[i]].x;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
94 static_sub_4C1026_array_F8F200[i].vWorldPosition.y = v[face->pVertexIDs[i]].y;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
95 static_sub_4C1026_array_F8F200[i].vWorldPosition.z = v[face->pVertexIDs[i]].z;
0
Ritor1
parents:
diff changeset
96 }
Ritor1
parents:
diff changeset
97 }
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
98 else assert(false);
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
99
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
100 pGame->pIndoorCameraD3D->ViewTransform(static_sub_4C1026_array_F8F200, face->uNumVertices);
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
101 pGame->pIndoorCameraD3D->Project(static_sub_4C1026_array_F8F200, face->uNumVertices, 1);
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
102
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
103 //v15 = this;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
104 SortVectors_x(static_sub_4C1026_array_F8F200, 0, face->uNumVertices - 1);
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
105 if (static_sub_4C1026_array_F8F200[0].vWorldViewPosition.x > pick_depth)
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
106 return nullptr;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
107
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
108 float screenspace_center_x,
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
109 screenspace_center_y;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
110 GetPolygonScreenSpaceCenter(static_sub_4C1026_array_F8F200, face->uNumVertices, &screenspace_center_x, &screenspace_center_y);
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
111 if (IsPolygonOccludedByBillboard(static_sub_4C1026_array_F8F200, face->uNumVertices, screenspace_center_x, screenspace_center_y))
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
112 return nullptr;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
113
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
114 CastPickRay(pRay, screenspace_center_x, screenspace_center_y, pick_depth);
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
115
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
116 if (uCurrentlyLoadedLevelType == LEVEL_Outdoor)
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
117 PickOutdoorFaces_Mouse(pick_depth, pRay, &static_sub_4C1026_stru_F8FE00, &vis_face_filter, true);
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
118 else if (uCurrentlyLoadedLevelType == LEVEL_Indoor)
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
119 PickIndoorFaces_Mouse(pick_depth, pRay, &static_sub_4C1026_stru_F8FE00, &vis_face_filter);
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
120 else assert(false);
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
121
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
122 static_sub_4C1026_stru_F8FE00.create_object_pointers();
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
123 sort_object_pointers(static_sub_4C1026_stru_F8FE00.object_pointers, 0, static_sub_4C1026_stru_F8FE00.uNumPointers - 1);
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
124 if (!static_sub_4C1026_stru_F8FE00.uNumPointers)
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
125 return nullptr;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
126
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
127 if (!static_sub_4C1026_stru_F8FE00.sub_4C2551(2, a3))
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
128 return nullptr;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
129
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
130 if (static_sub_4C1026_stru_F8FE00.uNumPointers)
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
131 return static_sub_4C1026_stru_F8FE00.object_pointers[0];
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
132 else return nullptr;
0
Ritor1
parents:
diff changeset
133 }
Ritor1
parents:
diff changeset
134 // F91E08: using guessed type char static_sub_4C1026_byte_F91E08__init_flags;
Ritor1
parents:
diff changeset
135
Ritor1
parents:
diff changeset
136 //----- (004C12C3) --------------------------------------------------------
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
137 bool Vis::IsPolygonOccludedByBillboard(RenderVertexSoft *vertices, int num_vertices, float x, float y)
0
Ritor1
parents:
diff changeset
138 {
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
139 //signed int v5; // esi@1
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
140 //RenderBillboardD3D *v6; // edi@2
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
141 //double v7; // st7@9
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
142 //int v8; // edx@9
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
143 //RenderVertexSoft *v9; // ecx@10
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
144 //char result; // al@24
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
145 //Vis *thisa; // [sp+10h] [bp-8h]@1
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
146 //float thisb; // [sp+10h] [bp-8h]@9
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
147 //signed int v13; // [sp+14h] [bp-4h]@1
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
148 //float a3a; // [sp+28h] [bp+10h]@9
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
149 //float a4a; // [sp+2Ch] [bp+14h]@9
0
Ritor1
parents:
diff changeset
150
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
151 int v13 = -1;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
152 //v5 = 0;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
153 //thisa = this;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
154
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
155 //v6 = pRenderer->pBillboardRenderListD3D;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
156 for (uint i = 0; i < pRenderer->uNumBillboardsToDraw; ++i)
82
1faa29fd4c2d many type, memory, boundary fixes
zipi
parents: 79
diff changeset
157 {
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
158 auto billboard = pRenderer->pBillboardRenderListD3D + i;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
159 if (IsPointInsideD3DBillboard(billboard, x, y))
0
Ritor1
parents:
diff changeset
160 {
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
161 if (v13 == -1)
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
162 v13 = i;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
163 else if ((unsigned int)pBillboardRenderList[billboard->uParentBillboardID].sZValue < pBillboardRenderList[pRenderer->pBillboardRenderListD3D[v13].uParentBillboardID].sZValue)
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
164 v13 = i;
0
Ritor1
parents:
diff changeset
165 }
Ritor1
parents:
diff changeset
166 }
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
167
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
168 if ( v13 == -1 )
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
169 return false;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
170
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
171 //v8 = num_vertices;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
172 //v7 = 3.4028235e38;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
173 float min_x = FLT_MAX;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
174 //a4a = 3.4028235e38;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
175 float min_y = FLT_MAX;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
176 //a3a = -3.4028235e38;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
177 float max_x = -FLT_MAX;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
178 //thisb = -3.4028235e38;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
179 float max_y = -FLT_MAX;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
180 for (uint i = 0; i < num_vertices; ++i)
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
181 {
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
182 //v9 = a1;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
183 //do
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
184 //{
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
185 auto v = vertices + i;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
186
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
187 if (v->vWorldViewProjX < min_x)
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
188 min_x = v->vWorldViewProjX;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
189 if (v->vWorldViewProjX > max_x)
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
190 max_x = v->vWorldViewProjX;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
191
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
192 if (v->vWorldViewProjY < min_y)
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
193 min_y = v->vWorldViewProjY;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
194 if (v->vWorldViewProjY > max_y)
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
195 max_y = v->vWorldViewProjY;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
196 //++v9;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
197 //--v8;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
198 //}
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
199 //while ( v8 );
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
200 }
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
201
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
202 if (min_x < pRenderer->pBillboardRenderListD3D[v13].pQuards[0].pos.x || pRenderer->pBillboardRenderListD3D[v13].pQuards[0].pos.y > min_y ||
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
203 pRenderer->pBillboardRenderListD3D[v13].pQuards[3].pos.x < max_x || pRenderer->pBillboardRenderListD3D[v13].pQuards[1].pos.y < max_y)
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
204 return false;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
205
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
206 return true;
0
Ritor1
parents:
diff changeset
207 }
Ritor1
parents:
diff changeset
208
Ritor1
parents:
diff changeset
209 //----- (004C1417) --------------------------------------------------------
Ritor1
parents:
diff changeset
210 void Vis::GetPolygonCenter(RenderVertexD3D3 *pVertices, unsigned int uNumVertices, float *pCenterX, float *pCenterY)
Ritor1
parents:
diff changeset
211 {
Ritor1
parents:
diff changeset
212 static RenderVertexD3D3 unk_F8EA00[64];
Ritor1
parents:
diff changeset
213
Ritor1
parents:
diff changeset
214 memcpy(unk_F8EA00, pVertices, 32 * uNumVertices);
Ritor1
parents:
diff changeset
215
Ritor1
parents:
diff changeset
216 SortVerticesByX(unk_F8EA00, 0, uNumVertices - 1);
Ritor1
parents:
diff changeset
217 *pCenterX = (unk_F8EA00[uNumVertices - 1].pos.x - unk_F8EA00[0].pos.x) * 0.5 + unk_F8EA00[0].pos.x;
Ritor1
parents:
diff changeset
218
Ritor1
parents:
diff changeset
219 SortVerticesByY(unk_F8EA00, 0, uNumVertices - 1);
Ritor1
parents:
diff changeset
220 *pCenterY = (unk_F8EA00[uNumVertices - 1].pos.y - unk_F8EA00[0].pos.y) * 0.5 + unk_F8EA00[0].pos.y;
Ritor1
parents:
diff changeset
221 }
Ritor1
parents:
diff changeset
222
Ritor1
parents:
diff changeset
223 //----- (004C1495) --------------------------------------------------------
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
224 void Vis::GetPolygonScreenSpaceCenter(RenderVertexSoft *vertices, int num_vertices, float *out_center_x, float *out_center_y)
0
Ritor1
parents:
diff changeset
225 {
Ritor1
parents:
diff changeset
226 char *v5; // eax@2
Ritor1
parents:
diff changeset
227 signed int v6; // ecx@2
Ritor1
parents:
diff changeset
228 float *result; // eax@5
Ritor1
parents:
diff changeset
229
Ritor1
parents:
diff changeset
230 static RenderVertexSoft static_sub_4C1495_array_F8DDF8[64];
Ritor1
parents:
diff changeset
231
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
232 memcpy(static_sub_4C1495_array_F8DDF8, vertices, 48 * num_vertices);
0
Ritor1
parents:
diff changeset
233
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
234 SortByScreenSpaceX(static_sub_4C1495_array_F8DDF8, 0, num_vertices - 1);
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
235 *out_center_x = (static_sub_4C1495_array_F8DDF8[num_vertices - 1].vWorldViewProjX - static_sub_4C1495_array_F8DDF8[0].vWorldViewProjX) * 0.5 + static_sub_4C1495_array_F8DDF8[0].vWorldViewProjX;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
236
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
237 SortByScreenSpaceY(static_sub_4C1495_array_F8DDF8, 0, num_vertices - 1);
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
238 *out_center_y = (static_sub_4C1495_array_F8DDF8[num_vertices - 1].vWorldViewProjY - static_sub_4C1495_array_F8DDF8[0].vWorldViewProjY) * 0.5 + static_sub_4C1495_array_F8DDF8[0].vWorldViewProjY;
0
Ritor1
parents:
diff changeset
239 }
Ritor1
parents:
diff changeset
240
Ritor1
parents:
diff changeset
241 //----- (004C1542) --------------------------------------------------------
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
242 void Vis::PickBillboards_Mouse(float fPickDepth, float fX, float fY, Vis_SelectionList *list, Vis_SelectionFilter *filter)
0
Ritor1
parents:
diff changeset
243 {
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
244 for (uint i = 0; i < pRenderer->uNumBillboardsToDraw; ++i)
0
Ritor1
parents:
diff changeset
245 {
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
246 auto d3d_billboard = pRenderer->pBillboardRenderListD3D + i;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
247 if (is_part_of_selection((void *)i, filter) && IsPointInsideD3DBillboard(d3d_billboard, fX, fY))
0
Ritor1
parents:
diff changeset
248 {
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
249 if (DoesRayIntersectBillboard(fPickDepth, i))
0
Ritor1
parents:
diff changeset
250 {
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
251 auto billboard = &pBillboardRenderList[d3d_billboard->uParentBillboardID];
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
252
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
253 list->AddObject((void *)d3d_billboard->uParentBillboardID, VisObjectType_Sprite, billboard->sZValue);
0
Ritor1
parents:
diff changeset
254 }
Ritor1
parents:
diff changeset
255 }
Ritor1
parents:
diff changeset
256 }
Ritor1
parents:
diff changeset
257 }
Ritor1
parents:
diff changeset
258
Ritor1
parents:
diff changeset
259 //----- (004C1607) --------------------------------------------------------
Ritor1
parents:
diff changeset
260 bool Vis::IsPointInsideD3DBillboard(RenderBillboardD3D *a1, float x, float y)
Ritor1
parents:
diff changeset
261 {
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
262 //RenderBillboardD3D *result; // eax@1
0
Ritor1
parents:
diff changeset
263 double v5; // st7@2
Ritor1
parents:
diff changeset
264 float v6; // ecx@2
Ritor1
parents:
diff changeset
265 float v7; // ST00_4@3
Ritor1
parents:
diff changeset
266 __int16 v8; // fps@6
Ritor1
parents:
diff changeset
267 double v9; // st6@6
Ritor1
parents:
diff changeset
268 char v10; // c0@6
Ritor1
parents:
diff changeset
269 char v11; // c2@6
Ritor1
parents:
diff changeset
270 char v12; // c3@6
Ritor1
parents:
diff changeset
271 __int16 v13; // fps@7
Ritor1
parents:
diff changeset
272 double v14; // st6@7
Ritor1
parents:
diff changeset
273 unsigned __int8 v15; // c0@7
Ritor1
parents:
diff changeset
274 char v16; // c2@7
Ritor1
parents:
diff changeset
275 unsigned __int8 v17; // c3@7
Ritor1
parents:
diff changeset
276 __int16 v18; // fps@8
Ritor1
parents:
diff changeset
277 double v19; // st6@8
Ritor1
parents:
diff changeset
278 char v20; // c0@8
Ritor1
parents:
diff changeset
279 char v21; // c2@8
Ritor1
parents:
diff changeset
280 char v22; // c3@8
Ritor1
parents:
diff changeset
281 __int16 v23; // fps@9
Ritor1
parents:
diff changeset
282 double v24; // st6@9
Ritor1
parents:
diff changeset
283 unsigned __int8 v25; // c0@9
Ritor1
parents:
diff changeset
284 char v26; // c2@9
Ritor1
parents:
diff changeset
285 unsigned __int8 v27; // c3@9
Ritor1
parents:
diff changeset
286 float v28; // [sp+4h] [bp-8h]@2
Ritor1
parents:
diff changeset
287 float v29; // [sp+8h] [bp-4h]@2
Ritor1
parents:
diff changeset
288 float a1a; // [sp+14h] [bp+8h]@2
Ritor1
parents:
diff changeset
289
Ritor1
parents:
diff changeset
290 if ( a1->uParentBillboardID == -1 )
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
291 return false;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
292
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
293 //result = a1;
0
Ritor1
parents:
diff changeset
294 v5 = a1->pQuards[0].pos.x;
Ritor1
parents:
diff changeset
295 a1a = a1->pQuards[3].pos.x;
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
296 v6 = a1->pQuards[0].pos.y;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
297 //result = (RenderBillboardD3D *)LODWORD(result->pQuards[1].pos.y);
0
Ritor1
parents:
diff changeset
298 v29 = v6;
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
299 v28 = a1->pQuards[1].pos.y;
0
Ritor1
parents:
diff changeset
300 if ( v5 > a1a )
Ritor1
parents:
diff changeset
301 {
Ritor1
parents:
diff changeset
302 v7 = v5;
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
303 //HIWORD(result) = HIWORD(v7);
0
Ritor1
parents:
diff changeset
304 v5 = a1a;
Ritor1
parents:
diff changeset
305 a1a = v7;
Ritor1
parents:
diff changeset
306 }
Ritor1
parents:
diff changeset
307 if ( v6 > (double)v28 )
Ritor1
parents:
diff changeset
308 {
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
309 //result = (RenderBillboardD3D *)LODWORD(v28);
0
Ritor1
parents:
diff changeset
310 v28 = v6;
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
311 v29 = v28;
0
Ritor1
parents:
diff changeset
312 }
Ritor1
parents:
diff changeset
313 v9 = x + 1.0;
Ritor1
parents:
diff changeset
314 //UNDEF(v8);
29
8a6ba554d341 FPU Undefined fixes
zipi
parents: 17
diff changeset
315 //v10 = v9 < v5;
8a6ba554d341 FPU Undefined fixes
zipi
parents: 17
diff changeset
316 //v11 = 0;
8a6ba554d341 FPU Undefined fixes
zipi
parents: 17
diff changeset
317 //v12 = v9 == v5;
8a6ba554d341 FPU Undefined fixes
zipi
parents: 17
diff changeset
318 //BYTE1(result) = HIBYTE(v8);//crash
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
319 if (v9 >= v5 &&
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
320 (v14 = x - 1.0, v14<=a1a) &&///*UNDEF(v13),*/ v15 = v14 < a1a, v16 = 0, v17 = v14 == a1a, BYTE1(result) = HIBYTE(v13), v15 | v17)
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
321 (v19 = y + 1.0, v19>=v29) &&///*UNDEF(v18),*/ v20 = v19 < v29, v21 = 0, v22 = v19 == v29, BYTE1(result) = HIBYTE(v18), v19 >= v29)
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
322 (v24 = y - 1.0, v24<=v28))///*UNDEF(v23),*/ v25 = v24 < v28, v26 = 0, v27 = v24 == v28, BYTE1(result) = HIBYTE(v23), v25 | v27) )
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
323 return true;
0
Ritor1
parents:
diff changeset
324 else
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
325 return false;
0
Ritor1
parents:
diff changeset
326 }
Ritor1
parents:
diff changeset
327
Ritor1
parents:
diff changeset
328 //----- (004C16B4) --------------------------------------------------------
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
329 void Vis::PickIndoorFaces_Mouse(float fDepth, RenderVertexSoft *pRay, Vis_SelectionList *list, Vis_SelectionFilter *filter)
0
Ritor1
parents:
diff changeset
330 {
Ritor1
parents:
diff changeset
331 int v5; // eax@1
Ritor1
parents:
diff changeset
332 signed int v6; // edi@2
Ritor1
parents:
diff changeset
333 signed int v7; // esi@4
Ritor1
parents:
diff changeset
334 int v8; // ecx@7
Ritor1
parents:
diff changeset
335 int v9; // eax@7
Ritor1
parents:
diff changeset
336 unsigned int *pNumPointers; // eax@7
Ritor1
parents:
diff changeset
337 unsigned int v11; // ecx@7
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
338 Vis_ObjectInfo *v12; // edi@7
0
Ritor1
parents:
diff changeset
339 RenderVertexSoft a1; // [sp+Ch] [bp-44h]@1
Ritor1
parents:
diff changeset
340 BLVFace *v14; // [sp+3Ch] [bp-14h]@7
Ritor1
parents:
diff changeset
341 void *v15; // [sp+40h] [bp-10h]@7
Ritor1
parents:
diff changeset
342 int v16; // [sp+44h] [bp-Ch]@7
Ritor1
parents:
diff changeset
343 int v17; // [sp+48h] [bp-8h]@1
Ritor1
parents:
diff changeset
344 Vis *thisa; // [sp+4Ch] [bp-4h]@1
Ritor1
parents:
diff changeset
345
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
346 __debugbreak(); // refactor for BLV picking
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
347
0
Ritor1
parents:
diff changeset
348 v5 = 0;
Ritor1
parents:
diff changeset
349 thisa = this;
Ritor1
parents:
diff changeset
350 v17 = 0;
Ritor1
parents:
diff changeset
351 for ( a1.flt_2C = 0.0; v17 < (signed int)pBspRenderer->uNumFaceIDs; ++v17 )
Ritor1
parents:
diff changeset
352 {
Ritor1
parents:
diff changeset
353 v6 = pBspRenderer->pFaceIDs[2 * v5];
Ritor1
parents:
diff changeset
354 if ( v6 >= 0 )
Ritor1
parents:
diff changeset
355 {
Ritor1
parents:
diff changeset
356 if ( v6 < (signed int)pIndoor->uNumFaces )
Ritor1
parents:
diff changeset
357 {
Ritor1
parents:
diff changeset
358 v7 = v6;
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
359 if ( is_part_of_selection(&pIndoor->pFaces[v6], filter) )
0
Ritor1
parents:
diff changeset
360 {
Ritor1
parents:
diff changeset
361 if ( !pGame->pIndoorCameraD3D->IsCulled(&pIndoor->pFaces[v7]) )
Ritor1
parents:
diff changeset
362 {
Ritor1
parents:
diff changeset
363 if ( Intersect_Ray_Face(pRay, pRay + 1, &fDepth, &a1, &pIndoor->pFaces[v7], 0xFFFFFFFFu) )
Ritor1
parents:
diff changeset
364 {
Ritor1
parents:
diff changeset
365 pGame->pIndoorCameraD3D->ViewTransform(&a1, 1u);
Ritor1
parents:
diff changeset
366 v9 = _48B561_mess_with_scaling_along_z(/*v8, */a1.vWorldViewPosition.x);
Ritor1
parents:
diff changeset
367 LOWORD(v9) = 0;
Ritor1
parents:
diff changeset
368 v15 = (void *)((8 * v6 | 6) + v9);
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
369 pNumPointers = &list->uNumPointers;
0
Ritor1
parents:
diff changeset
370 v16 = 2;
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
371 v11 = list->uNumPointers;
0
Ritor1
parents:
diff changeset
372 v14 = &pIndoor->pFaces[v7];
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
373 v12 = &list->object_pool[v11];
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
374 v12->object = &pIndoor->pFaces[v7];
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
375 v12 = (Vis_ObjectInfo *)((char *)v12 + 4);
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
376 v12->object = v15;
0
Ritor1
parents:
diff changeset
377 v12->sZValue = v16;
Ritor1
parents:
diff changeset
378 ++*pNumPointers;
Ritor1
parents:
diff changeset
379 }
Ritor1
parents:
diff changeset
380 }
Ritor1
parents:
diff changeset
381 }
Ritor1
parents:
diff changeset
382 }
Ritor1
parents:
diff changeset
383 }
Ritor1
parents:
diff changeset
384 v5 = v17 + 1;
Ritor1
parents:
diff changeset
385 }
Ritor1
parents:
diff changeset
386 }
Ritor1
parents:
diff changeset
387
Ritor1
parents:
diff changeset
388 //----- (004C17CF) --------------------------------------------------------
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
389 void Vis::PickOutdoorFaces_Mouse(float fDepth, RenderVertexSoft *pRay, Vis_SelectionList *list, Vis_SelectionFilter *filter, bool one_sided)
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
390 {
0
Ritor1
parents:
diff changeset
391 if (!pOutdoor)
Ritor1
parents:
diff changeset
392 return;
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
393
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
394 for (uint i = 0; i < pOutdoor->uNumBModels; ++i)
0
Ritor1
parents:
diff changeset
395 {
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
396 int v24;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
397 if (!IsBModelVisible(i, &v24))
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
398 continue;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
399 if (one_sided && !v24)
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
400 continue;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
401
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
402 auto bmodel = &pOutdoor->pBModels[i];
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
403
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
404 for (uint j = 0; j < bmodel->uNumFaces; ++j)
0
Ritor1
parents:
diff changeset
405 {
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
406 auto face = bmodel->pFaces + j;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
407 if (is_part_of_selection(face, filter))
0
Ritor1
parents:
diff changeset
408 {
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
409 BLVFace blv_face;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
410 blv_face.FromODM(face);
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
411
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
412 RenderVertexSoft intersection;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
413 if (Intersect_Ray_Face(pRay, pRay + 1, &fDepth, &intersection, &blv_face, i))
0
Ritor1
parents:
diff changeset
414 {
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
415 pGame->pIndoorCameraD3D->ViewTransform(&intersection, 1u);
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
416 int v13 = _48B561_mess_with_scaling_along_z(/*v12, */intersection.vWorldViewPosition.x);
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
417 LOWORD(v13) = (8 * (j | (i << 6)) | OBJECT_BModel) + v13;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
418
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
419 list->AddObject(face, VisObjectType_Face, v13);
0
Ritor1
parents:
diff changeset
420 }
Ritor1
parents:
diff changeset
421 }
Ritor1
parents:
diff changeset
422 }
Ritor1
parents:
diff changeset
423 }
Ritor1
parents:
diff changeset
424 }
Ritor1
parents:
diff changeset
425
Ritor1
parents:
diff changeset
426 //----- (004C1930) --------------------------------------------------------
Ritor1
parents:
diff changeset
427 //bool Vis::j_DoesRayIntersectBillboard(float fDepth, unsigned int uD3DBillboardIdx)
Ritor1
parents:
diff changeset
428 //{return DoesRayIntersectBillboard(fDepth, uD3DBillboardIdx);}
Ritor1
parents:
diff changeset
429
Ritor1
parents:
diff changeset
430 //----- (004C1944) --------------------------------------------------------
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
431 int Vis::_4C1944(int object_id, unsigned int a3, int a4, int a5, int a6)
0
Ritor1
parents:
diff changeset
432 {
Ritor1
parents:
diff changeset
433 float v6; // ST00_4@3
Ritor1
parents:
diff changeset
434 int result; // eax@4
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
435 Vis_SelectionFilter v8; // [sp+18h] [bp-20h]@3
0
Ritor1
parents:
diff changeset
436 __int64 v9; // [sp+2Ch] [bp-Ch]@3
Ritor1
parents:
diff changeset
437 Vis *v14; // [sp+34h] [bp-4h]@1
Ritor1
parents:
diff changeset
438
Ritor1
parents:
diff changeset
439 v14 = this;
Ritor1
parents:
diff changeset
440
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
441 static Vis_SelectionList Vis_static_sub_4C1944_stru_F8BDE8;
0
Ritor1
parents:
diff changeset
442
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
443 v8.object_id = object_id;
0
Ritor1
parents:
diff changeset
444 v8.field_8 = a6;
Ritor1
parents:
diff changeset
445 v8.field_C = a5;
Ritor1
parents:
diff changeset
446 v8.field_10 = a4;
Ritor1
parents:
diff changeset
447 v9 = a3;
Ritor1
parents:
diff changeset
448 Vis_static_sub_4C1944_stru_F8BDE8.uNumPointers = 0;
Ritor1
parents:
diff changeset
449 v6 = (double)a3;
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
450 v8.object_type = VisObjectType_Sprite;
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
451 PickBillboards_Keyboard(v6, &Vis_static_sub_4C1944_stru_F8BDE8, &v8);
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
452 Vis_static_sub_4C1944_stru_F8BDE8.create_object_pointers(Vis_SelectionList::Unique);
0
Ritor1
parents:
diff changeset
453 sort_object_pointers(
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
454 Vis_static_sub_4C1944_stru_F8BDE8.object_pointers,
0
Ritor1
parents:
diff changeset
455 0,
Ritor1
parents:
diff changeset
456 Vis_static_sub_4C1944_stru_F8BDE8.uNumPointers - 1);
Ritor1
parents:
diff changeset
457 if ( (signed int)Vis_static_sub_4C1944_stru_F8BDE8.uNumPointers <= 0 )
Ritor1
parents:
diff changeset
458 result = -1;
Ritor1
parents:
diff changeset
459 else
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
460 result = Vis_static_sub_4C1944_stru_F8BDE8.object_pointers[0]->sZValue;
0
Ritor1
parents:
diff changeset
461 return result;
Ritor1
parents:
diff changeset
462 }
Ritor1
parents:
diff changeset
463
Ritor1
parents:
diff changeset
464 //----- (004C1A02) --------------------------------------------------------
Ritor1
parents:
diff changeset
465 void Vis::_4C1A02()
Ritor1
parents:
diff changeset
466 {
Ritor1
parents:
diff changeset
467 RenderVertexSoft v1; // [sp+8h] [bp-C0h]@1
Ritor1
parents:
diff changeset
468 RenderVertexSoft v2; // [sp+38h] [bp-90h]@1
Ritor1
parents:
diff changeset
469 RenderVertexSoft v3; // [sp+68h] [bp-60h]@1
Ritor1
parents:
diff changeset
470 RenderVertexSoft v4; // [sp+98h] [bp-30h]@1
Ritor1
parents:
diff changeset
471
Ritor1
parents:
diff changeset
472 v4.flt_2C = 0.0;
Ritor1
parents:
diff changeset
473 v4.vWorldPosition.x = 0.0;
Ritor1
parents:
diff changeset
474 v4.vWorldPosition.y = 65536.0;
Ritor1
parents:
diff changeset
475 v4.vWorldPosition.z = 0.0;
Ritor1
parents:
diff changeset
476 v3.flt_2C = 0.0;
Ritor1
parents:
diff changeset
477 v3.vWorldPosition.x = 65536.0;
Ritor1
parents:
diff changeset
478 v3.vWorldPosition.y = 0.0;
Ritor1
parents:
diff changeset
479 v3.vWorldPosition.z = 0.0;
Ritor1
parents:
diff changeset
480 memcpy(&v1, &v3, sizeof(v1));
Ritor1
parents:
diff changeset
481 v3.flt_2C = 0.0;
Ritor1
parents:
diff changeset
482 v3.vWorldPosition.x = 0.0;
Ritor1
parents:
diff changeset
483 v3.vWorldPosition.y = 65536.0;
Ritor1
parents:
diff changeset
484 v3.vWorldPosition.z = 0.0;
Ritor1
parents:
diff changeset
485 memcpy(&v2, &v4, sizeof(v2));
Ritor1
parents:
diff changeset
486 v4.flt_2C = 0.0;
Ritor1
parents:
diff changeset
487 v4.vWorldPosition.x = 65536.0;
Ritor1
parents:
diff changeset
488 v4.vWorldPosition.y = 0.0;
Ritor1
parents:
diff changeset
489 v4.vWorldPosition.z = 0.0;
Ritor1
parents:
diff changeset
490 memcpy(&this->stru_200C, &v1, 0x60u);
Ritor1
parents:
diff changeset
491 memcpy(&v1, &v4, sizeof(v1));
Ritor1
parents:
diff changeset
492 memcpy(&v2, &v3, sizeof(v2));
Ritor1
parents:
diff changeset
493 memcpy(&this->stru_206C, &v1, 0x60u);
Ritor1
parents:
diff changeset
494 }
Ritor1
parents:
diff changeset
495
Ritor1
parents:
diff changeset
496 //----- (004C1ABA) --------------------------------------------------------
Ritor1
parents:
diff changeset
497 bool Vis::SortVectors_x(RenderVertexSoft *a2, int a3, int a4)
Ritor1
parents:
diff changeset
498 {
Ritor1
parents:
diff changeset
499 bool result; // eax@1
Ritor1
parents:
diff changeset
500 RenderVertexSoft *v5; // edx@2
Ritor1
parents:
diff changeset
501 int v6; // ebx@2
Ritor1
parents:
diff changeset
502 int i; // ecx@2
Ritor1
parents:
diff changeset
503 int v8; // esi@3
Ritor1
parents:
diff changeset
504 int v9; // esi@5
Ritor1
parents:
diff changeset
505 RenderVertexSoft *v10; // eax@8
Ritor1
parents:
diff changeset
506 RenderVertexSoft v11; // [sp+4h] [bp-6Ch]@8
Ritor1
parents:
diff changeset
507 RenderVertexSoft v12; // [sp+34h] [bp-3Ch]@2
Ritor1
parents:
diff changeset
508 int v13; // [sp+64h] [bp-Ch]@7
Ritor1
parents:
diff changeset
509 Vis *thisa; // [sp+68h] [bp-8h]@1
Ritor1
parents:
diff changeset
510 RenderVertexSoft *v15; // [sp+6Ch] [bp-4h]@2
Ritor1
parents:
diff changeset
511
Ritor1
parents:
diff changeset
512 result = a4;
Ritor1
parents:
diff changeset
513 thisa = this;
Ritor1
parents:
diff changeset
514 if ( a4 > a3 )
Ritor1
parents:
diff changeset
515 {
Ritor1
parents:
diff changeset
516 v5 = a2;
Ritor1
parents:
diff changeset
517 v15 = &a2[a4];
Ritor1
parents:
diff changeset
518 v6 = a3 - 1;
Ritor1
parents:
diff changeset
519 memcpy(&v12, &a2[a4], sizeof(v12));
Ritor1
parents:
diff changeset
520 for ( i = a4; ; i = v13 )
Ritor1
parents:
diff changeset
521 {
Ritor1
parents:
diff changeset
522 v8 = (int)&v5[v6].vWorldViewPosition;
Ritor1
parents:
diff changeset
523 do
Ritor1
parents:
diff changeset
524 {
Ritor1
parents:
diff changeset
525 v8 += 48;
Ritor1
parents:
diff changeset
526 ++v6;
Ritor1
parents:
diff changeset
527 }
Ritor1
parents:
diff changeset
528 while ( *(float *)v8 < (double)v12.vWorldViewPosition.x );
Ritor1
parents:
diff changeset
529 v9 = (int)&v5[i].vWorldViewPosition;
Ritor1
parents:
diff changeset
530 do
Ritor1
parents:
diff changeset
531 {
Ritor1
parents:
diff changeset
532 v9 -= 48;
Ritor1
parents:
diff changeset
533 --i;
Ritor1
parents:
diff changeset
534 }
Ritor1
parents:
diff changeset
535 while ( *(float *)v9 > (double)v12.vWorldViewPosition.x );
Ritor1
parents:
diff changeset
536 v13 = i;
Ritor1
parents:
diff changeset
537 if ( v6 >= i )
Ritor1
parents:
diff changeset
538 break;
Ritor1
parents:
diff changeset
539 v10 = &v5[i];
Ritor1
parents:
diff changeset
540 memcpy(&v11, &a2[v6], sizeof(v11));
Ritor1
parents:
diff changeset
541 v5 = a2;
Ritor1
parents:
diff changeset
542 memcpy(&a2[v6], v10, sizeof(a2[v6]));
Ritor1
parents:
diff changeset
543 memcpy(v10, &v11, 0x30u);
Ritor1
parents:
diff changeset
544 }
Ritor1
parents:
diff changeset
545 memcpy(&v11, &v5[v6], sizeof(v11));
Ritor1
parents:
diff changeset
546 memcpy(&v5[v6], v15, sizeof(v5[v6]));
Ritor1
parents:
diff changeset
547 memcpy(v15, &v11, 0x30u);
Ritor1
parents:
diff changeset
548 SortVectors_x(v5, a3, v6 - 1);
Ritor1
parents:
diff changeset
549 SortVectors_x(a2, v6 + 1, a4);
Ritor1
parents:
diff changeset
550 }
Ritor1
parents:
diff changeset
551 return true;
Ritor1
parents:
diff changeset
552 }
Ritor1
parents:
diff changeset
553
Ritor1
parents:
diff changeset
554 //----- (004C1BAA) --------------------------------------------------------
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
555 int Vis::get_object_zbuf_val(Vis_ObjectInfo *info)
0
Ritor1
parents:
diff changeset
556 {
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
557 switch (info->object_type)
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
558 {
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
559 case VisObjectType_Sprite:
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
560 case VisObjectType_Face:
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
561 return info->sZValue;
0
Ritor1
parents:
diff changeset
562
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
563 default:
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
564 MessageBoxW(nullptr, L"Undefined type requested for: CVis::get_object_zbuf_val()", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Vis.cpp:1037", 0);
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
565 return -1;
0
Ritor1
parents:
diff changeset
566 }
Ritor1
parents:
diff changeset
567 }
Ritor1
parents:
diff changeset
568
Ritor1
parents:
diff changeset
569 //----- (004C1BF1) --------------------------------------------------------
Ritor1
parents:
diff changeset
570 int Vis::get_picked_object_zbuf_val()
Ritor1
parents:
diff changeset
571 {
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
572 if (!default_list.uNumPointers)
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
573 return -1;
0
Ritor1
parents:
diff changeset
574
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
575 return get_object_zbuf_val(default_list.object_pointers[0]);
0
Ritor1
parents:
diff changeset
576 }
Ritor1
parents:
diff changeset
577
Ritor1
parents:
diff changeset
578 //----- (004C1C0C) --------------------------------------------------------
Ritor1
parents:
diff changeset
579 bool Vis::Intersect_Ray_Face(RenderVertexSoft *pRayStart, RenderVertexSoft *pRayEnd, float *pDepth, RenderVertexSoft *a4, BLVFace *a5, unsigned int a6)
Ritor1
parents:
diff changeset
580 {
Ritor1
parents:
diff changeset
581 BLVFace *v7; // ebx@1
Ritor1
parents:
diff changeset
582 bool result; // eax@1
Ritor1
parents:
diff changeset
583 double v9; // st7@3
Ritor1
parents:
diff changeset
584 __int16 v10; // fps@3
Ritor1
parents:
diff changeset
585 char v11; // c0@3
Ritor1
parents:
diff changeset
586 char v12; // c2@3
Ritor1
parents:
diff changeset
587 char v13; // c3@3
Ritor1
parents:
diff changeset
588 __int16 v14; // fps@5
Ritor1
parents:
diff changeset
589 char v15; // c0@5
Ritor1
parents:
diff changeset
590 char v16; // c2@5
Ritor1
parents:
diff changeset
591 char v17; // c3@5
Ritor1
parents:
diff changeset
592 double v18; // st5@6
Ritor1
parents:
diff changeset
593 __int16 v19; // fps@6
Ritor1
parents:
diff changeset
594 char v20; // c0@6
Ritor1
parents:
diff changeset
595 char v21; // c2@6
Ritor1
parents:
diff changeset
596 char v22; // c3@6
Ritor1
parents:
diff changeset
597 unsigned __int8 v23; // c0@6
Ritor1
parents:
diff changeset
598 char v24; // c2@6
Ritor1
parents:
diff changeset
599 unsigned __int8 v25; // c3@6
Ritor1
parents:
diff changeset
600 char v26; // zf@6
Ritor1
parents:
diff changeset
601 double v27; // st6@10
Ritor1
parents:
diff changeset
602 __int16 v28; // fps@10
Ritor1
parents:
diff changeset
603 unsigned __int8 v29; // c0@10
Ritor1
parents:
diff changeset
604 char v30; // c2@10
Ritor1
parents:
diff changeset
605 unsigned __int8 v31; // c3@10
Ritor1
parents:
diff changeset
606 double v32; // st7@11
Ritor1
parents:
diff changeset
607 Vec2_short_ v33; // ST1E_4@11
Ritor1
parents:
diff changeset
608 Vec3_short_ v34; // ST04_6@11
Ritor1
parents:
diff changeset
609 float a5a; // [sp+30h] [bp+18h]@10
Ritor1
parents:
diff changeset
610 float a5b; // [sp+30h] [bp+18h]@13
Ritor1
parents:
diff changeset
611
Ritor1
parents:
diff changeset
612 v7 = a5;
Ritor1
parents:
diff changeset
613 result = a5->uAttributes;
Ritor1
parents:
diff changeset
614 if ( result & 1
Ritor1
parents:
diff changeset
615 || BYTE1(result) & 0x20
Ritor1
parents:
diff changeset
616 || (v9 = pRayEnd->vWorldPosition.z * a5->pFacePlane.vNormal.z
Ritor1
parents:
diff changeset
617 + a5->pFacePlane.vNormal.y * pRayEnd->vWorldPosition.y
Ritor1
parents:
diff changeset
618 + pRayEnd->vWorldPosition.x * a5->pFacePlane.vNormal.x,
Ritor1
parents:
diff changeset
619 //UNDEF(v10),
Ritor1
parents:
diff changeset
620 v11 = v9 < 0.0,
Ritor1
parents:
diff changeset
621 v12 = 0,
Ritor1
parents:
diff changeset
622 v13 = v9 == 0.0,
Ritor1
parents:
diff changeset
623 BYTE1(result) = HIBYTE(v10),
Ritor1
parents:
diff changeset
624 v9 == 0.0)
Ritor1
parents:
diff changeset
625 || (/*UNDEF(v14),*/ v15 = v9 < 0.0, v16 = 0, v17 = v9 == 0.0, BYTE1(result) = HIBYTE(v14), v9 > 0.0) )// ray's away (>) from face surface or parallel (==)
Ritor1
parents:
diff changeset
626 goto LABEL_12;
Ritor1
parents:
diff changeset
627 v18 = -(a5->pFacePlane.vNormal.y * pRayStart->vWorldPosition.y// ray-plane intersection
Ritor1
parents:
diff changeset
628 + pRayStart->vWorldPosition.x * a5->pFacePlane.vNormal.x
Ritor1
parents:
diff changeset
629 + pRayStart->vWorldPosition.z * a5->pFacePlane.vNormal.z
Ritor1
parents:
diff changeset
630 + a5->pFacePlane.dist);
Ritor1
parents:
diff changeset
631 //UNDEF(v19);
Ritor1
parents:
diff changeset
632 v20 = v9 < 0.0;
Ritor1
parents:
diff changeset
633 v21 = 0;
Ritor1
parents:
diff changeset
634 v22 = v9 == 0.0;
Ritor1
parents:
diff changeset
635 BYTE1(result) = HIBYTE(v19);
Ritor1
parents:
diff changeset
636 v23 = v18 < 0.0;
Ritor1
parents:
diff changeset
637 v24 = 0;
Ritor1
parents:
diff changeset
638 v25 = v18 == 0.0;
Ritor1
parents:
diff changeset
639 v26 = (BYTE1(result) & 0x41) == 0;
Ritor1
parents:
diff changeset
640 BYTE1(result) = HIBYTE(v19);
Ritor1
parents:
diff changeset
641 if ( v26 )
Ritor1
parents:
diff changeset
642 {
Ritor1
parents:
diff changeset
643 if ( v18 < 0.0 )
Ritor1
parents:
diff changeset
644 goto LABEL_12;
Ritor1
parents:
diff changeset
645 }
Ritor1
parents:
diff changeset
646 else
Ritor1
parents:
diff changeset
647 {
Ritor1
parents:
diff changeset
648 if ( !(v23 | v25) )
Ritor1
parents:
diff changeset
649 {
Ritor1
parents:
diff changeset
650 LABEL_12:
Ritor1
parents:
diff changeset
651 LOBYTE(result) = 0;
Ritor1
parents:
diff changeset
652 return result;
Ritor1
parents:
diff changeset
653 }
Ritor1
parents:
diff changeset
654 }
Ritor1
parents:
diff changeset
655 a5a = v18;
Ritor1
parents:
diff changeset
656 v27 = a5a / v9;
Ritor1
parents:
diff changeset
657 HIWORD(result) = HIWORD(pDepth);
Ritor1
parents:
diff changeset
658 //UNDEF(v28);
Ritor1
parents:
diff changeset
659 v29 = v27 < *pDepth;
Ritor1
parents:
diff changeset
660 v30 = 0;
Ritor1
parents:
diff changeset
661 v31 = v27 == *pDepth;
Ritor1
parents:
diff changeset
662 BYTE1(result) = HIBYTE(v28);
Ritor1
parents:
diff changeset
663 if ( !(v29 | v31)
Ritor1
parents:
diff changeset
664 || (a4->vWorldPosition.x = v27 * pRayEnd->vWorldPosition.x + pRayStart->vWorldPosition.x,
Ritor1
parents:
diff changeset
665 a4->vWorldPosition.y = v27 * pRayEnd->vWorldPosition.y + pRayStart->vWorldPosition.y,
Ritor1
parents:
diff changeset
666 v32 = v27 * pRayEnd->vWorldPosition.z + pRayStart->vWorldPosition.z,
Ritor1
parents:
diff changeset
667 a4->vWorldPosition.z = v32,
Ritor1
parents:
diff changeset
668 v33.x = (signed __int64)a4->vWorldPosition.x,
Ritor1
parents:
diff changeset
669 v33.y = (signed __int64)a4->vWorldPosition.y,
Ritor1
parents:
diff changeset
670 *(int *)&v34.x = v33.x,
Ritor1
parents:
diff changeset
671 v34.z = (signed __int64)v32,
Ritor1
parents:
diff changeset
672 result = _4C1D2B(v7, v34, a6),
Ritor1
parents:
diff changeset
673 *(float *)&result == 0.0) )
Ritor1
parents:
diff changeset
674 goto LABEL_12;
Ritor1
parents:
diff changeset
675 *(float *)&result = v27;
Ritor1
parents:
diff changeset
676 a5b = v27;
Ritor1
parents:
diff changeset
677 *(int *)pDepth = LODWORD(a5b);
Ritor1
parents:
diff changeset
678 LOBYTE(result) = 1;
Ritor1
parents:
diff changeset
679 return result;
Ritor1
parents:
diff changeset
680 }
Ritor1
parents:
diff changeset
681
Ritor1
parents:
diff changeset
682 //----- (004C1D2B) --------------------------------------------------------
Ritor1
parents:
diff changeset
683 int Vis::_4C1D2B(BLVFace *pFace, Vec3_short_ a2, unsigned int uModelID)
Ritor1
parents:
diff changeset
684 {
Ritor1
parents:
diff changeset
685 BLVFace *v4; // esi@1
Ritor1
parents:
diff changeset
686 int v5; // esi@10
Ritor1
parents:
diff changeset
687 bool v6; // edi@10
Ritor1
parents:
diff changeset
688 int v7; // ecx@12
Ritor1
parents:
diff changeset
689 signed int v8; // edx@12
Ritor1
parents:
diff changeset
690 signed int v9; // eax@13
Ritor1
parents:
diff changeset
691 signed int v10; // ebx@14
Ritor1
parents:
diff changeset
692 int v11; // edi@16
Ritor1
parents:
diff changeset
693 signed int v12; // ST28_4@18
Ritor1
parents:
diff changeset
694 signed __int64 v13; // qtt@18
Ritor1
parents:
diff changeset
695 signed int result; // eax@21
Ritor1
parents:
diff changeset
696 int v15; // [sp+10h] [bp-Ch]@10
Ritor1
parents:
diff changeset
697 signed int v16; // [sp+18h] [bp-4h]@10
Ritor1
parents:
diff changeset
698
Ritor1
parents:
diff changeset
699 v4 = pFace;
Ritor1
parents:
diff changeset
700 if ( a2.z < pFace->pBounding.z1
Ritor1
parents:
diff changeset
701 || a2.z > pFace->pBounding.z2
Ritor1
parents:
diff changeset
702 || a2.x < pFace->pBounding.x1
Ritor1
parents:
diff changeset
703 || a2.x > pFace->pBounding.x2
Ritor1
parents:
diff changeset
704 || a2.y < pFace->pBounding.y1
Ritor1
parents:
diff changeset
705 || a2.y > pFace->pBounding.y2
Ritor1
parents:
diff changeset
706 || (uModelID != -1 ? _4C2186_BLV_IntersectBModel(
Ritor1
parents:
diff changeset
707 (int *)&pFace,
Ritor1
parents:
diff changeset
708 (int *)&uModelID,
Ritor1
parents:
diff changeset
709 &word_F8BC48_displaced_face_intersect_plane_coords_a,
Ritor1
parents:
diff changeset
710 &word_F8BD18_displaced_face_intersect_plane_coords_b,
Ritor1
parents:
diff changeset
711 &a2,
Ritor1
parents:
diff changeset
712 pFace,
Ritor1
parents:
diff changeset
713 uModelID) : _4C1EE5_BLV_IntersectBModel_2(
Ritor1
parents:
diff changeset
714 (int *)&pFace,
Ritor1
parents:
diff changeset
715 (int *)&uModelID,
Ritor1
parents:
diff changeset
716 &word_F8BC48_displaced_face_intersect_plane_coords_a,
Ritor1
parents:
diff changeset
717 &word_F8BD18_displaced_face_intersect_plane_coords_b,
Ritor1
parents:
diff changeset
718 &a2,
Ritor1
parents:
diff changeset
719 pFace),
Ritor1
parents:
diff changeset
720 v5 = 2 * v4->uNumVertices,
Ritor1
parents:
diff changeset
721 v16 = 0,
Ritor1
parents:
diff changeset
722 *(&word_F8BC48_displaced_face_intersect_plane_coords_a + v5) = word_F8BC48_displaced_face_intersect_plane_coords_a,
Ritor1
parents:
diff changeset
723 *(&word_F8BD18_displaced_face_intersect_plane_coords_b + v5) = word_F8BD18_displaced_face_intersect_plane_coords_b,
Ritor1
parents:
diff changeset
724 v15 = 0,
Ritor1
parents:
diff changeset
725 v6 = word_F8BD18_displaced_face_intersect_plane_coords_b >= (signed int)uModelID,
Ritor1
parents:
diff changeset
726 v5 <= 0) )
Ritor1
parents:
diff changeset
727 goto LABEL_25;
Ritor1
parents:
diff changeset
728 do
Ritor1
parents:
diff changeset
729 {
Ritor1
parents:
diff changeset
730 if ( v16 >= 2 )
Ritor1
parents:
diff changeset
731 break;
Ritor1
parents:
diff changeset
732 v7 = 2 * v15;
Ritor1
parents:
diff changeset
733 v8 = *(&word_F8BD18_displaced_face_intersect_plane_coords_b + v15 + 1);
Ritor1
parents:
diff changeset
734 if ( v6 ^ v8 >= (signed int)uModelID )
Ritor1
parents:
diff changeset
735 {
Ritor1
parents:
diff changeset
736 v9 = *(__int16 *)((char *)&word_F8BC48_displaced_face_intersect_plane_coords_a + v7 + 2);
Ritor1
parents:
diff changeset
737 if ( v9 >= (signed int)pFace )
Ritor1
parents:
diff changeset
738 v10 = 0;
Ritor1
parents:
diff changeset
739 else
Ritor1
parents:
diff changeset
740 v10 = 2;
Ritor1
parents:
diff changeset
741 v11 = v10 | *(__int16 *)((char *)&word_F8BC48_displaced_face_intersect_plane_coords_a + v7) < (signed int)pFace;
Ritor1
parents:
diff changeset
742 if ( v11 != 3 )
Ritor1
parents:
diff changeset
743 {
Ritor1
parents:
diff changeset
744 if ( !v11
Ritor1
parents:
diff changeset
745 || (v12 = v9 - *(__int16 *)((char *)&word_F8BC48_displaced_face_intersect_plane_coords_a + v7),
Ritor1
parents:
diff changeset
746 LODWORD(v13) = v12 << 16,
Ritor1
parents:
diff changeset
747 HIDWORD(v13) = v12 >> 16,
Ritor1
parents:
diff changeset
748 *(__int16 *)((char *)&word_F8BC48_displaced_face_intersect_plane_coords_a + v7)
Ritor1
parents:
diff changeset
749 + ((signed int)(((unsigned __int64)(v13
Ritor1
parents:
diff changeset
750 / (v8
Ritor1
parents:
diff changeset
751 - *(__int16 *)((char *)&word_F8BD18_displaced_face_intersect_plane_coords_b
Ritor1
parents:
diff changeset
752 + v7))
Ritor1
parents:
diff changeset
753 * (signed int)((uModelID
Ritor1
parents:
diff changeset
754 - *(__int16 *)((char *)&word_F8BD18_displaced_face_intersect_plane_coords_b
Ritor1
parents:
diff changeset
755 + v7)) << 16)) >> 16)
Ritor1
parents:
diff changeset
756 + 32768) >> 16) >= (signed int)pFace) )
Ritor1
parents:
diff changeset
757 ++v16;
Ritor1
parents:
diff changeset
758 }
Ritor1
parents:
diff changeset
759 }
Ritor1
parents:
diff changeset
760 ++v15;
Ritor1
parents:
diff changeset
761 v6 = v8 >= (signed int)uModelID;
Ritor1
parents:
diff changeset
762 }
Ritor1
parents:
diff changeset
763 while ( v15 < v5 );
Ritor1
parents:
diff changeset
764 result = 1;
Ritor1
parents:
diff changeset
765 if ( v16 != 1 )
Ritor1
parents:
diff changeset
766 LABEL_25:
Ritor1
parents:
diff changeset
767 result = 0;
Ritor1
parents:
diff changeset
768 return result;
Ritor1
parents:
diff changeset
769 }
Ritor1
parents:
diff changeset
770
Ritor1
parents:
diff changeset
771 //----- (004C1EE5) --------------------------------------------------------
Ritor1
parents:
diff changeset
772 bool Vis::_4C1EE5_BLV_IntersectBModel_2(int *a1, int *a2, __int16 *a3, __int16 *a4, Vec3_short_ *a5, BLVFace *pFace)
Ritor1
parents:
diff changeset
773 {
Ritor1
parents:
diff changeset
774 bool result; // eax@1
Ritor1
parents:
diff changeset
775 unsigned int v8; // ecx@1
Ritor1
parents:
diff changeset
776 Vec3_short_ *v9; // ecx@2
Ritor1
parents:
diff changeset
777 __int16 *v10; // edx@3
Ritor1
parents:
diff changeset
778 signed int v11; // ecx@4
Ritor1
parents:
diff changeset
779 char v12; // zf@6
Ritor1
parents:
diff changeset
780 Vec3_short_ *v13; // ecx@6
Ritor1
parents:
diff changeset
781 int v14; // edx@7
Ritor1
parents:
diff changeset
782 __int16 *v15; // edx@8
Ritor1
parents:
diff changeset
783 signed int v16; // ecx@9
Ritor1
parents:
diff changeset
784 int v17; // edx@11
Ritor1
parents:
diff changeset
785 __int16 *v18; // edx@12
Ritor1
parents:
diff changeset
786 signed int v19; // ecx@13
Ritor1
parents:
diff changeset
787 signed int a5a; // [sp+24h] [bp+18h]@2
Ritor1
parents:
diff changeset
788 signed int a5b; // [sp+24h] [bp+18h]@7
Ritor1
parents:
diff changeset
789 signed int a5c; // [sp+24h] [bp+18h]@11
Ritor1
parents:
diff changeset
790
Ritor1
parents:
diff changeset
791 result = (bool)pFace;
Ritor1
parents:
diff changeset
792 v8 = pFace->uAttributes;
Ritor1
parents:
diff changeset
793 if ( BYTE1(v8) & 1 )
Ritor1
parents:
diff changeset
794 {
Ritor1
parents:
diff changeset
795 v9 = a5;
Ritor1
parents:
diff changeset
796 a5a = 0;
Ritor1
parents:
diff changeset
797 *a1 = v9->x;
Ritor1
parents:
diff changeset
798 *a2 = v9->y;
Ritor1
parents:
diff changeset
799 if ( pFace->uNumVertices )
Ritor1
parents:
diff changeset
800 {
Ritor1
parents:
diff changeset
801 v10 = a4 + 1;
Ritor1
parents:
diff changeset
802 do
Ritor1
parents:
diff changeset
803 {
Ritor1
parents:
diff changeset
804 v11 = a5a;
Ritor1
parents:
diff changeset
805 a3[2 * a5a] = pFace->pXInterceptDisplacements[a5a] + pIndoor->pVertices[pFace->pVertexIDs[a5a]].x;
Ritor1
parents:
diff changeset
806 *(v10 - 1) = pFace->pYInterceptDisplacements[v11] + pIndoor->pVertices[pFace->pVertexIDs[v11]].y;
Ritor1
parents:
diff changeset
807 *(__int16 *)((char *)v10 + (int)a3 - (int)a4) = pFace->pXInterceptDisplacements[v11 + 1]
Ritor1
parents:
diff changeset
808 + pIndoor->pVertices[pFace->pVertexIDs[v11 + 1]].x;
Ritor1
parents:
diff changeset
809 ++a5a;
Ritor1
parents:
diff changeset
810 *v10 = pFace->pYInterceptDisplacements[v11 + 1] + pIndoor->pVertices[pFace->pVertexIDs[v11 + 1]].y;
Ritor1
parents:
diff changeset
811 v10 += 2;
Ritor1
parents:
diff changeset
812 }
Ritor1
parents:
diff changeset
813 while ( a5a < pFace->uNumVertices );
Ritor1
parents:
diff changeset
814 }
Ritor1
parents:
diff changeset
815 }
Ritor1
parents:
diff changeset
816 else
Ritor1
parents:
diff changeset
817 {
Ritor1
parents:
diff changeset
818 v12 = (BYTE1(v8) & 2) == 0;
Ritor1
parents:
diff changeset
819 v13 = a5;
Ritor1
parents:
diff changeset
820 if ( v12 )
Ritor1
parents:
diff changeset
821 {
Ritor1
parents:
diff changeset
822 v17 = a5->y;
Ritor1
parents:
diff changeset
823 a5c = 0;
Ritor1
parents:
diff changeset
824 *a1 = v17;
Ritor1
parents:
diff changeset
825 *a2 = v13->z;
Ritor1
parents:
diff changeset
826 if ( pFace->uNumVertices )
Ritor1
parents:
diff changeset
827 {
Ritor1
parents:
diff changeset
828 v18 = a4 + 1;
Ritor1
parents:
diff changeset
829 do
Ritor1
parents:
diff changeset
830 {
Ritor1
parents:
diff changeset
831 v19 = a5c;
Ritor1
parents:
diff changeset
832 a3[2 * a5c] = pFace->pYInterceptDisplacements[a5c] + pIndoor->pVertices[pFace->pVertexIDs[a5c]].y;
Ritor1
parents:
diff changeset
833 *(v18 - 1) = pFace->pZInterceptDisplacements[v19] + pIndoor->pVertices[pFace->pVertexIDs[v19]].z;
Ritor1
parents:
diff changeset
834 *(__int16 *)((char *)v18 + (int)(char *)a3 - (char *)a4) = pFace->pYInterceptDisplacements[v19 + 1]
Ritor1
parents:
diff changeset
835 + pIndoor->pVertices[pFace->pVertexIDs[v19 + 1]].y;
Ritor1
parents:
diff changeset
836 ++a5c;
Ritor1
parents:
diff changeset
837 *v18 = pFace->pZInterceptDisplacements[v19 + 1] + pIndoor->pVertices[pFace->pVertexIDs[v19 + 1]].z;
Ritor1
parents:
diff changeset
838 v18 += 2;
Ritor1
parents:
diff changeset
839 }
Ritor1
parents:
diff changeset
840 while ( a5c < pFace->uNumVertices );
Ritor1
parents:
diff changeset
841 }
Ritor1
parents:
diff changeset
842 }
Ritor1
parents:
diff changeset
843 else
Ritor1
parents:
diff changeset
844 {
Ritor1
parents:
diff changeset
845 v14 = a5->x;
Ritor1
parents:
diff changeset
846 a5b = 0;
Ritor1
parents:
diff changeset
847 *a1 = v14;
Ritor1
parents:
diff changeset
848 *a2 = v13->z;
Ritor1
parents:
diff changeset
849 if ( pFace->uNumVertices )
Ritor1
parents:
diff changeset
850 {
Ritor1
parents:
diff changeset
851 v15 = a4 + 1;
Ritor1
parents:
diff changeset
852 do
Ritor1
parents:
diff changeset
853 {
Ritor1
parents:
diff changeset
854 v16 = a5b;
Ritor1
parents:
diff changeset
855 a3[2 * a5b] = pFace->pXInterceptDisplacements[a5b] + pIndoor->pVertices[pFace->pVertexIDs[a5b]].x;
Ritor1
parents:
diff changeset
856 *(v15 - 1) = pFace->pZInterceptDisplacements[v16] + pIndoor->pVertices[pFace->pVertexIDs[v16]].z;
Ritor1
parents:
diff changeset
857 *(__int16 *)((char *)v15 + (int)a3 - (int)a4) = pFace->pXInterceptDisplacements[v16 + 1]
Ritor1
parents:
diff changeset
858 + pIndoor->pVertices[pFace->pVertexIDs[v16 + 1]].x;
Ritor1
parents:
diff changeset
859 ++a5b;
Ritor1
parents:
diff changeset
860 *v15 = pFace->pZInterceptDisplacements[v16 + 1] + pIndoor->pVertices[pFace->pVertexIDs[v16 + 1]].z;
Ritor1
parents:
diff changeset
861 v15 += 2;
Ritor1
parents:
diff changeset
862 }
Ritor1
parents:
diff changeset
863 while ( a5b < pFace->uNumVertices );
Ritor1
parents:
diff changeset
864 }
Ritor1
parents:
diff changeset
865 }
Ritor1
parents:
diff changeset
866 }
Ritor1
parents:
diff changeset
867 LOBYTE(result) = 1;
Ritor1
parents:
diff changeset
868 return result;
Ritor1
parents:
diff changeset
869 }
Ritor1
parents:
diff changeset
870
Ritor1
parents:
diff changeset
871 //----- (004C2186) --------------------------------------------------------
Ritor1
parents:
diff changeset
872 bool Vis::_4C2186_BLV_IntersectBModel(int *a1, int *a2, __int16 *a3, __int16 *a4, Vec3_short_ *a5, BLVFace *a6, unsigned int uModelID)
Ritor1
parents:
diff changeset
873 {
Ritor1
parents:
diff changeset
874 bool result; // eax@1
Ritor1
parents:
diff changeset
875 int *v9; // esi@1
Ritor1
parents:
diff changeset
876 unsigned int v10; // ecx@1
Ritor1
parents:
diff changeset
877 unsigned int v11; // edx@3
Ritor1
parents:
diff changeset
878 signed int v12; // ecx@4
Ritor1
parents:
diff changeset
879 __int16 v13; // si@4
Ritor1
parents:
diff changeset
880 __int16 *v14; // ecx@4
Ritor1
parents:
diff changeset
881 unsigned int v15; // edx@8
Ritor1
parents:
diff changeset
882 signed int v16; // ecx@9
Ritor1
parents:
diff changeset
883 __int16 v17; // si@9
Ritor1
parents:
diff changeset
884 __int16 *v18; // ecx@9
Ritor1
parents:
diff changeset
885 unsigned int v19; // edx@12
Ritor1
parents:
diff changeset
886 signed int v20; // ecx@13
Ritor1
parents:
diff changeset
887 __int16 v21; // si@13
Ritor1
parents:
diff changeset
888 __int16 *v22; // ecx@13
Ritor1
parents:
diff changeset
889 signed int a1a; // [sp+14h] [bp+8h]@1
Ritor1
parents:
diff changeset
890 __int16 *a5a; // [sp+24h] [bp+18h]@3
Ritor1
parents:
diff changeset
891 __int16 *a5b; // [sp+24h] [bp+18h]@8
Ritor1
parents:
diff changeset
892 __int16 *a5c; // [sp+24h] [bp+18h]@12
Ritor1
parents:
diff changeset
893
Ritor1
parents:
diff changeset
894 result = (bool)a6;
Ritor1
parents:
diff changeset
895 v9 = a1;
Ritor1
parents:
diff changeset
896 v10 = a6->uAttributes;
Ritor1
parents:
diff changeset
897 a1a = 0;
Ritor1
parents:
diff changeset
898 if ( BYTE1(v10) & 1 )
Ritor1
parents:
diff changeset
899 {
Ritor1
parents:
diff changeset
900 *v9 = a5->x;
Ritor1
parents:
diff changeset
901 *a2 = a5->y;
Ritor1
parents:
diff changeset
902 if ( a6->uNumVertices )
Ritor1
parents:
diff changeset
903 {
Ritor1
parents:
diff changeset
904 v11 = 188 * uModelID + 72;
Ritor1
parents:
diff changeset
905 a5a = a4 + 1;
Ritor1
parents:
diff changeset
906 do
Ritor1
parents:
diff changeset
907 {
Ritor1
parents:
diff changeset
908 v12 = a1a;
Ritor1
parents:
diff changeset
909 a3[2 * a1a] = a6->pXInterceptDisplacements[a1a]
79
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
910 // + *(short *)(*(int *)&pOutdoor->pBModels->pModelName[v11] + 12 * a6->pVertexIDs[a1a]);
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
911 + pOutdoor->pBModels[v11].pVertices.pVertices[a6->pVertexIDs[a1a]].x;
0
Ritor1
parents:
diff changeset
912 *(a5a - 1) = a6->pYInterceptDisplacements[v12]
79
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
913 // + *(short *)(*(int *)&pOutdoor->pBModels->pModelName[v11] + 12 * a6->pVertexIDs[v12] + 4);
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
914 + pOutdoor->pBModels[v11].pVertices.pVertices[a6->pVertexIDs[v12]].y;
0
Ritor1
parents:
diff changeset
915 *(__int16 *)((char *)a5a + (int)(char *)a3 - (char *)a4) = a6->pXInterceptDisplacements[v12 + 1]
79
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
916 // + *(short *)(*(int *)&pOutdoor->pBModels->pModelName[v11]
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
917 // + 12 * a6->pVertexIDs[v12 + 1]);
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
918 + pOutdoor->pBModels[v11].pVertices.pVertices[a6->pVertexIDs[v12+1]].x;
0
Ritor1
parents:
diff changeset
919 v13 = a6->pYInterceptDisplacements[v12 + 1]
79
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
920 // + *(short *)(*(int *)&pOutdoor->pBModels->pModelName[v11] + 12 * a6->pVertexIDs[v12 + 1] + 4);
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
921 + pOutdoor->pBModels[v11].pVertices.pVertices[a6->pVertexIDs[v12 + 1]].y;
0
Ritor1
parents:
diff changeset
922 v14 = a5a;
Ritor1
parents:
diff changeset
923 ++a1a;
Ritor1
parents:
diff changeset
924 a5a += 2;
Ritor1
parents:
diff changeset
925 *v14 = v13;
Ritor1
parents:
diff changeset
926 }
Ritor1
parents:
diff changeset
927 while ( a1a < a6->uNumVertices );
Ritor1
parents:
diff changeset
928 }
Ritor1
parents:
diff changeset
929 }
Ritor1
parents:
diff changeset
930 else
Ritor1
parents:
diff changeset
931 {
Ritor1
parents:
diff changeset
932 if ( BYTE1(v10) & 2 )
Ritor1
parents:
diff changeset
933 {
Ritor1
parents:
diff changeset
934 *v9 = a5->x;
Ritor1
parents:
diff changeset
935 *a2 = a5->z;
Ritor1
parents:
diff changeset
936 if ( a6->uNumVertices )
Ritor1
parents:
diff changeset
937 {
Ritor1
parents:
diff changeset
938 v15 = 188 * uModelID + 72;
Ritor1
parents:
diff changeset
939 a5b = a4 + 1;
Ritor1
parents:
diff changeset
940 do
Ritor1
parents:
diff changeset
941 {
Ritor1
parents:
diff changeset
942 v16 = a1a;
Ritor1
parents:
diff changeset
943 a3[2 * a1a] = a6->pXInterceptDisplacements[a1a]
79
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
944 // + *(short *)(*(int *)&pOutdoor->pBModels->pModelName[v15] + 12 * a6->pVertexIDs[a1a]);
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
945 + pOutdoor->pBModels[v15].pVertices.pVertices[a6->pVertexIDs[a1a]].x;
0
Ritor1
parents:
diff changeset
946 *(a5b - 1) = a6->pZInterceptDisplacements[v16]
79
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
947 // + *(short *)(*(int *)&pOutdoor->pBModels->pModelName[v15] + 12 * a6->pVertexIDs[v16] + 8);
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
948 + pOutdoor->pBModels[v15].pVertices.pVertices[a6->pVertexIDs[v16]].y;
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
949 *(__int16 *)((char *)a5b + (int)a3 - (int)a4) = a6->pXInterceptDisplacements[v16 + 1]
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
950 // + *(short *)(*(int *)&pOutdoor->pBModels->pModelName[v15]
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
951 // + 12 * a6->pVertexIDs[v16 + 1]);
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
952 + pOutdoor->pBModels[v15].pVertices.pVertices[a6->pVertexIDs[v16+1]].x;
0
Ritor1
parents:
diff changeset
953 v17 = a6->pZInterceptDisplacements[v16 + 1]
79
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
954 // + *(short *)(*(int *)&pOutdoor->pBModels->pModelName[v15] + 12 * a6->pVertexIDs[v16 + 1] + 8);
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
955 + pOutdoor->pBModels[v15].pVertices.pVertices[a6->pVertexIDs[v16+1]].z;
0
Ritor1
parents:
diff changeset
956 v18 = a5b;
Ritor1
parents:
diff changeset
957 ++a1a;
Ritor1
parents:
diff changeset
958 a5b += 2;
Ritor1
parents:
diff changeset
959 *v18 = v17;
Ritor1
parents:
diff changeset
960 }
Ritor1
parents:
diff changeset
961 while ( a1a < a6->uNumVertices );
Ritor1
parents:
diff changeset
962 }
Ritor1
parents:
diff changeset
963 }
Ritor1
parents:
diff changeset
964 else
Ritor1
parents:
diff changeset
965 {
Ritor1
parents:
diff changeset
966 *v9 = a5->y;
Ritor1
parents:
diff changeset
967 *a2 = a5->z;
Ritor1
parents:
diff changeset
968 if ( a6->uNumVertices )
Ritor1
parents:
diff changeset
969 {
Ritor1
parents:
diff changeset
970 v19 = 188 * uModelID + 72;
Ritor1
parents:
diff changeset
971 a5c = a4 + 1;
Ritor1
parents:
diff changeset
972 do
Ritor1
parents:
diff changeset
973 {
Ritor1
parents:
diff changeset
974 v20 = a1a;
Ritor1
parents:
diff changeset
975 a3[2 * a1a] = a6->pYInterceptDisplacements[a1a]
79
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
976 // + *(short *)(*(int *)&pOutdoor->pBModels->pModelName[v19] + 12 * a6->pVertexIDs[a1a] + 4);
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
977 + pOutdoor->pBModels[v19].pVertices.pVertices[a6->pVertexIDs[a1a]].y;
0
Ritor1
parents:
diff changeset
978 *(a5c - 1) = a6->pZInterceptDisplacements[v20]
79
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
979 // + *(short *)(*(int *)&pOutdoor->pBModels->pModelName[v19] + 12 * a6->pVertexIDs[v20] + 8);
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
980 + pOutdoor->pBModels[v19].pVertices.pVertices[a6->pVertexIDs[a1a]].z;
0
Ritor1
parents:
diff changeset
981 *(__int16 *)((char *)a5c + (int)(char *)a3 - (char *)a4) = a6->pYInterceptDisplacements[v20 + 1]
79
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
982 // + *(short *)(*(int *)&pOutdoor->pBModels->pModelName[v19]
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
983 // + 12 * a6->pVertexIDs[v20 + 1]
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
984 // + 4);
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
985 + pOutdoor->pBModels[v19].pVertices.pVertices[a6->pVertexIDs[v20+1]].y;
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
986 v21 = a6->pZInterceptDisplacements[v20 + 1]
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
987 // + *(short *)(*(int *)&pOutdoor->pBModels->pModelName[v19] + 12 * a6->pVertexIDs[v20 + 1] + 8);
6ad816231528 structure fixes, death crash fix
zipi
parents: 65
diff changeset
988 + pOutdoor->pBModels[v19].pVertices.pVertices[a6->pVertexIDs[v20+1]].z;
0
Ritor1
parents:
diff changeset
989 v22 = a5c;
Ritor1
parents:
diff changeset
990 ++a1a;
Ritor1
parents:
diff changeset
991 a5c += 2;
Ritor1
parents:
diff changeset
992 *v22 = v21;
Ritor1
parents:
diff changeset
993 }
Ritor1
parents:
diff changeset
994 while ( a1a < a6->uNumVertices );
Ritor1
parents:
diff changeset
995 }
Ritor1
parents:
diff changeset
996 }
Ritor1
parents:
diff changeset
997 }
Ritor1
parents:
diff changeset
998 LOBYTE(result) = 1;
Ritor1
parents:
diff changeset
999 return result;
Ritor1
parents:
diff changeset
1000 }
Ritor1
parents:
diff changeset
1001
Ritor1
parents:
diff changeset
1002 //----- (004C248E) --------------------------------------------------------
Ritor1
parents:
diff changeset
1003 void Vis::CastPickRay(RenderVertexSoft *pRay, float fMouseX, float fMouseY, float fPickDepth)
Ritor1
parents:
diff changeset
1004 {
Ritor1
parents:
diff changeset
1005 int v5; // ebx@1
Ritor1
parents:
diff changeset
1006 int v6; // edi@1
Ritor1
parents:
diff changeset
1007 int v7; // esi@1
Ritor1
parents:
diff changeset
1008 Vec3_int_ v8; // ST08_12@1
Ritor1
parents:
diff changeset
1009 int v9; // ST04_4@1
Ritor1
parents:
diff changeset
1010 int v10; // eax@1
Ritor1
parents:
diff changeset
1011 RenderVertexSoft v11[2]; // [sp+2Ch] [bp-74h]@1
Ritor1
parents:
diff changeset
1012 int v12; // [sp+8Ch] [bp-14h]@1
Ritor1
parents:
diff changeset
1013 int v13; // [sp+90h] [bp-10h]@1
Ritor1
parents:
diff changeset
1014 int outz; // [sp+94h] [bp-Ch]@1
Ritor1
parents:
diff changeset
1015 int outy; // [sp+98h] [bp-8h]@1
Ritor1
parents:
diff changeset
1016 int v16; // [sp+9Ch] [bp-4h]@1
Ritor1
parents:
diff changeset
1017
Ritor1
parents:
diff changeset
1018 v5 = pIndoorCamera->pos.y;
Ritor1
parents:
diff changeset
1019 v6 = pIndoorCamera->pos.x;
Ritor1
parents:
diff changeset
1020 v13 = pIndoorCamera->pos.x;
Ritor1
parents:
diff changeset
1021 v12 = pIndoorCamera->pos.y;
Ritor1
parents:
diff changeset
1022 v16 = pIndoorCamera->pos.z;
Ritor1
parents:
diff changeset
1023 v7 = pIndoorCamera->sRotationY + UnprojectX((signed __int64)fMouseX);
Ritor1
parents:
diff changeset
1024 v8.z = v16;
Ritor1
parents:
diff changeset
1025 v8.x = v6;
Ritor1
parents:
diff changeset
1026 v8.y = v5;
Ritor1
parents:
diff changeset
1027 v9 = pIndoorCamera->sRotationX + UnprojectY((signed __int64)fMouseY);
Ritor1
parents:
diff changeset
1028 v10 = _48B561_mess_with_scaling_along_z(/*(int)&fMouseX, */fPickDepth);
Ritor1
parents:
diff changeset
1029 Vec3_int_::Rotate(v10, v7, v9, v8, (int *)&fMouseX, &outy, &outz);
Ritor1
parents:
diff changeset
1030 v11[0].flt_2C = 0.0;
Ritor1
parents:
diff changeset
1031 v11[0].vWorldPosition.x = (double)SLODWORD(fMouseX);
Ritor1
parents:
diff changeset
1032 v11[0].vWorldPosition.y = (double)outy;
Ritor1
parents:
diff changeset
1033 v11[0].vWorldPosition.z = (double)outz;
Ritor1
parents:
diff changeset
1034 v11[1].flt_2C = 0.0;
Ritor1
parents:
diff changeset
1035 v11[1].vWorldPosition.x = (double)v13;
Ritor1
parents:
diff changeset
1036 v11[1].vWorldPosition.y = (double)v12;
Ritor1
parents:
diff changeset
1037 v11[1].vWorldPosition.z = (double)v16;
Ritor1
parents:
diff changeset
1038 memcpy(pRay, &v11[1], 0x30u);
Ritor1
parents:
diff changeset
1039 memcpy(&pRay[1], v11, sizeof(pRay[1]));
Ritor1
parents:
diff changeset
1040 }
Ritor1
parents:
diff changeset
1041
Ritor1
parents:
diff changeset
1042 //----- (004C2551) --------------------------------------------------------
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1043 Vis_ObjectInfo *Vis_SelectionList::sub_4C2551(int a2, int a3)
0
Ritor1
parents:
diff changeset
1044 {
Ritor1
parents:
diff changeset
1045 unsigned int v3; // esi@1
Ritor1
parents:
diff changeset
1046 signed int v4; // edx@1
Ritor1
parents:
diff changeset
1047 char *v5; // eax@2
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1048 Vis_ObjectInfo *result; // eax@6
0
Ritor1
parents:
diff changeset
1049
Ritor1
parents:
diff changeset
1050 v3 = this->uNumPointers;
Ritor1
parents:
diff changeset
1051 v4 = 0;
Ritor1
parents:
diff changeset
1052 if ( (signed int)v3 <= 0 )
Ritor1
parents:
diff changeset
1053 {
Ritor1
parents:
diff changeset
1054 LABEL_6:
Ritor1
parents:
diff changeset
1055 result = 0;
Ritor1
parents:
diff changeset
1056 }
Ritor1
parents:
diff changeset
1057 else
Ritor1
parents:
diff changeset
1058 {
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1059 v5 = (char *)&this->object_pool[0].sZValue;
0
Ritor1
parents:
diff changeset
1060 while ( *((int *)v5 + 1) != a2 || (*(int *)v5 & 0xFFFF) != a3 )
Ritor1
parents:
diff changeset
1061 {
Ritor1
parents:
diff changeset
1062 ++v4;
Ritor1
parents:
diff changeset
1063 v5 += 12;
Ritor1
parents:
diff changeset
1064 if ( v4 >= (signed int)v3 )
Ritor1
parents:
diff changeset
1065 goto LABEL_6;
Ritor1
parents:
diff changeset
1066 }
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1067 result = &this->object_pool[v4];
0
Ritor1
parents:
diff changeset
1068 }
Ritor1
parents:
diff changeset
1069 return result;
Ritor1
parents:
diff changeset
1070 }
Ritor1
parents:
diff changeset
1071
Ritor1
parents:
diff changeset
1072 //----- (004C2591) --------------------------------------------------------
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1073 void Vis_SelectionList::create_object_pointers(PointerCreationType type)
0
Ritor1
parents:
diff changeset
1074 {
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1075 switch (type)
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1076 {
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1077 case All:
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1078 {
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1079 for (uint i = 0; i < uNumPointers; ++i)
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1080 object_pointers[i] = &object_pool[i];
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1081 }
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1082 break;
0
Ritor1
parents:
diff changeset
1083
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1084 case Unique: // seems quite retarted; the inner if condition will never trigger, since we compare pointers, not values. pointers will always be unique
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1085 { // but it may be decompilation error thou
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1086 bool create = true;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1087
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1088 for (uint i = 0; i < uNumPointers; ++i)
0
Ritor1
parents:
diff changeset
1089 {
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1090 for (uint j = 0; j < i; ++j)
0
Ritor1
parents:
diff changeset
1091 {
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1092 if (object_pointers[j] == &object_pool[i])
0
Ritor1
parents:
diff changeset
1093 {
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1094 create = false;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1095 break;
0
Ritor1
parents:
diff changeset
1096 }
Ritor1
parents:
diff changeset
1097 }
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1098
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1099 if (create)
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1100 object_pointers[i] = &object_pool[i];
0
Ritor1
parents:
diff changeset
1101 }
Ritor1
parents:
diff changeset
1102 }
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1103 break;
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1104
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1105 default:
0
Ritor1
parents:
diff changeset
1106 MessageBoxW(nullptr, L"Unknown pointer creation flag passed to ::create_object_pointers()", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Vis.cpp:1358", 0);
Ritor1
parents:
diff changeset
1107 }
Ritor1
parents:
diff changeset
1108 }
Ritor1
parents:
diff changeset
1109
Ritor1
parents:
diff changeset
1110 //----- (004C264A) --------------------------------------------------------
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1111 void Vis::sort_object_pointers(Vis_ObjectInfo **pPointers, int left, int right)
0
Ritor1
parents:
diff changeset
1112 {
Ritor1
parents:
diff changeset
1113 int v4; // edx@1
Ritor1
parents:
diff changeset
1114 int v5; // ebx@1
Ritor1
parents:
diff changeset
1115 int v6; // esi@2
Ritor1
parents:
diff changeset
1116 signed int i; // ecx@2
Ritor1
parents:
diff changeset
1117 int v8; // eax@3
Ritor1
parents:
diff changeset
1118 int v9; // ebx@4
Ritor1
parents:
diff changeset
1119 int v10; // ebx@6
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1120 Vis_ObjectInfo *v11; // eax@7
0
Ritor1
parents:
diff changeset
1121 Vis *thisa; // [sp+4h] [bp-4h]@1
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1122 Vis_ObjectInfo *a3a; // [sp+14h] [bp+Ch]@2
0
Ritor1
parents:
diff changeset
1123
Ritor1
parents:
diff changeset
1124 v4 = left;
Ritor1
parents:
diff changeset
1125 v5 = right;
Ritor1
parents:
diff changeset
1126 thisa = this;
Ritor1
parents:
diff changeset
1127 if ( right > left )
Ritor1
parents:
diff changeset
1128 {
Ritor1
parents:
diff changeset
1129 do
Ritor1
parents:
diff changeset
1130 {
Ritor1
parents:
diff changeset
1131 v6 = v4 - 1;
Ritor1
parents:
diff changeset
1132 a3a = pPointers[v5];
Ritor1
parents:
diff changeset
1133 for ( i = v5; ; pPointers[i] = v11 )
Ritor1
parents:
diff changeset
1134 {
Ritor1
parents:
diff changeset
1135 v8 = a3a->sZValue;
Ritor1
parents:
diff changeset
1136 LOWORD(v8) = 0;
Ritor1
parents:
diff changeset
1137 do
Ritor1
parents:
diff changeset
1138 {
Ritor1
parents:
diff changeset
1139 ++v6;
Ritor1
parents:
diff changeset
1140 v9 = pPointers[v6]->sZValue;
Ritor1
parents:
diff changeset
1141 LOWORD(v9) = 0;
Ritor1
parents:
diff changeset
1142 }
Ritor1
parents:
diff changeset
1143 while ( v9 < (unsigned int)v8 );
Ritor1
parents:
diff changeset
1144 do
Ritor1
parents:
diff changeset
1145 {
Ritor1
parents:
diff changeset
1146 if ( i < 1 )
Ritor1
parents:
diff changeset
1147 break;
Ritor1
parents:
diff changeset
1148 --i;
Ritor1
parents:
diff changeset
1149 v10 = pPointers[i]->sZValue;
Ritor1
parents:
diff changeset
1150 LOWORD(v10) = 0;
Ritor1
parents:
diff changeset
1151 }
Ritor1
parents:
diff changeset
1152 while ( v10 > (unsigned int)v8 );
Ritor1
parents:
diff changeset
1153 v11 = pPointers[v6];
Ritor1
parents:
diff changeset
1154 if ( v6 >= i )
Ritor1
parents:
diff changeset
1155 break;
Ritor1
parents:
diff changeset
1156 pPointers[v6] = pPointers[i];
Ritor1
parents:
diff changeset
1157 }
Ritor1
parents:
diff changeset
1158 v5 = right;
Ritor1
parents:
diff changeset
1159 pPointers[v6] = pPointers[right];
Ritor1
parents:
diff changeset
1160 pPointers[right] = v11;
Ritor1
parents:
diff changeset
1161 sort_object_pointers(pPointers, v4, v6 - 1);
Ritor1
parents:
diff changeset
1162 v4 = v6 + 1;
Ritor1
parents:
diff changeset
1163 }
Ritor1
parents:
diff changeset
1164 while ( right > v6 + 1 );
Ritor1
parents:
diff changeset
1165 }
Ritor1
parents:
diff changeset
1166 }
Ritor1
parents:
diff changeset
1167
Ritor1
parents:
diff changeset
1168 //----- (004C26D0) --------------------------------------------------------
Ritor1
parents:
diff changeset
1169 bool Vis::SortVerticesByX(RenderVertexD3D3 *a2, unsigned int uStart, unsigned int uEnd)
Ritor1
parents:
diff changeset
1170 {
Ritor1
parents:
diff changeset
1171 bool result; // eax@1
Ritor1
parents:
diff changeset
1172 RenderVertexD3D3 *v5; // edx@2
Ritor1
parents:
diff changeset
1173 RenderVertexD3D3 *v6; // esi@2
Ritor1
parents:
diff changeset
1174 void *v7; // edi@2
Ritor1
parents:
diff changeset
1175 unsigned int v8; // ebx@2
Ritor1
parents:
diff changeset
1176 RenderVertexD3D3 *v9; // ecx@3
Ritor1
parents:
diff changeset
1177 RenderVertexD3D3 *v10; // ecx@5
Ritor1
parents:
diff changeset
1178 RenderVertexD3D3 *v11; // eax@8
Ritor1
parents:
diff changeset
1179 RenderVertexD3D3 v12; // [sp+4h] [bp-4Ch]@8
Ritor1
parents:
diff changeset
1180 RenderVertexD3D3 v13; // [sp+24h] [bp-2Ch]@2
Ritor1
parents:
diff changeset
1181 Vis *thisa; // [sp+44h] [bp-Ch]@1
Ritor1
parents:
diff changeset
1182 RenderVertexD3D3 *v15; // [sp+48h] [bp-8h]@2
Ritor1
parents:
diff changeset
1183 unsigned int v16; // [sp+4Ch] [bp-4h]@2
Ritor1
parents:
diff changeset
1184
Ritor1
parents:
diff changeset
1185 result = uEnd;
Ritor1
parents:
diff changeset
1186 thisa = this;
Ritor1
parents:
diff changeset
1187 if ( (signed int)uEnd > (signed int)uStart )
Ritor1
parents:
diff changeset
1188 {
Ritor1
parents:
diff changeset
1189 v5 = a2;
Ritor1
parents:
diff changeset
1190 v6 = &a2[uEnd];
Ritor1
parents:
diff changeset
1191 v7 = &v13;
Ritor1
parents:
diff changeset
1192 v15 = &a2[uEnd];
Ritor1
parents:
diff changeset
1193 v8 = uStart - 1;
Ritor1
parents:
diff changeset
1194 v16 = uEnd;
Ritor1
parents:
diff changeset
1195 while ( 1 )
Ritor1
parents:
diff changeset
1196 {
Ritor1
parents:
diff changeset
1197 memcpy(v7, v6, 0x20u);
Ritor1
parents:
diff changeset
1198 v9 = &v5[v8];
Ritor1
parents:
diff changeset
1199 do
Ritor1
parents:
diff changeset
1200 {
Ritor1
parents:
diff changeset
1201 ++v9;
Ritor1
parents:
diff changeset
1202 ++v8;
Ritor1
parents:
diff changeset
1203 }
Ritor1
parents:
diff changeset
1204 while ( v9->pos.x < (double)v13.pos.x );
Ritor1
parents:
diff changeset
1205 v10 = &v5[v16];
Ritor1
parents:
diff changeset
1206 do
Ritor1
parents:
diff changeset
1207 {
Ritor1
parents:
diff changeset
1208 --v10;
Ritor1
parents:
diff changeset
1209 --v16;
Ritor1
parents:
diff changeset
1210 }
Ritor1
parents:
diff changeset
1211 while ( v10->pos.x > (double)v13.pos.x );
Ritor1
parents:
diff changeset
1212 if ( (signed int)v8 >= (signed int)v16 )
Ritor1
parents:
diff changeset
1213 break;
Ritor1
parents:
diff changeset
1214 v11 = &v5[v16];
Ritor1
parents:
diff changeset
1215 memcpy(&v12, &a2[v8], sizeof(v12));
Ritor1
parents:
diff changeset
1216 v5 = a2;
Ritor1
parents:
diff changeset
1217 memcpy(&a2[v8], v11, sizeof(a2[v8]));
Ritor1
parents:
diff changeset
1218 v6 = &v12;
Ritor1
parents:
diff changeset
1219 v7 = v11;
Ritor1
parents:
diff changeset
1220 }
Ritor1
parents:
diff changeset
1221 memcpy(&v12, &v5[v8], sizeof(v12));
Ritor1
parents:
diff changeset
1222 memcpy(&v5[v8], v15, sizeof(v5[v8]));
Ritor1
parents:
diff changeset
1223 memcpy(v15, &v12, 0x20u);
Ritor1
parents:
diff changeset
1224 SortVerticesByX(v5, uStart, v8 - 1);
Ritor1
parents:
diff changeset
1225 SortVerticesByX(a2, v8 + 1, uEnd);
Ritor1
parents:
diff changeset
1226 }
Ritor1
parents:
diff changeset
1227 return true;
Ritor1
parents:
diff changeset
1228 }
Ritor1
parents:
diff changeset
1229
Ritor1
parents:
diff changeset
1230 //----- (004C27AD) --------------------------------------------------------
Ritor1
parents:
diff changeset
1231 bool Vis::SortVerticesByY(RenderVertexD3D3 *a2, unsigned int uStart, unsigned int uEnd)
Ritor1
parents:
diff changeset
1232 {
Ritor1
parents:
diff changeset
1233 bool result; // eax@1
Ritor1
parents:
diff changeset
1234 RenderVertexD3D3 *v5; // edx@2
Ritor1
parents:
diff changeset
1235 RenderVertexD3D3 *v6; // esi@2
30
8aa7e4a303c9 Vis::SortVerticesByY fixed
zipi
parents: 29
diff changeset
1236 void *v7; // edi@2
0
Ritor1
parents:
diff changeset
1237 unsigned int v8; // ebx@2
30
8aa7e4a303c9 Vis::SortVerticesByY fixed
zipi
parents: 29
diff changeset
1238 float *v9; // ecx@3
8aa7e4a303c9 Vis::SortVerticesByY fixed
zipi
parents: 29
diff changeset
1239 float *v10; // ecx@5
8aa7e4a303c9 Vis::SortVerticesByY fixed
zipi
parents: 29
diff changeset
1240 RenderVertexD3D3 *v11; // eax@8
0
Ritor1
parents:
diff changeset
1241 RenderVertexD3D3 v12; // [sp+4h] [bp-4Ch]@8
30
8aa7e4a303c9 Vis::SortVerticesByY fixed
zipi
parents: 29
diff changeset
1242 RenderVertexD3D3 v13; // [sp+24h] [bp-2Ch]@2
0
Ritor1
parents:
diff changeset
1243 Vis *thisa; // [sp+44h] [bp-Ch]@1
30
8aa7e4a303c9 Vis::SortVerticesByY fixed
zipi
parents: 29
diff changeset
1244 RenderVertexD3D3 *v15; // [sp+48h] [bp-8h]@2
8aa7e4a303c9 Vis::SortVerticesByY fixed
zipi
parents: 29
diff changeset
1245 unsigned int v16; // [sp+4Ch] [bp-4h]@2
0
Ritor1
parents:
diff changeset
1246
Ritor1
parents:
diff changeset
1247 result = uEnd;
Ritor1
parents:
diff changeset
1248 thisa = this;
Ritor1
parents:
diff changeset
1249 if ( (signed int)uEnd > (signed int)uStart )
Ritor1
parents:
diff changeset
1250 {
Ritor1
parents:
diff changeset
1251 v5 = a2;
Ritor1
parents:
diff changeset
1252 v6 = &a2[uEnd];
30
8aa7e4a303c9 Vis::SortVerticesByY fixed
zipi
parents: 29
diff changeset
1253 v7 = &v13;
8aa7e4a303c9 Vis::SortVerticesByY fixed
zipi
parents: 29
diff changeset
1254 v15 = &a2[uEnd];
0
Ritor1
parents:
diff changeset
1255 v8 = uStart - 1;
30
8aa7e4a303c9 Vis::SortVerticesByY fixed
zipi
parents: 29
diff changeset
1256 v16 = uEnd;
0
Ritor1
parents:
diff changeset
1257 while ( 1 )
Ritor1
parents:
diff changeset
1258 {
30
8aa7e4a303c9 Vis::SortVerticesByY fixed
zipi
parents: 29
diff changeset
1259 memcpy(v7, v6, 0x20u);
8aa7e4a303c9 Vis::SortVerticesByY fixed
zipi
parents: 29
diff changeset
1260 v9 = &v5[v8].pos.y;
0
Ritor1
parents:
diff changeset
1261 do
Ritor1
parents:
diff changeset
1262 {
30
8aa7e4a303c9 Vis::SortVerticesByY fixed
zipi
parents: 29
diff changeset
1263 v9+=8;
0
Ritor1
parents:
diff changeset
1264 ++v8;
Ritor1
parents:
diff changeset
1265 }
30
8aa7e4a303c9 Vis::SortVerticesByY fixed
zipi
parents: 29
diff changeset
1266 while ( *v9 < (double)v13.pos.y );
8aa7e4a303c9 Vis::SortVerticesByY fixed
zipi
parents: 29
diff changeset
1267 v10 = &v5[v16].pos.y;
0
Ritor1
parents:
diff changeset
1268 do
Ritor1
parents:
diff changeset
1269 {
30
8aa7e4a303c9 Vis::SortVerticesByY fixed
zipi
parents: 29
diff changeset
1270 v10-=8;
8aa7e4a303c9 Vis::SortVerticesByY fixed
zipi
parents: 29
diff changeset
1271 --v16;
0
Ritor1
parents:
diff changeset
1272 }
30
8aa7e4a303c9 Vis::SortVerticesByY fixed
zipi
parents: 29
diff changeset
1273 while ( *v10 > (double)v13.pos.y );
8aa7e4a303c9 Vis::SortVerticesByY fixed
zipi
parents: 29
diff changeset
1274 if ( (signed int)v8 >= (signed int)v16 )
0
Ritor1
parents:
diff changeset
1275 break;
30
8aa7e4a303c9 Vis::SortVerticesByY fixed
zipi
parents: 29
diff changeset
1276 v11 = &v5[v16];
0
Ritor1
parents:
diff changeset
1277 memcpy(&v12, &a2[v8], sizeof(v12));
Ritor1
parents:
diff changeset
1278 v5 = a2;
30
8aa7e4a303c9 Vis::SortVerticesByY fixed
zipi
parents: 29
diff changeset
1279 memcpy(&a2[v8], v11, sizeof(a2[v8]));
0
Ritor1
parents:
diff changeset
1280 v6 = &v12;
30
8aa7e4a303c9 Vis::SortVerticesByY fixed
zipi
parents: 29
diff changeset
1281 v7 = v11;
0
Ritor1
parents:
diff changeset
1282 }
Ritor1
parents:
diff changeset
1283 memcpy(&v12, &v5[v8], sizeof(v12));
30
8aa7e4a303c9 Vis::SortVerticesByY fixed
zipi
parents: 29
diff changeset
1284 memcpy(&v5[v8], v15, sizeof(v5[v8]));
8aa7e4a303c9 Vis::SortVerticesByY fixed
zipi
parents: 29
diff changeset
1285 memcpy(v15, &v12, 0x20u);
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1286 SortVerticesByY(v5, uStart, v8 - 1);
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1287 SortVerticesByY(a2, v8 + 1, uEnd);
0
Ritor1
parents:
diff changeset
1288 }
Ritor1
parents:
diff changeset
1289 return true;
Ritor1
parents:
diff changeset
1290 }
Ritor1
parents:
diff changeset
1291
Ritor1
parents:
diff changeset
1292 //----- (004C288E) --------------------------------------------------------
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1293 bool Vis::SortByScreenSpaceX(RenderVertexSoft *pArray, int sLeft, int sRight)
0
Ritor1
parents:
diff changeset
1294 {
Ritor1
parents:
diff changeset
1295 bool result; // eax@1
Ritor1
parents:
diff changeset
1296 RenderVertexSoft *v5; // edx@2
Ritor1
parents:
diff changeset
1297 int v6; // ebx@2
Ritor1
parents:
diff changeset
1298 int i; // ecx@2
Ritor1
parents:
diff changeset
1299 int v8; // esi@3
Ritor1
parents:
diff changeset
1300 int v9; // esi@5
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1301 //RenderVertexSoft *v10; // eax@8
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1302 const void *v10;
0
Ritor1
parents:
diff changeset
1303 RenderVertexSoft v11; // [sp+4h] [bp-6Ch]@8
Ritor1
parents:
diff changeset
1304 RenderVertexSoft v12; // [sp+34h] [bp-3Ch]@2
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1305 //float v13; // [sp+4Ch] [bp-24h]@4
0
Ritor1
parents:
diff changeset
1306 int v14; // [sp+64h] [bp-Ch]@7
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1307 //Vis *thisa; // [sp+68h] [bp-8h]@1
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1308 //void *thisa;
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1309 //RenderVertexSoft *v16; // [sp+6Ch] [bp-4h]@2
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1310 const void *v16;
0
Ritor1
parents:
diff changeset
1311
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1312 //thisa = this;
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1313 if (sRight <= sLeft)
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1314 return true;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1315 v5 = pArray;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1316 v16 = &pArray[sRight];
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1317 v6 = sLeft - 1;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1318 memcpy(&v12, &pArray[sRight], sizeof(v12));
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1319 for ( i = sRight; ; i = v14 )
0
Ritor1
parents:
diff changeset
1320 {
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1321 v8 = (int)&v5[v6].vWorldViewProjX;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1322 do
0
Ritor1
parents:
diff changeset
1323 {
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1324 v8 += 48;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1325 ++v6;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1326 }
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1327 while ( *(float *)v8 < v12.vWorldViewProjX);
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1328 v9 = (int)&v5[i].vWorldViewProjX;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1329 do
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1330 {
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1331 v9 -= 48;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1332 --i;
0
Ritor1
parents:
diff changeset
1333 }
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1334 while ( *(float *)v9 > v12.vWorldViewProjX);
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1335 v14 = i;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1336 if ( v6 >= i )
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1337 break;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1338 v10 = &v5[i];
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1339 memcpy(&v11, &pArray[v6], sizeof(v11));
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1340 v5 = pArray;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1341 memcpy(&pArray[v6], v10, sizeof(pArray[v6]));
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1342 memcpy((void *)v10, &v11, sizeof(0x30u));
0
Ritor1
parents:
diff changeset
1343 }
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1344 memcpy(&v11, &v5[v6], sizeof(v11));
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1345 memcpy(&v5[v6], v16, sizeof(v5[v6]));
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1346 memcpy((void *)v16, &v11, sizeof(0x30u));
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1347 SortByScreenSpaceX(v5, sLeft, v6 - 1);
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1348 SortByScreenSpaceX(pArray, v6 + 1, sRight);
0
Ritor1
parents:
diff changeset
1349 return true;
Ritor1
parents:
diff changeset
1350 }
Ritor1
parents:
diff changeset
1351
Ritor1
parents:
diff changeset
1352 //----- (004C297E) --------------------------------------------------------
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1353 bool Vis::SortByScreenSpaceY(RenderVertexSoft *pArray, int sLeft, int sRight)
0
Ritor1
parents:
diff changeset
1354 {
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1355 //bool result; // eax@1
0
Ritor1
parents:
diff changeset
1356 RenderVertexSoft *v5; // edx@2
Ritor1
parents:
diff changeset
1357 int v6; // ebx@2
Ritor1
parents:
diff changeset
1358 int i; // ecx@2
Ritor1
parents:
diff changeset
1359 int v8; // esi@3
Ritor1
parents:
diff changeset
1360 int v9; // esi@5
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1361 //RenderVertexSoft *v10; // eax@8
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1362 const void *v10;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1363 //char v11; // [sp+4h] [bp-6Ch]@8
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1364 RenderVertexSoft v11;
0
Ritor1
parents:
diff changeset
1365 RenderVertexSoft v12; // [sp+34h] [bp-3Ch]@2
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1366 //float v13; // [sp+50h] [bp-20h]@4
0
Ritor1
parents:
diff changeset
1367 int v14; // [sp+64h] [bp-Ch]@7
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1368 //Vis *thisa; // [sp+68h] [bp-8h]@1
0
Ritor1
parents:
diff changeset
1369 RenderVertexSoft *v16; // [sp+6Ch] [bp-4h]@2
Ritor1
parents:
diff changeset
1370
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1371 if (sRight <= sLeft)
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1372 return true;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1373 v5 = pArray;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1374 v16 = &pArray[sRight];
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1375 v6 = sLeft - 1;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1376 memcpy(&v12, &pArray[sRight], sizeof(v12));
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1377 for ( i = sRight; ; i = v14 )
0
Ritor1
parents:
diff changeset
1378 {
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1379 v8 = (int)&v5[v6].vWorldViewProjY;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1380 do
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1381 {
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1382 v8 += 48;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1383 ++v6;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1384 }
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1385 while ( *(float *)v8 < v12.vWorldViewProjY);
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1386 v9 = (int)&v5[v6].vWorldViewProjY;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1387 do
0
Ritor1
parents:
diff changeset
1388 {
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1389 v9 -= 48;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1390 --i;
0
Ritor1
parents:
diff changeset
1391 }
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1392 while ( *(float *)v9 > v12.vWorldViewProjY);
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1393 v14 = i;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1394 if ( v6 >= i )
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1395 break;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1396 v10 = &v5[i];
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1397 memcpy(&v11, &pArray[v6], sizeof(0x30));
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1398 v5 = pArray;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1399 memcpy(&pArray[v6], v10, sizeof(pArray[v6]));
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1400 memcpy((void *)v10, &v11, sizeof(0x30));
0
Ritor1
parents:
diff changeset
1401 }
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1402 memcpy(&v11, &v5[v6], sizeof(0x30));
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1403 memcpy(&v5[v6], v16, sizeof(v5[v6]));
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1404 memcpy((void *)v16, &v11, sizeof(0x30));
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1405 SortByScreenSpaceY(v5, sLeft, v6 - 1);
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1406 SortByScreenSpaceY(pArray, v6 + 1, sRight);
0
Ritor1
parents:
diff changeset
1407 return true;
Ritor1
parents:
diff changeset
1408 }
Ritor1
parents:
diff changeset
1409
Ritor1
parents:
diff changeset
1410
Ritor1
parents:
diff changeset
1411 //----- (004C04AF) --------------------------------------------------------
Ritor1
parents:
diff changeset
1412 Vis::Vis()
Ritor1
parents:
diff changeset
1413 {
Ritor1
parents:
diff changeset
1414 RenderVertexSoft v3; // [sp+Ch] [bp-60h]@1
Ritor1
parents:
diff changeset
1415 RenderVertexSoft v4; // [sp+3Ch] [bp-30h]@1
Ritor1
parents:
diff changeset
1416
Ritor1
parents:
diff changeset
1417 v3.flt_2C = 0.0;
Ritor1
parents:
diff changeset
1418 v3.vWorldPosition.x = 0.0;
Ritor1
parents:
diff changeset
1419 v3.vWorldPosition.y = 65536.0;
Ritor1
parents:
diff changeset
1420 v3.vWorldPosition.z = 0.0;
Ritor1
parents:
diff changeset
1421 v4.flt_2C = 0.0;
Ritor1
parents:
diff changeset
1422 v4.vWorldPosition.x = 65536.0;
Ritor1
parents:
diff changeset
1423 v4.vWorldPosition.y = 0.0;
Ritor1
parents:
diff changeset
1424 v4.vWorldPosition.z = 0.0;
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1425 memcpy(&stru_200C, &v4, sizeof(stru_200C));
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1426
0
Ritor1
parents:
diff changeset
1427 v4.flt_2C = 0.0;
Ritor1
parents:
diff changeset
1428 v4.vWorldPosition.x = 0.0;
Ritor1
parents:
diff changeset
1429 v4.vWorldPosition.y = 65536.0;
Ritor1
parents:
diff changeset
1430 v4.vWorldPosition.z = 0.0;
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1431 memcpy(&stru_203C, &v3, sizeof(stru_203C));
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1432
0
Ritor1
parents:
diff changeset
1433 v3.flt_2C = 0.0;
Ritor1
parents:
diff changeset
1434 v3.vWorldPosition.x = 65536.0;
Ritor1
parents:
diff changeset
1435 v3.vWorldPosition.y = 0.0;
Ritor1
parents:
diff changeset
1436 v3.vWorldPosition.z = 0.0;
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1437 memcpy(&stru_206C, &v3, sizeof(stru_206C));
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1438 memcpy(&stru_209C, &v4, sizeof(stru_209C));
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1439
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1440 keyboard_pick_depth = 512;
0
Ritor1
parents:
diff changeset
1441 }
Ritor1
parents:
diff changeset
1442
Ritor1
parents:
diff changeset
1443 //----- (004C055C) --------------------------------------------------------
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1444 Vis_SelectionList::Vis_SelectionList()
0
Ritor1
parents:
diff changeset
1445 {
Ritor1
parents:
diff changeset
1446 for (uint i = 0; i < 512; ++i)
Ritor1
parents:
diff changeset
1447 {
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1448 object_pool[i].object = nullptr;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1449 object_pool[i].sZValue = -1;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1450 object_pool[i].object_type = VisObjectType_Any;
0
Ritor1
parents:
diff changeset
1451 }
Ritor1
parents:
diff changeset
1452 uNumPointers = 0;
Ritor1
parents:
diff changeset
1453 }
Ritor1
parents:
diff changeset
1454
Ritor1
parents:
diff changeset
1455 //----- (004C05CC) --------------------------------------------------------
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1456 bool Vis::PickKeyboard(Vis_SelectionList *list, Vis_SelectionFilter *sprite_filter, Vis_SelectionFilter *face_filter)
0
Ritor1
parents:
diff changeset
1457 {
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1458 if (!list)
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1459 list = &default_list;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1460 list->uNumPointers = 0;
0
Ritor1
parents:
diff changeset
1461
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1462 PickBillboards_Keyboard(keyboard_pick_depth, list, sprite_filter);
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1463 if (uCurrentlyLoadedLevelType == LEVEL_Indoor)
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1464 PickIndoorFaces_Keyboard(keyboard_pick_depth, list, face_filter);
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1465 else if (uCurrentlyLoadedLevelType == LEVEL_Outdoor)
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1466 PickOutdoorFaces_Keyboard(keyboard_pick_depth, list, face_filter);
0
Ritor1
parents:
diff changeset
1467 else
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1468 assert(false);
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1469
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1470 list->create_object_pointers(Vis_SelectionList::Unique);
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1471 sort_object_pointers(list->object_pointers, 0, list->uNumPointers - 1);
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1472
0
Ritor1
parents:
diff changeset
1473 return true;
Ritor1
parents:
diff changeset
1474 }
Ritor1
parents:
diff changeset
1475
Ritor1
parents:
diff changeset
1476 //----- (004C0646) --------------------------------------------------------
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1477 bool Vis::PickMouse(float fDepth, float fMouseX, float fMouseY, Vis_SelectionFilter *sprite_filter, Vis_SelectionFilter *face_filter)
0
Ritor1
parents:
diff changeset
1478 {
Ritor1
parents:
diff changeset
1479 RenderVertexSoft pMouseRay[2]; // [sp+1Ch] [bp-60h]@1
Ritor1
parents:
diff changeset
1480
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1481 default_list.uNumPointers = 0;
0
Ritor1
parents:
diff changeset
1482 CastPickRay(pMouseRay, fMouseX, fMouseY, fDepth);
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1483 PickBillboards_Mouse(fDepth, fMouseX, fMouseY, &default_list, sprite_filter);
0
Ritor1
parents:
diff changeset
1484 if (uCurrentlyLoadedLevelType == LEVEL_Indoor)
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1485 PickIndoorFaces_Mouse(fDepth, pMouseRay, &default_list, face_filter);
227
bcd55744c2f4 Clicking background in MainMenu fix
Nomad
parents: 214
diff changeset
1486 else if (uCurrentlyLoadedLevelType == LEVEL_Outdoor)
bcd55744c2f4 Clicking background in MainMenu fix
Nomad
parents: 214
diff changeset
1487 PickOutdoorFaces_Mouse(fDepth, pMouseRay, &default_list, face_filter, false);
0
Ritor1
parents:
diff changeset
1488 else
227
bcd55744c2f4 Clicking background in MainMenu fix
Nomad
parents: 214
diff changeset
1489 {
bcd55744c2f4 Clicking background in MainMenu fix
Nomad
parents: 214
diff changeset
1490 Log::Warning(L"Picking mouse in undefined level"); // picking in main menu is default (buggy) game behavious. should've returned false in Game::PickMouse
bcd55744c2f4 Clicking background in MainMenu fix
Nomad
parents: 214
diff changeset
1491 return false;
bcd55744c2f4 Clicking background in MainMenu fix
Nomad
parents: 214
diff changeset
1492 }
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1493 default_list.create_object_pointers(Vis_SelectionList::All);
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1494 sort_object_pointers(default_list.object_pointers, 0, default_list.uNumPointers - 1);
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1495
0
Ritor1
parents:
diff changeset
1496 return true;
Ritor1
parents:
diff changeset
1497 }
Ritor1
parents:
diff changeset
1498
Ritor1
parents:
diff changeset
1499 //----- (004C06F8) --------------------------------------------------------
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1500 void Vis::PickBillboards_Keyboard(float pick_depth, Vis_SelectionList *list, Vis_SelectionFilter *filter)
0
Ritor1
parents:
diff changeset
1501 {
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1502 for (int i = 0; i < pRenderer->uNumBillboardsToDraw; ++i)
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1503 {
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1504 auto d3d_billboard = &pRenderer->pBillboardRenderListD3D[i];
0
Ritor1
parents:
diff changeset
1505
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1506 if (is_part_of_selection((void *)i, filter))
0
Ritor1
parents:
diff changeset
1507 {
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1508 if (DoesRayIntersectBillboard(pick_depth, i))
0
Ritor1
parents:
diff changeset
1509 {
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1510 auto billboard = &pBillboardRenderList[d3d_billboard->uParentBillboardID];
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1511
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1512 list->AddObject((void *)d3d_billboard->uParentBillboardID, VisObjectType_Sprite, billboard->sZValue);
0
Ritor1
parents:
diff changeset
1513 }
Ritor1
parents:
diff changeset
1514 }
Ritor1
parents:
diff changeset
1515 }
Ritor1
parents:
diff changeset
1516 }
Ritor1
parents:
diff changeset
1517
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1518
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1519 // tests the object against selection filter to determine whether it can be picked or not
0
Ritor1
parents:
diff changeset
1520 //----- (004C0791) --------------------------------------------------------
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1521 bool Vis::is_part_of_selection(void *uD3DBillboardIdx_or_pBLVFace_or_pODMFace, Vis_SelectionFilter *filter)
0
Ritor1
parents:
diff changeset
1522 {
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1523 //stru157 *v3; // esi@1
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1524 //int result; // eax@1
0
Ritor1
parents:
diff changeset
1525 int v5; // edx@2
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1526 //int v6; // ecx@2
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1527 //char v7; // zf@3
0
Ritor1
parents:
diff changeset
1528 int v8; // esi@5
Ritor1
parents:
diff changeset
1529 std::string *v9; // ecx@7
Ritor1
parents:
diff changeset
1530 Actor *v10; // edi@18
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1531 //const char *v12; // [sp-20h] [bp-2Ch]@7
0
Ritor1
parents:
diff changeset
1532 int v13; // [sp-1Ch] [bp-28h]@7
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1533 //std::string v14; // [sp-18h] [bp-24h]@7
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1534 //const char *v15; // [sp-8h] [bp-14h]@7
0
Ritor1
parents:
diff changeset
1535 int v16; // [sp-4h] [bp-10h]@7
Ritor1
parents:
diff changeset
1536
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1537 switch (filter->object_type)
0
Ritor1
parents:
diff changeset
1538 {
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1539 case VisObjectType_Any:
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1540 return true;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1541
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1542 case VisObjectType_Sprite:
0
Ritor1
parents:
diff changeset
1543 {
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1544 v5 = filter->field_10;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1545 int object_idx = (pBillboardRenderList[pRenderer->pBillboardRenderListD3D[(int)uD3DBillboardIdx_or_pBLVFace_or_pODMFace].uParentBillboardID].object_pid & 0xFFFF) >> 3;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1546 int object_type = pBillboardRenderList[pRenderer->pBillboardRenderListD3D[(int)uD3DBillboardIdx_or_pBLVFace_or_pODMFace].uParentBillboardID].object_pid & 7;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1547 if ( v5 & 2 )
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1548 {
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1549 if (object_type == filter->object_id)
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1550 return false;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1551 return true;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1552 }
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1553 if ( v5 & 4 )
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1554 {
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1555 v8 = filter->object_id;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1556 if ( object_type != filter->object_id)
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1557 return true;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1558 if (v8 != OBJECT_Decoration)
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1559 {
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1560 MessageBoxA(nullptr, "Unsupported \"exclusion if no event\" type in CVis::is_part_of_selection", "E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Vis.cpp:207", 0);
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1561 return true;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1562 }
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1563 if (pLevelDecorations[object_idx].uCog || pLevelDecorations[object_idx].field_16_event_id)
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1564 return true;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1565 return pLevelDecorations[object_idx].IsInteractive();
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1566 }
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1567 if (object_type == filter->object_id)
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1568 {
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1569 if (object_type != OBJECT_Actor)
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1570 {
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1571 MessageBoxA(nullptr, "Default case reached in VIS", "E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Vis.cpp:245", 0);
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1572 return true;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1573 }
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1574
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1575 v10 = &pActors[object_idx];
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1576 int result = 1 << LOBYTE(v10->uAIState);
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1577 if ( result & filter->field_C
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1578 || !(result & filter->field_8)
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1579 || v5 & 8 && (result = MonsterStats::BelongsToSupertype(v10->pMonsterInfo.uID, MONSTER_SUPERTYPE_UNDEAD)) == 0 )
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1580 return false;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1581 if ( !(filter->field_10 & 1) )
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1582 return true;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1583
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1584 result = v10->GetActorsRelation(nullptr);
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1585 if (result == 0)
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1586 return false;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1587 return true;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1588 }
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1589 return false;
0
Ritor1
parents:
diff changeset
1590 }
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1591
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1592 case VisObjectType_Face:
0
Ritor1
parents:
diff changeset
1593 {
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1594 uint face_attrib = 0;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1595 bool no_event = true;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1596 if (uCurrentlyLoadedLevelType == LEVEL_Outdoor)
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1597 {
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1598 auto face = (ODMFace *)uD3DBillboardIdx_or_pBLVFace_or_pODMFace;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1599 no_event = face->sCogTriggeredID == 0;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1600 face_attrib = face->uAttributes;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1601 }
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1602 else if (uCurrentlyLoadedLevelType == LEVEL_Indoor)
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1603 {
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1604 auto face = (BLVFace *)uD3DBillboardIdx_or_pBLVFace_or_pODMFace;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1605 no_event = pIndoor->pFaceExtras[face->uFaceExtraID].uEventID == 0;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1606 face_attrib = face->uAttributes;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1607 }
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1608 else
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1609 assert(false);
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1610
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1611 if (filter->object_id != OBJECT_BLVDoor)
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1612 return true;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1613 if (no_event || face_attrib & filter->field_C)
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1614 return false;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1615 return (face_attrib & filter->field_8) != 0;
0
Ritor1
parents:
diff changeset
1616 }
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1617
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1618 default:
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1619 assert(false);
0
Ritor1
parents:
diff changeset
1620 }
Ritor1
parents:
diff changeset
1621 }
Ritor1
parents:
diff changeset
1622
Ritor1
parents:
diff changeset
1623 //----- (004C091D) --------------------------------------------------------
Ritor1
parents:
diff changeset
1624 bool Vis::DoesRayIntersectBillboard(float fDepth, unsigned int uD3DBillboardIdx)
Ritor1
parents:
diff changeset
1625 {
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1626 int v3; // eax@3
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1627 //signed int v5; // ecx@4
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1628 //float v6; // ST04_4@6
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1629 //float v7; // ST00_4@7
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1630 //int v8; // eax@10
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1631 //unsigned int v9; // eax@12
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1632 int v10; // eax@17
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1633 double v11; // st6@18
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1634 double v12; // st7@18
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1635 double v13; // st4@18
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1636 float v14; // ST0C_4@22
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1637 float v15; // ST08_4@22
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1638 //float v16; // ST04_4@23
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1639 //float v17; // ST00_4@24
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1640 //signed int v18; // eax@27
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1641 //unsigned int v19; // eax@29
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1642 double v20; // st6@32
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1643 double v21; // st7@32
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1644 int v22; // eax@32
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1645 double v23; // st7@36
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1646 //void *v24; // esi@40
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1647 float v25; // ST08_4@40
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1648 //float v26; // ST04_4@41
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1649 //float v27; // ST00_4@42
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1650 int v28; // eax@45
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1651 unsigned int v29; // eax@47
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1652 char result; // al@48
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1653 struct RenderVertexSoft pPickingRay[2];
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1654 //int v31; // [sp+20h] [bp-DCh]@5
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1655 struct RenderVertexSoft local_80[2];
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1656 //int v32; // [sp+80h] [bp-7Ch]@22
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1657 float v33; // [sp+E0h] [bp-1Ch]@33
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1658 float v34; // [sp+E4h] [bp-18h]@32
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1659 int v35; // [sp+E8h] [bp-14h]@5
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1660 int v36; // [sp+ECh] [bp-10h]@5
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1661 int v37; // [sp+F0h] [bp-Ch]@5
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1662 float v38; // [sp+F4h] [bp-8h]@17
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1663 //void *v39; // [sp+F8h] [bp-4h]@1
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1664 signed int v40; // [sp+108h] [bp+Ch]@17
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1665 float v41; // [sp+108h] [bp+Ch]@32
0
Ritor1
parents:
diff changeset
1666
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1667 static Vis_SelectionList Vis_static_stru_F91E10;
0
Ritor1
parents:
diff changeset
1668 Vis_static_stru_F91E10.uNumPointers = 0;
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1669 v3 = pRenderer->pBillboardRenderListD3D[uD3DBillboardIdx].uParentBillboardID;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1670 if (v3 == -1)
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1671 return false;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1672 if (pBillboardRenderList[v3].GetFloatZ() > fDepth)
0
Ritor1
parents:
diff changeset
1673 {
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1674 LABEL_49:
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1675 return false;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1676 }
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1677
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1678 v37 = pBillboardRenderList[v3].sZValue & 0xFFFF0000;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1679 GetPolygonCenter(pRenderer->pBillboardRenderListD3D[v3].pQuards, 4, (float *)&v35, (float *)&v36);
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1680 CastPickRay(pPickingRay, *(float *)&v35, *(float *)&v36, fDepth);
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1681 if (uCurrentlyLoadedLevelType == LEVEL_Indoor)
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1682 PickIndoorFaces_Mouse(fDepth, pPickingRay, &Vis_static_stru_F91E10, &vis_face_filter);
0
Ritor1
parents:
diff changeset
1683 else
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1684 PickOutdoorFaces_Mouse(fDepth, pPickingRay, &Vis_static_stru_F91E10, &vis_face_filter, false);
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1685 Vis_static_stru_F91E10.create_object_pointers();
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1686 sort_object_pointers(Vis_static_stru_F91E10.object_pointers, 0, Vis_static_stru_F91E10.uNumPointers - 1);
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1687 if (Vis_static_stru_F91E10.uNumPointers)
0
Ritor1
parents:
diff changeset
1688 {
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1689 if (Vis_static_stru_F91E10.object_pointers[0]->actual_z > pBillboardRenderList[v3].actual_z)
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1690 return 1;
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1691 }
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1692 else if ((double)(pViewport->uScreenX) <= *(float *)&v35 &&
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1693 (double)pViewport->uScreenZ >= *(float *)&v35 &&
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1694 (double)pViewport->uScreenY <= *(float *)&v36 &&
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1695 (double)pViewport->uScreenW >= *(float *)&v36)
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1696 return 1;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1697 v40 = 0;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1698 v10 = (int)&pRenderer->pBillboardRenderListD3D[uD3DBillboardIdx].pQuards[0].pos.y;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1699 LODWORD(v38) = (int)&pRenderer->pBillboardRenderListD3D[uD3DBillboardIdx].pQuards[0].pos.y;
0
Ritor1
parents:
diff changeset
1700 while ( 1 )
Ritor1
parents:
diff changeset
1701 {
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1702 v12 = *(float *)(v10 - 4);
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1703 v11 = *(float *)v10;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1704 v13 = *(float *)(v10 - 4);
0
Ritor1
parents:
diff changeset
1705 Vis_static_stru_F91E10.uNumPointers = 0;
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1706 if ( v13 >= (double)(pViewport->uScreenX))
0
Ritor1
parents:
diff changeset
1707 {
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1708 if ( v12 <= (double)pViewport->uScreenZ )
0
Ritor1
parents:
diff changeset
1709 {
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1710 if ( v11 >= (double)pViewport->uScreenY )
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1711 {
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1712 if ( v11 <= (double)pViewport->uScreenW )
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1713 {
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1714 v14 = v11;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1715 v15 = v12;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1716 CastPickRay(local_80, SLODWORD(v15), v14, fDepth);
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1717 if ( uCurrentlyLoadedLevelType == 1 )
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1718 PickIndoorFaces_Mouse(fDepth, local_80, &Vis_static_stru_F91E10, &vis_face_filter);
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1719 else
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1720 PickOutdoorFaces_Mouse(fDepth, local_80, &Vis_static_stru_F91E10, &vis_face_filter, false);
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1721 Vis_static_stru_F91E10.create_object_pointers();
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1722 sort_object_pointers(Vis_static_stru_F91E10.object_pointers, 0, Vis_static_stru_F91E10.uNumPointers - 1);
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1723 if ( !Vis_static_stru_F91E10.uNumPointers )
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1724 break;
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1725 else
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1726 {
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1727 //v18 = Vis_static_stru_F91E10.uNumPointers <= 0 ? 0 : (int);
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1728 //v19 = *(_DWORD *)(v18 + 4);
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1729 //LOWORD(v19) = 0;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1730 if (Vis_static_stru_F91E10.object_pointers[0]->actual_z > pBillboardRenderList[v3].actual_z)
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1731 break;
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1732 }
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1733 }
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1734 }
0
Ritor1
parents:
diff changeset
1735 }
Ritor1
parents:
diff changeset
1736 }
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1737 ++v40;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1738 v10 = LODWORD(v38) + 32;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1739 LODWORD(v38) += 32;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1740 if ( v40 >= 4 )
0
Ritor1
parents:
diff changeset
1741 {
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1742 if ( uCurrentlyLoadedLevelType != 2 )
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1743 return false;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1744 v21 = pRenderer->pBillboardRenderListD3D[uD3DBillboardIdx].pQuards[0].pos.x;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1745 v20 = pRenderer->pBillboardRenderListD3D[uD3DBillboardIdx].pQuards[3].pos.x;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1746 v22 = *(int *)(&pRenderer->pBillboardRenderListD3D[uD3DBillboardIdx].pQuards[0].pos.y);
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1747 v34 = pRenderer->pBillboardRenderListD3D[uD3DBillboardIdx].pQuards[3].pos.x;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1748 LODWORD(v38) = v22;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1749 v41 = pRenderer->pBillboardRenderListD3D[uD3DBillboardIdx].pQuards[1].pos.y;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1750 if ( v21 > v20 )
0
Ritor1
parents:
diff changeset
1751 {
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1752 v33 = v21;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1753 v21 = v34;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1754 v20 = v33;
0
Ritor1
parents:
diff changeset
1755 }
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1756 if ( v38 > (double)v41 )
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1757 v41 = v38;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1758 Vis_static_stru_F91E10.uNumPointers = 0;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1759 v23 = (v20 - v21) * 0.5;
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1760 if ( v23 < (double)(pViewport->uScreenX)
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1761 || v23 > (double)pViewport->uScreenZ
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1762 || (double)pViewport->uScreenY > v41
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1763 || (double)pViewport->uScreenW < v41
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1764 || ((v25 = v23, CastPickRay(local_80, SLODWORD(v25), v41, fDepth), uCurrentlyLoadedLevelType != 1) ?
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1765 (PickOutdoorFaces_Mouse(fDepth, local_80, &Vis_static_stru_F91E10, &vis_face_filter, false)) :
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1766 (PickIndoorFaces_Mouse(fDepth, local_80, &Vis_static_stru_F91E10, &vis_face_filter)),
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1767 (Vis_static_stru_F91E10.create_object_pointers(),
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1768 sort_object_pointers(Vis_static_stru_F91E10.object_pointers, 0, Vis_static_stru_F91E10.uNumPointers - 1),
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1769 Vis_static_stru_F91E10.uNumPointers)
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1770 && (Vis_static_stru_F91E10.uNumPointers <= 0 ? (v28 = 0) : (v28 = (int)Vis_static_stru_F91E10.object_pointers),
159
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1771 v29 = *(_DWORD *)(v28 + 4),
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1772 LOWORD(v29) = 0,
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1773 v29 <= v37)) )
3235bc4cf78e NPCDialogue
Ritor1
parents: 156
diff changeset
1774 return false;
0
Ritor1
parents:
diff changeset
1775 break;
Ritor1
parents:
diff changeset
1776 }
Ritor1
parents:
diff changeset
1777 }
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1778 return true;
0
Ritor1
parents:
diff changeset
1779 }
Ritor1
parents:
diff changeset
1780 // F93E18: using guessed type char static_byte_F93E18_init;
Ritor1
parents:
diff changeset
1781
Ritor1
parents:
diff changeset
1782 //----- (004C0D32) --------------------------------------------------------
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1783 void Vis::PickIndoorFaces_Keyboard(float pick_depth, Vis_SelectionList *list, Vis_SelectionFilter *filter)
0
Ritor1
parents:
diff changeset
1784 {
Ritor1
parents:
diff changeset
1785 int result; // eax@1
Ritor1
parents:
diff changeset
1786 signed int v5; // esi@2
Ritor1
parents:
diff changeset
1787 BLVFace *v6; // edi@4
Ritor1
parents:
diff changeset
1788 unsigned int v7; // eax@6
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1789 Vis_ObjectInfo *v8; // eax@6
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1790 //int v9; // ST18_4@7
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1791 //unsigned int v10; // ST1C_4@7
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1792 //unsigned int v11; // ecx@7
0
Ritor1
parents:
diff changeset
1793 signed int i; // [sp+18h] [bp-8h]@1
Ritor1
parents:
diff changeset
1794 Vis *thisa; // [sp+1Ch] [bp-4h]@1
Ritor1
parents:
diff changeset
1795
Ritor1
parents:
diff changeset
1796 result = 0;
Ritor1
parents:
diff changeset
1797 thisa = this;
Ritor1
parents:
diff changeset
1798 for ( i = 0; i < (signed int)pBspRenderer->uNumFaceIDs; ++i )
Ritor1
parents:
diff changeset
1799 {
Ritor1
parents:
diff changeset
1800 v5 = pBspRenderer->pFaceIDs[2 * result];
Ritor1
parents:
diff changeset
1801 if ( v5 >= 0 )
Ritor1
parents:
diff changeset
1802 {
Ritor1
parents:
diff changeset
1803 if ( v5 < (signed int)pIndoor->uNumFaces )
Ritor1
parents:
diff changeset
1804 {
Ritor1
parents:
diff changeset
1805 v6 = &pIndoor->pFaces[v5];
Ritor1
parents:
diff changeset
1806 if ( !pGame->pIndoorCameraD3D->IsCulled(&pIndoor->pFaces[v5]) )
Ritor1
parents:
diff changeset
1807 {
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1808 if ( is_part_of_selection(v6, filter) )
0
Ritor1
parents:
diff changeset
1809 {
Ritor1
parents:
diff changeset
1810 v7 = 8 * v5;
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1811 LOBYTE(v7) = 8 * v5 | OBJECT_BModel;
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1812 v8 = _4C1026(v6, v7, pick_depth);
0
Ritor1
parents:
diff changeset
1813 if ( v8 )
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 181
diff changeset
1814 list->AddObject(v8->object, v8->object_type, v8->sZValue);
0
Ritor1
parents:
diff changeset
1815 }
Ritor1
parents:
diff changeset
1816 }
Ritor1
parents:
diff changeset
1817 }
Ritor1
parents:
diff changeset
1818 }
Ritor1
parents:
diff changeset
1819 result = i + 1;
Ritor1
parents:
diff changeset
1820 }
Ritor1
parents:
diff changeset
1821 }
Ritor1
parents:
diff changeset
1822
Ritor1
parents:
diff changeset
1823 //----- (004C0DEA) --------------------------------------------------------
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1824 void Vis::PickOutdoorFaces_Keyboard(float pick_depth, Vis_SelectionList *list, Vis_SelectionFilter *filter)
0
Ritor1
parents:
diff changeset
1825 {
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1826 for (uint i = 0; i < pOutdoor->uNumBModels; ++i)
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1827 {
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1828 int v17;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1829 if (!IsBModelVisible(i, &v17))
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1830 continue;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1831 if (!v17)
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1832 continue;
0
Ritor1
parents:
diff changeset
1833
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1834 auto bmodel = pOutdoor->pBModels + i;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1835 for (uint j = 0; j < bmodel->uNumFaces; ++j)
0
Ritor1
parents:
diff changeset
1836 {
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1837 auto face = bmodel->pFaces + j;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1838
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1839 if (is_part_of_selection(face, filter) )
0
Ritor1
parents:
diff changeset
1840 {
196
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1841 BLVFace blv_face;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1842 blv_face.FromODM(face);
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1843
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1844 int pid = 8 * (j | (i << 6)) | OBJECT_BModel;
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1845 if (auto object_info = _4C1026(&blv_face, pid, pick_depth))
982c1ec5a983 More picking stuff
Nomad
parents: 194
diff changeset
1846 list->AddObject(object_info->object, object_info->object_type, object_info->sZValue);
0
Ritor1
parents:
diff changeset
1847 }
Ritor1
parents:
diff changeset
1848 }
Ritor1
parents:
diff changeset
1849 }
Ritor1
parents:
diff changeset
1850 }