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.89 by root, Thu Apr 15 02:51:39 2010 UTC vs.
Revision 1.91 by root, Thu Apr 15 22:11:48 2010 UTC

61void do_mood_floor (object *op, object *source = 0); 61void do_mood_floor (object *op, object *source = 0);
62object *check_inv_recursive (object *op, const object *trig); 62object *check_inv_recursive (object *op, const object *trig);
63void check_inv (object *op, object *trig); 63void check_inv (object *op, object *trig);
64void verify_button_links (const maptile *map); 64void verify_button_links (const maptile *map);
65/* exp.c */ 65/* exp.c */
66int exp_to_level (sint64 exp);
67sint64 level_to_min_exp (int level);
66int new_exp (const object *ob); 68int new_exp (const object *ob);
67void init_experience (); 69void init_experience ();
68void dump_experience ();
69/* friend.c */ 70/* friend.c */
70void add_friendly_object (object *op); 71void add_friendly_object (object *op);
71void remove_friendly_object (object *op); 72void remove_friendly_object (object *op);
72void dump_friendly_objects (); 73void dump_friendly_objects ();
73void clean_friendly_list (); 74void clean_friendly_list ();
169int can_pick (const object *who, const object *item); 170int can_pick (const object *who, const object *item);
170object *find_obj_by_type_subtype (const object *who, int type, int subtype); 171object *find_obj_by_type_subtype (const object *who, int type, int subtype);
171/* path.c */ 172/* path.c */
172char *path_combine (const char *src, const char *dst); 173char *path_combine (const char *src, const char *dst);
173char *path_combine_and_normalize (const char *src, const char *dst); 174char *path_combine_and_normalize (const char *src, const char *dst);
174/* porting.c */
175void remove_directory (const char *path);
176char *ltostr10 (signed long n);
177char *doubletostr10 (double v);
178FILE *open_and_uncompress (const char *name, int flag, int *compressed);
179void close_and_delete (FILE *fp, int compressed);
180void make_path_to_file (char *filename);
181/* player.c */ 175/* player.c */
182void free_player (player *pl); 176void free_player (player *pl);
183int atnr_is_dragon_enabled (int attacknr); 177int atnr_is_dragon_enabled (int attacknr);
184/* quest.c */ 178/* quest.c */
185int quest_is_quest_marker (const object *marker, int task); 179int quest_is_quest_marker (const object *marker, int task);
237int random_roll (int min, int max, const object *op, int goodbad); 231int random_roll (int min, int max, const object *op, int goodbad);
238sint64 random_roll64 (sint64 min, sint64 max, const object *op, int goodbad); 232sint64 random_roll64 (sint64 min, sint64 max, const object *op, int goodbad);
239int die_roll (int num, int size, const object *op, int goodbad); 233int die_roll (int num, int size, const object *op, int goodbad);
240materialtype_t *name_to_material (const shstr_tmp name); 234materialtype_t *name_to_material (const shstr_tmp name);
241void transmute_materialname (object *op, const object *change); 235void transmute_materialname (object *op, const object *change);
242void strip_media_tag (char *message);
243void strip_endline (char *buf); 236void strip_endline (char *buf);
244void replace (const char *src, const char *key, const char *replacement, char *result, size_t resultsize); 237void replace (const char *src, const char *key, const char *replacement, char *result, size_t resultsize);
245/* loader.c */ 238/* loader.c */
246int set_variable (object *op, char *buf); 239int set_variable (object *op, char *buf);
247void init_vars (); 240void init_vars ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines