ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/map.h
(Generate patch)

Comparing deliantra/server/include/map.h (file contents):
Revision 1.1.1.1 by root, Fri Feb 3 07:12:49 2006 UTC vs.
Revision 1.1.1.2 by elmex, Wed Feb 22 18:01:58 2006 UTC

1/* 1/*
2 * static char *rcsid_define_h = 2 * static char *rcsid_define_h =
3 * "$Id: map.h,v 1.1.1.1 2006/02/03 07:12:49 root Exp $"; 3 * "$Id: map.h,v 1.1.1.2 2006/02/22 18:01:58 elmex Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
248 * to be the same as name*/ 248 * to be the same as name*/
249 const char *msg; /* the description of the region */ 249 const char *msg; /* the description of the region */
250 uint32 counter; /* A generic counter for holding temporary data. */ 250 uint32 counter; /* A generic counter for holding temporary data. */
251 sint8 fallback; /* whether, in the event of a region not existing, 251 sint8 fallback; /* whether, in the event of a region not existing,
252 * this should be the one we fall back on as the default */ 252 * this should be the one we fall back on as the default */
253 char *jailmap; /*where a player that is arrested in this region should be imprisoned.*/
254 sint16 jailx, jaily; /* The coodinates in jailmap to which the player should be sent. */
253} region; 255} region;
254 256
255 257
256typedef struct shopitem { 258typedef struct shopitem {
257 const char *name; /* name of the item in question, null if it is the default item */ 259 const char *name; /* name of the item in question, null if it is the default item */
315 char *shoprace; /* the preffered race of the local shopkeeper */ 317 char *shoprace; /* the preffered race of the local shopkeeper */
316 double shopgreed; /* how much our shopkeeper overcharges */ 318 double shopgreed; /* how much our shopkeeper overcharges */
317 uint64 shopmin; /* minimum price a shop will trade for */ 319 uint64 shopmin; /* minimum price a shop will trade for */
318 uint64 shopmax; /* maximum price a shop will offer */ 320 uint64 shopmax; /* maximum price a shop will offer */
319 char *msg; /* Message map creator may have left */ 321 char *msg; /* Message map creator may have left */
322 char *maplore; /* Map lore information */
320 char *tile_path[4]; /* path to adjoining maps */ 323 char *tile_path[4]; /* path to adjoining maps */
321 struct mapdef *tile_map[4]; /* Next map, linked list */ 324 struct mapdef *tile_map[4]; /* Next map, linked list */
322} mapstruct; 325} mapstruct;
323 326
324/* This is used by get_rangevector to determine where the other 327/* This is used by get_rangevector to determine where the other

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines