]> git.pond.sub.org Git - empserver/blob - src/lib/global/nsc.c
Import of Empire 4.2.12
[empserver] / src / lib / global / nsc.c
1 /*
2  *  Empire - A multi-player, client/server Internet based war game.
3  *  Copyright (C) 1986-2000, Dave Pare, Jeff Bailey, Thomas Ruschak,
4  *                           Ken Stevens, Steve McClure
5  *
6  *  This program is free software; you can redistribute it and/or modify
7  *  it under the terms of the GNU General Public License as published by
8  *  the Free Software Foundation; either version 2 of the License, or
9  *  (at your option) any later version.
10  *
11  *  This program is distributed in the hope that it will be useful,
12  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
13  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  *  GNU General Public License for more details.
15  *
16  *  You should have received a copy of the GNU General Public License
17  *  along with this program; if not, write to the Free Software
18  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19  *
20  *  ---
21  *
22  *  See the "LEGAL", "LICENSE", "CREDITS" and "README" files for all the
23  *  related information and legal notices. It is expected that any future
24  *  projects/authors will amend these files as needed.
25  *
26  *  ---
27  *
28  *  nscglb.c: Empire selection global structures
29  * 
30  *  Known contributors to this file:
31  *  
32  */
33
34 #include <struct.h>
35 #include "misc.h"
36 #include "var.h"
37 #include "xy.h"
38 #include "loan.h"
39 #include "nsc.h"
40 #include "news.h"
41 #include "nuke.h"
42 #include "plane.h"
43 #include "ship.h"
44 #include "land.h"
45 #include "sect.h"
46 #include "trade.h"
47 #include "treaty.h"
48 #include "genitem.h"
49 #include "nat.h"
50 #include "map.h"
51 #include "commodity.h"
52 #include "lost.h"
53
54 struct  castr   var_ca[]    = {
55 { NSC_DEITY | NSC_VAR | V_PSTAGE,       "pstage",0,0 },
56 { NSC_DEITY | NSC_VAR | V_PTIME,        "ptime",0,0 },
57 { NSC_DEITY | NSC_VAR | V_CHE,  "che",0,0 },
58 { NSC_DEITY | NSC_VAR | V_MINE, "lmine",0,0 },
59 { NSC_VAR | V_FALLOUT,  "fallout",0,0 },
60 { NSC_ROUND | NSC_VAR | V_CIVIL,        "civil",0,0 },
61 { NSC_ROUND | NSC_VAR | V_MILIT,        "milit",0,0 },
62 { NSC_ROUND | NSC_VAR | V_SHELL,        "shell",0,0 },
63 { NSC_ROUND | NSC_VAR | V_GUN,  "gun",0,0 },
64 { NSC_ROUND | NSC_VAR | V_PETROL,       "petrol",0,0 },
65 { NSC_ROUND | NSC_VAR | V_IRON, "iron",0,0 },
66 { NSC_ROUND | NSC_VAR | V_DUST, "dust",0,0 },
67 { NSC_ROUND | NSC_VAR | V_BAR,  "bar",0,0 },
68 { NSC_ROUND | NSC_VAR | V_FOOD, "food",0,0 },
69 { NSC_ROUND | NSC_VAR | V_OIL,  "oil",0,0 },
70 { NSC_ROUND | NSC_VAR | V_LCM,  "lcm",0,0 },
71 { NSC_ROUND | NSC_VAR | V_HCM,  "hcm",0,0 },
72 { NSC_ROUND | NSC_VAR | V_UW,           "uw",0,0 },
73 { NSC_ROUND | NSC_VAR | V_RAD,  "rad",0,0 },
74 { NSC_VAR | V_CDIST,    "c_dist",0,0 },
75 { NSC_VAR | V_MDIST,    "m_dist",0,0 },
76 { NSC_VAR | V_UDIST,    "u_dist",0,0 },
77 { NSC_VAR | V_SDIST,    "s_dist",0,0 },
78 { NSC_VAR | V_GDIST,    "g_dist",0,0 },
79 { NSC_VAR | V_PDIST,    "p_dist",0,0 },
80 { NSC_VAR | V_IDIST,    "i_dist",0,0 },
81 { NSC_VAR | V_DDIST,    "d_dist",0,0 },
82 { NSC_VAR | V_BDIST,    "b_dist",0,0 },
83 { NSC_VAR | V_FDIST,    "f_dist",0,0 },
84 { NSC_VAR | V_ODIST,    "o_dist",0,0 },
85 { NSC_VAR | V_LDIST,    "l_dist",0,0 },
86 { NSC_VAR | V_HDIST,    "h_dist",0,0 },
87 { NSC_VAR | V_RDIST,    "r_dist",0,0 },
88 { NSC_VAR | V_CDEL,     "c_del",0,0 },
89 { NSC_VAR | V_MDEL,     "m_del",0,0 },
90 { NSC_VAR | V_UDEL,     "u_del",0,0 },
91 { NSC_VAR | V_SDEL,     "s_del",0,0 },
92 { NSC_VAR | V_GDEL,     "g_del",0,0 },
93 { NSC_VAR | V_PDEL,     "p_del",0,0 },
94 { NSC_VAR | V_IDEL,     "i_del",0,0 },
95 { NSC_VAR | V_DDEL,     "d_del",0,0 },
96 { NSC_VAR | V_BDEL,     "b_del",0,0 },
97 { NSC_VAR | V_FDEL,     "f_del",0,0 },
98 { NSC_VAR | V_ODEL,     "o_del",0,0 },
99 { NSC_VAR | V_LDEL,     "l_del",0,0 },
100 { NSC_VAR | V_HDEL,     "h_del",0,0 },
101 { NSC_VAR | V_RDEL,     "r_del",0,0 },
102 { 0,    0,      0,0 }
103 };
104
105 struct  castr   sect_ca[]    = {
106 #ifndef apollo
107 { NSC_UCHAR|fldoff(sctstr, sct_own),"owner",0,0 },
108 { NSC_XCOORD|fldoff(sctstr, sct_x), "xloc",0,0 },
109 { NSC_YCOORD|fldoff(sctstr, sct_y), "yloc",0,0 },
110 { NSC_UCHAR|fldoff(sctstr, sct_type), "des",0,0 },
111 { NSC_ROUND|NSC_UCHAR|fldoff(sctstr, sct_effic), "effic",0,0 },
112 { NSC_SHORT|fldoff(sctstr, sct_mobil), "mobil",0,0 },
113 { NSC_UCHAR|fldoff(sctstr, sct_terr), "terr",0,0 },
114 { NSC_UCHAR|fldoff(sctstr, sct_terr), "terr0",0,0 },
115 { NSC_UCHAR|fldoff(sctstr, sct_terr1), "terr1",0,0 },
116 { NSC_UCHAR|fldoff(sctstr, sct_terr2), "terr2",0,0 },
117 { NSC_UCHAR|fldoff(sctstr, sct_terr3), "terr3",0,0 },
118 { NSC_UCHAR|fldoff(sctstr, sct_work), "work",0,0 },
119 { NSC_UCHAR|fldoff(sctstr, sct_coastal), "coastal",0,0 },
120 { NSC_UCHAR|fldoff(sctstr, sct_newtype), "newdes",0,0 },
121 { NSC_UCHAR|fldoff(sctstr, sct_min), "min",0,0 },
122 { NSC_UCHAR|fldoff(sctstr, sct_gmin), "gold",0,0 },
123 { NSC_UCHAR|fldoff(sctstr, sct_fertil), "fert",0,0 },
124 { NSC_UCHAR|fldoff(sctstr, sct_oil), "ocontent",0,0 },
125 { NSC_UCHAR|fldoff(sctstr, sct_uran), "uran",0,0 },
126 { NSC_UCHAR|fldoff(sctstr, sct_oldown), "oldown",0,0 },
127 { NSC_UCHAR|fldoff(sctstr, sct_off), "off",0,0 },
128 { NSC_XCOORD|fldoff(sctstr, sct_dist_x), "xdist",0,0 },
129 { NSC_YCOORD|fldoff(sctstr, sct_dist_y), "ydist",0,0 },
130 { NSC_SHORT|fldoff(sctstr, sct_avail), "avail",0,0 },
131 { NSC_UCHAR|fldoff(sctstr, sct_road), "road",0,0 },
132 { NSC_UCHAR|fldoff(sctstr, sct_rail), "rail",0,0 },
133 { NSC_UCHAR|fldoff(sctstr, sct_defense), "dfense",0,0 },
134 { NSC_TIME|fldoff(sctstr, sct_timestamp), "timestamp",0,0 },
135 #endif
136 { 0,    0,      0,0 }
137 };
138
139 #define NSC_GENITEM \
140 { NSC_UCHAR | fldoff(genitem, own), "owner",0,0 },\
141 { NSC_SHORT | fldoff(genitem, uid), "uid",0,0 },\
142 { NSC_XCOORD | fldoff(genitem, x), "xloc",0,0 },\
143 { NSC_YCOORD | fldoff(genitem, y), "yloc",0,0 },\
144 { NSC_UCHAR | fldoff(genitem, type), "type",0,0 },\
145 { NSC_ROUND | NSC_UCHAR | fldoff(genitem, effic), "effic",0,0 },\
146 { NSC_CHAR  | fldoff(genitem, mobil), "mobil",0,0 },\
147 { NSC_SHORT | fldoff(genitem, sell), "sell",0,0 },\
148 { NSC_ROUND | NSC_SHORT | fldoff(genitem, tech), "tech",0,0 },\
149 { NSC_CHAR | fldoff(genitem, group), "group",0,0 },\
150 { NSC_XCOORD | fldoff(genitem, opx), "opx",0,0 },\
151 { NSC_YCOORD | fldoff(genitem, opy), "opy",0,0 },\
152 { NSC_SHORT | fldoff(genitem, mission), "mission",0,0 }
153
154 struct  castr   genitem_ca[] = {
155 #ifndef apollo
156 NSC_GENITEM,
157 #endif
158 {0,     0,      0,0 }
159 };
160
161 struct  castr   ship_ca[]    = {
162 #ifndef apollo
163 NSC_GENITEM,
164 { NSC_CHAR | fldoff(shpstr, shp_fleet), "fleet",0,0 },
165 { NSC_CHAR | fldoff(shpstr, shp_nplane), "nplane",0,0 },
166 { NSC_TIME | fldoff(shpstr, shp_timestamp), "timestamp",0,0 },
167 { NSC_UCHAR | fldoff(shpstr, shp_fuel), "fuel",0,0 },
168 { NSC_UCHAR | fldoff(shpstr, shp_nxlight), "nxlight",0,0 },
169 { NSC_UCHAR | fldoff(shpstr, shp_nchoppers), "nchoppers",0,0 },
170 { NSC_UCHAR | fldoff(shpstr, shp_autonav), "autonav",0,0 },
171 #endif
172 { 0,    0,      0,0 }
173 };
174
175 struct  castr   plane_ca[]    = {
176 #ifndef apollo
177 NSC_GENITEM,
178 { NSC_UCHAR | fldoff(plnstr, pln_wing), "wing",0,0 },
179 { NSC_UCHAR | fldoff(plnstr, pln_range), "range",0,0 },
180 { NSC_SHORT | fldoff(plnstr, pln_ship), "ship",0,0 },
181 { NSC_UCHAR | fldoff(plnstr, pln_att), "att",0,0 },
182 { NSC_UCHAR | fldoff(plnstr, pln_def), "def",0,0 },
183 { NSC_UCHAR | fldoff(plnstr, pln_harden), "harden",0,0 },
184 { NSC_UCHAR | fldoff(plnstr, pln_nuketype), "nuketype",0,0 },
185 { NSC_UCHAR | fldoff(plnstr, pln_flags), "flags",0,0 },
186 { NSC_SHORT | fldoff(plnstr, pln_land), "land",0,0 },
187 { NSC_TIME | fldoff(plnstr, pln_timestamp), "timestamp",0,0 },
188 #endif
189 { 0,    0,      0,0 }
190 };
191
192 struct  castr   land_ca[]    = {
193 #ifndef apollo
194 NSC_GENITEM,
195 { NSC_CHAR | fldoff(lndstr, lnd_army), "army",0,0 },
196 { NSC_SHORT | fldoff(lndstr, lnd_ship), "ship",0,0 },
197 { NSC_SHORT | fldoff(lndstr, lnd_land), "land",0,0 },
198 { NSC_CHAR | fldoff(lndstr, lnd_harden), "harden",0,0 },
199 { NSC_SHORT | fldoff(lndstr, lnd_retreat), "retreat",0,0 },
200 { NSC_UCHAR | fldoff(lndstr, lnd_fuel), "fuel",0,0 },
201 { NSC_UCHAR | fldoff(lndstr, lnd_nxlight), "nxlight",0,0 },
202 { NSC_FLOAT | fldoff(lndstr, lnd_att), "att",0,0 },
203 { NSC_FLOAT | fldoff(lndstr, lnd_def), "def",0,0 },
204 { NSC_INT | fldoff(lndstr, lnd_vul), "vul",0,0 },
205 { NSC_INT | fldoff(lndstr, lnd_spd), "spd",0,0 },
206 { NSC_INT | fldoff(lndstr, lnd_vis), "vis",0,0 },
207 { NSC_INT | fldoff(lndstr, lnd_spy), "spy",0,0 },
208 { NSC_INT | fldoff(lndstr, lnd_rad), "rad",0,0 },
209 { NSC_INT | fldoff(lndstr, lnd_frg), "frg",0,0 },
210 { NSC_INT | fldoff(lndstr, lnd_acc), "acc",0,0 },
211 { NSC_INT | fldoff(lndstr, lnd_dam), "dam",0,0 },
212 { NSC_INT | fldoff(lndstr, lnd_ammo), "ammo",0,0 },
213 { NSC_INT | fldoff(lndstr, lnd_aaf), "aaf",0,0 },
214 { NSC_UCHAR | fldoff(lndstr, lnd_fuelc), "fuelc",0,0 },
215 { NSC_UCHAR | fldoff(lndstr, lnd_fuelu), "fuelu",0,0 },
216 { NSC_UCHAR | fldoff(lndstr, lnd_maxlight), "maxlight",0,0 },
217 { NSC_TIME | fldoff(lndstr, lnd_timestamp), "timestamp",0,0 },
218 #endif
219 { 0,    0,      0,0 }
220 };
221
222 struct  castr   nuke_ca[]    = {
223 #ifndef apollo
224 { NSC_UCHAR | fldoff(nukstr, nuk_own), "owner",0,0 },
225 { NSC_SHORT | fldoff(nukstr, nuk_uid), "uid",0,0 },
226 { NSC_XCOORD | fldoff(nukstr, nuk_x), "xloc",0,0 },
227 { NSC_YCOORD | fldoff(nukstr, nuk_y), "yloc",0,0 },
228 { NSC_CHAR | fldoff(nukstr, nuk_n), "number",0,0 },
229 #if !defined(_WIN32)
230 { NSC_CHAR | fldoff(nukstr, nuk_types[0]),"types",N_MAXNUKE,0 },
231 #else
232 { NSC_CHAR | fldoff(nukstr, nuk_types),"types",N_MAXNUKE,0 },
233 #endif
234 { NSC_TIME | fldoff(nukstr, nuk_timestamp), "timestamp",0,0 },
235 #endif
236 { 0,    0,      0,0 }
237 };
238
239 struct  castr   treaty_ca[]    = {
240 #ifndef apollo
241 { NSC_UCHAR | fldoff(trtstr, trt_cna), "cna",0,0 },
242 { NSC_UCHAR | fldoff(trtstr, trt_cnb), "cnb",0,0 },
243 { NSC_UCHAR | fldoff(trtstr, trt_status), "status",0,0 },
244 { NSC_SHORT | fldoff(trtstr, trt_acond), "acond",0,0 },
245 { NSC_SHORT | fldoff(trtstr, trt_bcond), "bcond",0,0 },
246 { NSC_LONG | fldoff(trtstr, trt_exp), "exp",0,0 },
247 #endif
248 { 0,    0,      0,0 }
249 };
250
251 struct  castr   loan_ca[]    = {
252 #ifndef apollo
253 { NSC_UCHAR | fldoff(lonstr, l_loner), "loaner",0,0 },
254 { NSC_SHORT | fldoff(lonstr, l_uid),   "uid", 0, 0 },
255 { NSC_UCHAR | fldoff(lonstr, l_lonee), "loanee",0,0 },
256 { NSC_CHAR | fldoff(lonstr, l_status), "status",0,0 },
257 { NSC_SHORT | fldoff(lonstr, l_sell), "sell",0,0 },
258 { NSC_INT | fldoff(lonstr, l_irate), "irate",0,0 },
259 { NSC_INT | fldoff(lonstr, l_ldur), "ldur",0,0 },
260 { NSC_LONG | fldoff(lonstr, l_amtpaid), "amtpaid",0,0 },
261 { NSC_LONG | fldoff(lonstr, l_amtdue), "amtdue",0,0 },
262 { NSC_TIME | fldoff(lonstr, l_lastpay), "lastpay",0,0 },
263 { NSC_TIME | fldoff(lonstr, l_duedate), "duedate",0,0 },
264 #endif
265 { 0,    0,      0,0 }
266 };
267
268 struct  castr   news_ca[]    = {
269 #ifndef apollo
270 { NSC_CHAR | fldoff(nwsstr, nws_ano), "actor",0,0 },
271 { NSC_CHAR | fldoff(nwsstr, nws_vrb), "action",0,0 },
272 { NSC_CHAR | fldoff(nwsstr, nws_vno), "victim",0,0 },
273 { NSC_CHAR | fldoff(nwsstr, nws_ntm), "times",0,0 },
274 { NSC_LONG | fldoff(nwsstr, nws_when), "time",0,0 },
275 #endif
276 { 0,    0,      0,0 }
277 };
278
279 struct castr lost_ca[] = {
280 { NSC_UCHAR | fldoff(loststr, lost_owner), "owner", 0, 0 },
281 { NSC_INT | fldoff(loststr, lost_uid), "uid", 0, 0 },
282 { NSC_UCHAR | fldoff(loststr, lost_type), "type", 0, 0 },
283 { NSC_XCOORD | fldoff(loststr, lost_x), "x", 0, 0 },
284 { NSC_YCOORD | fldoff(loststr, lost_y), "y", 0, 0 },
285 { NSC_TIME | fldoff(loststr, lost_timestamp), "timestamp", 0, 0 },
286 { 0, 0, 0, 0 }
287 };
288
289 struct  castr   commodity_ca[] = {
290 { NSC_UCHAR | fldoff(comstr, com_owner), "owner",0,0 },
291 { NSC_SHORT | fldoff(comstr, com_uid), "uid",0,0 },
292 { NSC_UCHAR | fldoff(comstr, com_type), "type",0,0 },
293 { NSC_INT | fldoff(comstr, com_amount), "amount",0,0 },
294 { NSC_FLOAT | fldoff(comstr, com_price), "price",0,0 },
295 { NSC_INT | fldoff(comstr, com_maxbidder), "maxbidder",0,0 },
296 { NSC_FLOAT | fldoff(comstr, com_maxprice), "maxprice",0,0 },
297 { NSC_TIME | fldoff(comstr, com_markettime), "markettime",0,0 },
298 { NSC_INT | fldoff(comstr, com_x), "xloc",0,0 },
299 { NSC_INT | fldoff(comstr, com_y), "yloc",0,0 },
300 { NSC_XCOORD | fldoff(comstr, sell_x), "xsell",0,0 },
301 { NSC_YCOORD | fldoff(comstr, sell_y), "ysell",0,0 },
302 { 0,    0,      0,0 }
303 };
304
305 struct  castr   trade_ca[]    = {
306 #ifndef apollo
307 { NSC_UCHAR | fldoff(trdstr, trd_owner), "owner",0,0 },
308 { NSC_SHORT | fldoff(trdstr, trd_uid),   "uid", 0, 0 },
309 { NSC_UCHAR | fldoff(trdstr, trd_type), "type",0,0 },
310 { NSC_SHORT | fldoff(trdstr, trd_unitid), "unitid",0,0 },
311 { NSC_LONG | fldoff(trdstr, trd_price), "price",0,0 },
312 { NSC_INT | fldoff(trdstr, trd_maxbidder), "maxbidder",0,0 },
313 { NSC_INT | fldoff(trdstr, trd_maxprice), "maxprice",0,0 },
314 { NSC_TIME | fldoff(trdstr, trd_markettime), "markettime",0,0 },
315 { NSC_XCOORD | fldoff(trdstr, trd_x), "xloc",0,0 },
316 { NSC_YCOORD | fldoff(trdstr, trd_y), "yloc",0,0 },
317 #endif
318 { 0,    0,      0,0 }
319 };
320
321 struct castr    nat_ca[] = {
322 { NSC_UCHAR | fldoff(natstr, nat_cnum),"cnum",0,0 },
323 #if !defined(_WIN32)
324 { NSC_CHAR | fldoff(natstr, nat_cnam[0]),"cnam",20,0 },
325 { NSC_DEITY | NSC_CHAR | fldoff(natstr, nat_pnam[0]),"pnam",20,0 },
326 #else
327 { NSC_CHAR | fldoff(natstr, nat_cnam),"cnam",20,0 },
328 { NSC_DEITY | NSC_CHAR | fldoff(natstr, nat_pnam),"pnam",20,0 },
329 #endif
330 { NSC_XCOORD | fldoff(natstr, nat_xstart),"xstart",0,0 },
331 { NSC_YCOORD | fldoff(natstr, nat_ystart),"ystart",0,0 },
332 { NSC_XCOORD | fldoff(natstr, nat_xcap),"xcap",0,0 },
333 { NSC_YCOORD | fldoff(natstr, nat_ycap),"ycap",0,0 },
334 { NSC_DEITY | NSC_XCOORD | fldoff(natstr, nat_xorg),"xorg",0,0 },
335 { NSC_DEITY | NSC_YCOORD | fldoff(natstr, nat_yorg),"yorg",0,0 },
336 #ifdef MAYBE_LATER
337 { NSC_CHAR | fldoff(natstr, nat_stat),"stat",0,0 },
338 { NSC_CHAR | fldoff(natstr, nat_dayno),"dayno",0,0 },
339 { NSC_CHAR | fldoff(natstr, nat_update),"update",0,0 },
340 { NSC_UCHAR | fldoff(natstr, nat_missed),"missed",0,0 },
341 #endif /* MAYBE_LATER */
342 { NSC_USHORT | fldoff(natstr, nat_tgms),"tgms",0,0 },
343 { NSC_USHORT | fldoff(natstr, nat_ann),"ann",0,0 },
344 { NSC_USHORT | fldoff(natstr, nat_minused),"minused",0,0 },
345 { NSC_SHORT | fldoff(natstr, nat_btu),"btu",0,0 },
346 { NSC_LONG | fldoff(natstr, nat_reserve),"reserve",0,0 },
347 { NSC_LONG | fldoff(natstr, nat_money),"money",0,0 },
348 #ifdef MAYBE_LATER
349 { NSC_LONG | fldoff(natstr, nat_last_login),"last_login",0,0 },
350 { NSC_LONG | fldoff(natstr, nat_last_logout),"last_logout",0,0 },
351 { NSC_LONG | fldoff(natstr, nat_newstim),"newstim",0,0 },
352 #endif /* MAYBE_LATER */
353 #if !defined(_WIN32)
354 { NSC_FLOAT | fldoff(natstr, nat_level[0]),"level",4,0 },
355 #else
356 { NSC_FLOAT | fldoff(natstr, nat_level),"level",4,0 },
357 #endif
358 /* NSC_SHORT | fldoff(natstr, nat_relate[0]),"relate",MAXNOC,0, */
359 /* NSC_CHAR | fldoff(natstr, nat_priorities[0]),"priorities",39,0, */
360 /* NSC_LONG | fldoff(natstr, nat_flags),"flags",0,0, */
361 { 0,    0,      0,0 }
362 };
363
364 struct castr    map_ca[] = {
365 { NSC_XCOORD | fldoff(mapstr, map_x),"x",0,0 },
366 { NSC_YCOORD | fldoff(mapstr, map_y),"y",0,0 },
367 { NSC_CHAR | fldoff(mapstr, map_des),"des",0,0 },
368 { 0,    0,      0,0 }
369 };
370