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.103 by root, Sun Nov 4 01:01:13 2012 UTC vs.
Revision 1.105 by root, Wed Nov 14 06:21:39 2012 UTC

26#define LIBPROTO_H_ 26#define LIBPROTO_H_
27 27
28/* anim.c */ 28/* anim.c */
29void free_all_anim (); 29void free_all_anim ();
30void init_anim (); 30void init_anim ();
31int find_animation (const char *name);
32void animate_object (object *op, int dir); 31void animate_object (object *op, int dir);
33/* arch.c */ 32/* arch.c */
34archetype *find_archetype_by_object_name (const char *name); 33archetype *find_archetype_by_object_name (const char *name);
35archetype *find_archetype_by_object_type_name (int type, const char *name); 34archetype *find_archetype_by_object_type_name (int type, const char *name);
36object *get_archetype_by_skill_name (const char *skill, int type); 35object *get_archetype_by_skill_name (const char *skill, int type);
113void free_objectlinkpt (oblinkpt *obp); 112void free_objectlinkpt (oblinkpt *obp);
114/* living.c */ 113/* living.c */
115void change_attr_value (living *stats, int attr, sint8 value); 114void change_attr_value (living *stats, int attr, sint8 value);
116void check_stat_bounds (living *stats); 115void check_stat_bounds (living *stats);
117int change_abil (object *op, object *tmp); 116int change_abil (object *op, object *tmp);
118int allowed_class (const object *op);
119void set_dragon_name (object *pl, const object *abil, const object *skin); 117void set_dragon_name (object *pl, const object *abil, const object *skin);
120object *give_skill_by_name (object *op, const char *skill_name); 118object *give_skill_by_name (object *op, const char *skill_name);
121void player_lvl_adj (object *who, object *op); 119void player_lvl_adj (object *who, object *op);
122sint64 level_exp (int level, double expmul); 120sint64 level_exp (int level, double expmul);
123void calc_perm_exp (object *op); 121void calc_perm_exp (object *op);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines