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

Comparing deliantra/server/include/libproto.h (file contents):
Revision 1.86 by root, Sun Apr 4 04:58:46 2010 UTC vs.
Revision 1.88 by root, Tue Apr 13 02:39:53 2010 UTC

101int get_power_from_ench (int ench); 101int get_power_from_ench (int ench);
102int calc_item_power (const object *op, int flag); 102int calc_item_power (const object *op, int flag);
103const typedata *get_typedata (int itemtype); 103const typedata *get_typedata (int itemtype);
104const typedata *get_typedata_by_name (const char *name); 104const typedata *get_typedata_by_name (const char *name);
105const char *describe_resistance (const object *op, int newline); 105const char *describe_resistance (const object *op, int newline);
106const char *get_levelnumber (int i); 106const char *ordinal (int i);
107const char *describe_item (const object *op, object *owner); 107const char *describe_item (const object *op, object *owner);
108int is_magical (const object *op); 108int is_magical (const object *op);
109int need_identify (const object *op); 109int need_identify (const object *op);
110void identify (object *op); 110void identify (object *op);
111void examine (object *op, object *tmp); 111void examine (object *op, object *tmp);
247int set_variable (object *op, char *buf); 247int set_variable (object *op, char *buf);
248void init_vars (); 248void init_vars ();
249char *get_ob_diff (object *op, object *op2); 249char *get_ob_diff (object *op, object *op2);
250bool load_resource_file_ (const char *filename); 250bool load_resource_file_ (const char *filename);
251/* map.c */ 251/* map.c */
252maptile *find_style (const char *dirname, const char *stylename, int difficulty); 252maptile *find_style (const char *dirname, const char *stylename, int difficulty, bool recurse = false);
253object *pick_random_object (maptile *style); 253object *pick_random_object (maptile *style);
254 254
255/* former funcpoint.h */ 255/* former funcpoint.h */
256/* 256/*
257 * These function-pointers are defined in common/glue.c 257 * These function-pointers are defined in common/glue.c

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines