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

Comparing deliantra/server/include/sproto.h (file contents):
Revision 1.54 by pippijn, Fri Mar 2 16:06:41 2007 UTC vs.
Revision 1.56 by root, Sat Mar 17 22:11:23 2007 UTC

74void blind_player (object *op, object *hitter, int dam); 74void blind_player (object *op, object *hitter, int dam);
75void paralyze_player (object *op, object *hitter, int dam); 75void paralyze_player (object *op, object *hitter, int dam);
76void deathstrike_player (object *op, object *hitter, int *dam); 76void deathstrike_player (object *op, object *hitter, int *dam);
77int adj_attackroll (object *hitter, object *target); 77int adj_attackroll (object *hitter, object *target);
78int is_aimed_missile (object *op); 78int is_aimed_missile (object *op);
79
80/* ban.c */
81int checkbanned (const char *login, const char *host);
82 79
83/* build_map.c */ 80/* build_map.c */
84int can_build_over (struct mapdef *map, object *tmp, short x, short y); 81int can_build_over (struct mapdef *map, object *tmp, short x, short y);
85void remove_marking_runes (struct mapdef *map, short x, short y); 82void remove_marking_runes (struct mapdef *map, short x, short y);
86int find_unused_connected_value (struct mapdef *map); 83int find_unused_connected_value (struct mapdef *map);
793int cftimer_destroy (int id); 790int cftimer_destroy (int id);
794int cftimer_find_free_id (void); 791int cftimer_find_free_id (void);
795 792
796/* weather.c */ 793/* weather.c */
797void set_darkness_map (maptile *m); 794void set_darkness_map (maptile *m);
798void tick_the_clock (void); 795void adjust_daylight (void);
799void init_weather (void);
800void weather_effect (const char *filename);
801int worldmap_to_weathermap (int x, int y, int *wx, int *wy, maptile *m);
802int real_world_temperature (int x, int y, maptile *m);
803int similar_direction (int a, int b);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines